/external/llvm-project/llvm/unittests/CodeGen/ |
D | AllocationOrderTest.cpp | 28 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/ |
D | AllocationOrder.h | 31 const SmallVector<MCPhysReg, 16> Hints; variable 90 AllocationOrder(SmallVector<MCPhysReg, 16> &&Hints, ArrayRef<MCPhysReg> Order, in AllocationOrder()
|
D | AllocationOrder.cpp | 35 SmallVector<MCPhysReg, 16> Hints; in create() local
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | TextDiagnostic.h | 88 ArrayRef<FixItHint> Hints) override { in emitCodeContext()
|
/external/clang/include/clang/Frontend/ |
D | TextDiagnostic.h | 93 ArrayRef<FixItHint> Hints, in emitCodeContext()
|
/external/llvm/lib/CodeGen/ |
D | AllocationOrder.h | 30 SmallVector<MCPhysReg, 16> Hints; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AllocationOrder.h | 30 SmallVector<MCPhysReg, 16> Hints; variable
|
/external/llvm-project/clang/include/clang/Sema/ |
D | SemaFixItUtils.h | 41 std::vector<FixItHint> Hints; member
|
/external/clang/include/clang/Sema/ |
D | SemaFixItUtils.h | 42 std::vector<FixItHint> Hints; member
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | ConstReturnTypeCheck.cpp | 61 llvm::SmallVector<clang::FixItHint, 4> Hints; member
|
/external/tensorflow/tensorflow/python/distribute/ |
D | collective_util.py | 166 class Hints(object): class
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.cpp | 60 SmallVectorImpl<MCPhysReg> &Hints, in addHints() 79 SmallVectorImpl<MCPhysReg> &Hints, in getRegAllocationHints()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.cpp | 60 SmallVectorImpl<MCPhysReg> &Hints, in addHints() 78 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints()
|
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
D | RedundantStrcatCallsCheck.cpp | 46 std::vector<FixItHint> Hints; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationLegality.cpp | 227 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/ |
D | DiagnosticRenderer.cpp | 420 ArrayRef<FixItHint> Hints) { in emitCaret() 528 ArrayRef<FixItHint> Hints) { in emitMacroExpansions()
|
D | TextDiagnostic.cpp | 1072 ArrayRef<FixItHint> Hints, in buildFixItInsertionLine() 1142 SmallVectorImpl<CharSourceRange> &Ranges, ArrayRef<FixItHint> Hints) { in emitSnippetAndCaret() 1323 void TextDiagnostic::emitParseableFixits(ArrayRef<FixItHint> Hints, in emitParseableFixits()
|
D | SerializedDiagnosticPrinter.cpp | 701 ArrayRef<FixItHint> Hints, in EmitCodeContext() 731 ArrayRef<FixItHint> Hints) { in emitCodeContext()
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 996 ArrayRef<FixItHint> Hints, in buildFixItInsertionLine() 1069 ArrayRef<FixItHint> Hints, in emitSnippetAndCaret() 1234 void TextDiagnostic::emitParseableFixits(ArrayRef<FixItHint> Hints, in emitParseableFixits()
|
D | DiagnosticRenderer.cpp | 412 ArrayRef<FixItHint> Hints, in emitCaret() 524 ArrayRef<FixItHint> Hints, in emitMacroExpansions()
|
D | SerializedDiagnosticPrinter.cpp | 712 ArrayRef<FixItHint> Hints, in EmitCodeContext() 742 ArrayRef<FixItHint> Hints, in emitCodeContext()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationLegality.cpp | 236 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/ |
D | LoopVectorizationLegality.h | 458 LoopVectorizeHints *Hints; variable
|
/external/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
D | LoopVectorizationLegality.h | 501 LoopVectorizeHints *Hints; variable
|
/external/clang/docs/ |
D | InternalsManual.rst | 423 .. _DiagnosticClient:
|