Home
last modified time | relevance | path

Searched defs:Hints (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm-project/llvm/unittests/CodeGen/
DAllocationOrderTest.cpp28 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
35 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
42 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
49 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
58 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
68 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
75 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
82 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
91 SmallVector<MCPhysReg, 16> Hints; in TEST() local
100 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
/external/llvm-project/llvm/lib/CodeGen/
DAllocationOrder.h31 const SmallVector<MCPhysReg, 16> Hints; variable
90 AllocationOrder(SmallVector<MCPhysReg, 16> &&Hints, ArrayRef<MCPhysReg> Order, in AllocationOrder()
DAllocationOrder.cpp35 SmallVector<MCPhysReg, 16> Hints; in create() local
/external/llvm-project/clang/include/clang/Frontend/
DTextDiagnostic.h88 ArrayRef<FixItHint> Hints) override { in emitCodeContext()
/external/clang/include/clang/Frontend/
DTextDiagnostic.h93 ArrayRef<FixItHint> Hints, in emitCodeContext()
/external/llvm/lib/CodeGen/
DAllocationOrder.h30 SmallVector<MCPhysReg, 16> Hints; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAllocationOrder.h30 SmallVector<MCPhysReg, 16> Hints; variable
/external/llvm-project/clang/include/clang/Sema/
DSemaFixItUtils.h41 std::vector<FixItHint> Hints; member
/external/clang/include/clang/Sema/
DSemaFixItUtils.h42 std::vector<FixItHint> Hints; member
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DConstReturnTypeCheck.cpp61 llvm::SmallVector<clang::FixItHint, 4> Hints; member
/external/tensorflow/tensorflow/python/distribute/
Dcollective_util.py166 class Hints(object): class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp60 SmallVectorImpl<MCPhysReg> &Hints, in addHints()
79 SmallVectorImpl<MCPhysReg> &Hints, in getRegAllocationHints()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp60 SmallVectorImpl<MCPhysReg> &Hints, in addHints()
78 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints()
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DRedundantStrcatCallsCheck.cpp46 std::vector<FixItHint> Hints; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp227 Hint *Hints[] = {&Width, &Interleave, &Force, &IsVectorized, &Predicate}; in setHint() local
240 Function *F, Loop *L, const LoopVectorizeHints &Hints) { in doesNotMeet()
/external/llvm-project/clang/lib/Frontend/
DDiagnosticRenderer.cpp420 ArrayRef<FixItHint> Hints) { in emitCaret()
528 ArrayRef<FixItHint> Hints) { in emitMacroExpansions()
DTextDiagnostic.cpp1072 ArrayRef<FixItHint> Hints, in buildFixItInsertionLine()
1142 SmallVectorImpl<CharSourceRange> &Ranges, ArrayRef<FixItHint> Hints) { in emitSnippetAndCaret()
1323 void TextDiagnostic::emitParseableFixits(ArrayRef<FixItHint> Hints, in emitParseableFixits()
DSerializedDiagnosticPrinter.cpp701 ArrayRef<FixItHint> Hints, in EmitCodeContext()
731 ArrayRef<FixItHint> Hints) { in emitCodeContext()
/external/clang/lib/Frontend/
DTextDiagnostic.cpp996 ArrayRef<FixItHint> Hints, in buildFixItInsertionLine()
1069 ArrayRef<FixItHint> Hints, in emitSnippetAndCaret()
1234 void TextDiagnostic::emitParseableFixits(ArrayRef<FixItHint> Hints, in emitParseableFixits()
DDiagnosticRenderer.cpp412 ArrayRef<FixItHint> Hints, in emitCaret()
524 ArrayRef<FixItHint> Hints, in emitMacroExpansions()
DSerializedDiagnosticPrinter.cpp712 ArrayRef<FixItHint> Hints, in EmitCodeContext()
742 ArrayRef<FixItHint> Hints, in emitCodeContext()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp236 Hint *Hints[] = {&Width, &Interleave, &Force, in setHint() local
250 Function *F, Loop *L, const LoopVectorizeHints &Hints) { in doesNotMeet()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h458 LoopVectorizeHints *Hints; variable
/external/llvm-project/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h501 LoopVectorizeHints *Hints; variable
/external/clang/docs/
DInternalsManual.rst423 .. _DiagnosticClient:

123