Home
last modified time | relevance | path

Searched defs:TI (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/external/llvm-project/llvm/unittests/Support/
DTrigramIndexTest.cpp24 std::unique_ptr<TrigramIndex> TI = in makeTrigramIndex() local
33 std::unique_ptr<TrigramIndex> TI = in TEST_F() local
40 std::unique_ptr<TrigramIndex> TI = in TEST_F() local
47 std::unique_ptr<TrigramIndex> TI = in TEST_F() local
56 std::unique_ptr<TrigramIndex> TI = in TEST_F() local
63 std::unique_ptr<TrigramIndex> TI = in TEST_F() local
73 std::unique_ptr<TrigramIndex> TI = in TEST_F() local
79 std::unique_ptr<TrigramIndex> TI = in TEST_F() local
85 std::unique_ptr<TrigramIndex> TI = in TEST_F() local
91 std::unique_ptr<TrigramIndex> TI = in TEST_F() local
[all …]
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp177 const TargetInfo &TI, MacroBuilder &Builder) { in DefineTypeSize()
183 const TargetInfo &TI, MacroBuilder &Builder) { in DefineFmt()
198 const TargetInfo &TI, MacroBuilder &Builder) { in DefineTypeWidth()
203 const TargetInfo &TI, MacroBuilder &Builder) { in DefineTypeSizeof()
209 const TargetInfo &TI, in DefineExactWidthIntType()
229 const TargetInfo &TI, in DefineExactWidthIntTypeSize()
244 const TargetInfo &TI, in DefineLeastWidthIntType()
257 const TargetInfo &TI, MacroBuilder &Builder) { in DefineFastIntType()
343 static void InitializeStandardPredefinedMacros(const TargetInfo &TI, in InitializeStandardPredefinedMacros()
601 static void InitializePredefinedMacros(const TargetInfo &TI, in InitializePredefinedMacros()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp195 const TargetInfo &TI, MacroBuilder &Builder) { in DefineTypeSize()
201 const TargetInfo &TI, MacroBuilder &Builder) { in DefineFmt()
216 const TargetInfo &TI, MacroBuilder &Builder) { in DefineTypeWidth()
221 const TargetInfo &TI, MacroBuilder &Builder) { in DefineTypeSizeof()
227 const TargetInfo &TI, in DefineExactWidthIntType()
247 const TargetInfo &TI, in DefineExactWidthIntTypeSize()
262 const TargetInfo &TI, in DefineLeastWidthIntType()
275 const TargetInfo &TI, MacroBuilder &Builder) { in DefineFastIntType()
361 static void InitializeStandardPredefinedMacros(const TargetInfo &TI, in InitializeStandardPredefinedMacros()
503 static void InitializePredefinedMacros(const TargetInfo &TI, in InitializePredefinedMacros()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp70 StringRef TypeIndex::simpleTypeName(TypeIndex TI) { in simpleTypeName()
93 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
DLazyRandomTypeCollection.cpp150 Error LazyRandomTypeCollection::ensureTypeExists(TypeIndex TI) { in ensureTypeExists()
170 Error LazyRandomTypeCollection::visitRangeForType(TypeIndex TI) { in visitRangeForType()
205 TypeIndex TI = TypeIndex::fromArrayIndex(0); in getFirst() local
225 Error LazyRandomTypeCollection::fullScanForType(TypeIndex TI) { in fullScanForType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp70 StringRef TypeIndex::simpleTypeName(TypeIndex TI) { in simpleTypeName()
93 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
DLazyRandomTypeCollection.cpp150 Error LazyRandomTypeCollection::ensureTypeExists(TypeIndex TI) { in ensureTypeExists()
170 Error LazyRandomTypeCollection::visitRangeForType(TypeIndex TI) { in visitRangeForType()
205 TypeIndex TI = TypeIndex::fromArrayIndex(0); in getFirst() local
225 Error LazyRandomTypeCollection::fullScanForType(TypeIndex TI) { in fullScanForType()
/external/llvm/lib/Analysis/
DSparsePropagation.cpp121 void SparseSolver::getFeasibleSuccessors(TerminatorInst &TI, in getFeasibleSuccessors()
208 TerminatorInst *TI = From->getTerminator(); in isEdgeFeasible() local
218 void SparseSolver::visitTerminatorInst(TerminatorInst &TI) { in visitTerminatorInst()
289 if (TerminatorInst *TI = dyn_cast<TerminatorInst>(&I)) in visitInst() local
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DRandomAccessVisitorTest.cpp131 TypeIndex TI = TypeIndex::fromArrayIndex(Index); in ValidateDatabaseRecord() local
141 TypeIndex TI = TypeIndex::fromArrayIndex(GlobalArrayIndex); in ValidateVisitedRecord() local
214 TypeIndex TI = TypeIndex::fromArrayIndex(I); in TEST_F() local
243 TypeIndex TI = TypeIndex::fromArrayIndex(I); in TEST_F() local
272 TypeIndex TI = TypeIndex::fromArrayIndex(I); in TEST_F() local
303 TypeIndex TI = TypeIndex::fromArrayIndex(I); in TEST_F() local
333 TypeIndex TI = TypeIndex::fromArrayIndex(I); in TEST_F() local
DTypeHashingTest.cpp19 TypeIndex TI) { in createPointerRecord()
48 TypeIndex TI) { in hash_of()
/external/llvm/lib/Support/
DARMBuildAttrs.cpp79 for (unsigned TI = 0, TE = sizeof(ARMAttributeTags) / sizeof(*ARMAttributeTags); in AttrTypeAsString() local
88 for (unsigned TI = 0, TE = sizeof(ARMAttributeTags) / sizeof(*ARMAttributeTags); in AttrTypeFromString() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMBuildAttrs.cpp79 for (unsigned TI = 0, TE = sizeof(ARMAttributeTags) / sizeof(*ARMAttributeTags); in AttrTypeAsString() local
90 for (unsigned TI = 0, in AttrTypeFromString() local
/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h141 TerminatorInst *TI = (*PI)->getTerminator(); variable
155 TerminatorInst *TI = Src->getTerminator(); variable
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp20 codeview::TypeIndex TI) in NativeTypePointer()
27 codeview::TypeIndex TI, in NativeTypePointer()
DNativeTypeUDT.cpp20 codeview::TypeIndex TI, codeview::ClassRecord CR) in NativeTypeUDT()
25 codeview::TypeIndex TI, codeview::UnionRecord UR) in NativeTypeUDT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp20 codeview::TypeIndex TI) in NativeTypePointer()
27 codeview::TypeIndex TI, in NativeTypePointer()
DNativeTypeUDT.cpp20 codeview::TypeIndex TI, codeview::ClassRecord CR) in NativeTypeUDT()
25 codeview::TypeIndex TI, codeview::UnionRecord UR) in NativeTypeUDT()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypePointer.h53 codeview::TypeIndex TI; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeTypePointer.h53 codeview::TypeIndex TI; variable
/external/strace/
Dsysent_shorthand_defs.h5 # define TI 0 macro
29 # define TI TRACE_IPC macro
/external/tensorflow/tensorflow/core/kernels/
Done_hot_op_gpu.cu.cc31 #define DEFINE_GPU_SPEC_INDEX(T, TI) \ argument
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMacroParenthesesCheck.cpp115 for (auto TI = MI->tokens_begin(), TE = MI->tokens_end(); TI != TE; ++TI) { in replacementList() local
161 for (auto TI = MI->tokens_begin(), TE = MI->tokens_end(); TI != TE; ++TI) { in argument() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h194 Instruction *TI = (*PI)->getTerminator(); variable
208 Instruction *TI = Src->getTerminator(); variable
/external/llvm/lib/DebugInfo/CodeView/
DMemoryTypeTableBuilder.cpp37 TypeIndex TI(static_cast<uint32_t>(Records.size()) + in writeRecord() local
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h217 Instruction *TI = (*PI)->getTerminator(); variable
231 Instruction *TI = Src->getTerminator(); variable

12345678910>>...16