/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 195 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()
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | SparsePropagation.cpp | 121 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | LazyRandomTypeCollection.cpp | 150 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()
|
H A D | TypeIndex.cpp | 70 StringRef TypeIndex::simpleTypeName(TypeIndex TI) { in simpleTypeName() 93 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/ |
H A D | LazyRandomTypeCollection.cpp | 149 Error LazyRandomTypeCollection::ensureTypeExists(TypeIndex TI) { in ensureTypeExists() 169 Error LazyRandomTypeCollection::visitRangeForType(TypeIndex TI) { in visitRangeForType() 204 TypeIndex TI = TypeIndex::fromArrayIndex(0); in getFirst() local 224 Error LazyRandomTypeCollection::fullScanForType(TypeIndex TI) { in fullScanForType()
|
H A D | TypeIndex.cpp | 71 StringRef TypeIndex::simpleTypeName(TypeIndex TI) { in simpleTypeName() 94 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 211 TypeIndex TI = in getScopeIndex() local 232 TypeIndex TI; in getFuncIdForSubprogram() local 269 TypeIndex TI = in getMemberFunctionType() local 275 TypeIndex TI, in recordTypeIndexForDINode() 903 void CodeViewDebug::addToUDTs(const DIType *Ty, TypeIndex TI) { in addToUDTs() 1331 TypeIndex TI = TypeTable.writeMemberFunction(MemberFunctionRecord( in lowerTypeMemberFunction() local 1760 TypeIndex TI = lowerType(Ty, ClassTy); in getTypeIndex() local 1803 TypeIndex TI; in getCompleteTypeIndex() local 1871 TypeIndex TI = getCompleteTypeIndex(Var.DIVar->getType()); in emitLocalVariable() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 118 std::string getTypeName(TypeIndex TI) { in getTypeName() 370 auto TI = TypeTable.writeLeafType(SID); in getScopeIndex() local 387 TypeIndex TI; in getFuncIdForSubprogram() local 457 TypeIndex TI = lowerTypeMemberFunction( in getMemberFunctionType() local 463 TypeIndex TI, in recordTypeIndexForDINode() 685 TypeIndex TI(TypeIndex::FirstNonSimpleIndex); in emitTypeGlobalHashes() local 2031 void CodeViewDebug::addUDTSrcLine(const DIType *Ty, TypeIndex TI) { in addUDTSrcLine() 2471 TypeIndex TI = lowerType(Ty, ClassTy); in getTypeIndex() local 2497 TypeIndex TI = lowerTypePointer(PtrTy, Options); in getTypeIndexForThisPtr() local 2559 TypeIndex TI; in getCompleteTypeIndex() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 98 std::string getTypeName(TypeIndex TI) override { in getTypeName() 359 auto TI = TypeTable.writeLeafType(SID); in getScopeIndex() local 396 TypeIndex TI; in getFuncIdForSubprogram() local 467 TypeIndex TI = lowerTypeMemberFunction( in getMemberFunctionType() local 473 TypeIndex TI, in recordTypeIndexForDINode() 763 TypeIndex TI(TypeIndex::FirstNonSimpleIndex); in emitTypeGlobalHashes() local 2211 void CodeViewDebug::addUDTSrcLine(const DIType *Ty, TypeIndex TI) { in addUDTSrcLine() 2662 TypeIndex TI = lowerType(Ty, ClassTy); in getTypeIndex() local 2688 TypeIndex TI = lowerTypePointer(PtrTy, Options); in getTypeIndexForThisPtr() local 2750 TypeIndex TI; in getCompleteTypeIndex() local [all …]
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 233 TerminatorInst *TI = PN->getIncomingBlock(i)->getTerminator(); in severSplitPHINodes() local 356 TerminatorInst *TI = newFunction->begin()->getTerminator(); in constructFunction() local 386 if (TerminatorInst *TI = dyn_cast<TerminatorInst>(Users[i])) in constructFunction() local 514 TerminatorInst *TI = Block->getTerminator(); in emitCallAndSwitchStatement() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | SparsePropagation.h | 290 Instruction &TI, SmallVectorImpl<bool> &Succs, bool AggressiveUndef) { in getFeasibleSuccessors() 374 Instruction *TI = From->getTerminator(); in isEdgeFeasible() local 386 Instruction &TI) { in visitTerminator()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | SparsePropagation.h | 290 Instruction &TI, SmallVectorImpl<bool> &Succs, bool AggressiveUndef) { in getFeasibleSuccessors() 374 Instruction *TI = From->getTerminator(); in isEdgeFeasible() local 386 Instruction &TI) { in visitTerminator()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | SparsePropagation.h | 288 Instruction &TI, SmallVectorImpl<bool> &Succs, bool AggressiveUndef) { in getFeasibleSuccessors() 372 Instruction *TI = From->getTerminator(); in isEdgeFeasible() local 384 Instruction &TI) { in visitTerminator()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 206 auto TI = BB->getTerminator(); in hasEscapePath() local 241 auto *TI = B.getTerminator(); in shouldElide() local 253 if (llvm::all_of(Terminators, [&](auto *TI) { in shouldElide()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | SparsePropagation.h | 290 Instruction &TI, SmallVectorImpl<bool> &Succs, bool AggressiveUndef) { in getFeasibleSuccessors() 374 Instruction *TI = From->getTerminator(); in isEdgeFeasible() local 386 Instruction &TI) { in visitTerminator()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | SparsePropagation.h | 290 Instruction &TI, SmallVectorImpl<bool> &Succs, bool AggressiveUndef) { in getFeasibleSuccessors() 374 Instruction *TI = From->getTerminator(); in isEdgeFeasible() local 386 Instruction &TI) { in visitTerminator()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | SparsePropagation.h | 290 Instruction &TI, SmallVectorImpl<bool> &Succs, bool AggressiveUndef) { in getFeasibleSuccessors() 374 Instruction *TI = From->getTerminator(); in isEdgeFeasible() local 386 Instruction &TI) { in visitTerminator()
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnswitch.cpp | 583 TerminatorInst *TI = (*I)->getTerminator(); in processCurrentLoop() local 711 TerminatorInst *TI) { in UnswitchIfProfitable() 787 TerminatorInst *TI) { in EmitPreheaderBranchOnCondition() 819 TerminatorInst *TI) { in UnswitchTrivialCondition() 1027 Loop *L, TerminatorInst *TI) { in UnswitchNontrivialCondition()
|
/aosp_15_r20/external/pdfium/core/fxcodec/jbig2/ |
H A D | JBig2_TrdProc.cpp | 113 int32_t TI = SAFE_TI.ValueOrDie(); in DecodeHuffman() local 314 int32_t TI = SAFE_TI.ValueOrDie(); in DecodeArith() local 395 int32_t TI, in GetComposeData()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 712 Instruction *TI = PN->getIncomingBlock(i)->getTerminator(); in severSplitPHINodesOfEntry() local 1017 Instruction *TI = newFunction->begin()->getTerminator(); in constructFunction() local 1319 Instruction *TI = Block->getTerminator(); in emitCallAndSwitchStatement() local 1460 Instruction *TI = CodeReplacer->getTerminator(); in calculateNewCallTerminatorWeights() local 1701 Instruction *TI = Block->getTerminator(); in extractCodeRegion() local 1769 Instruction *TI = HoistToBlock->getTerminator(); in extractCodeRegion() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnswitch.cpp | 717 Instruction *TI = (*I)->getTerminator(); in processCurrentLoop() local 882 Instruction *TI) { in UnswitchIfProfitable() 937 Instruction *TI) { in EmitPreheaderBranchOnCondition() 1002 Instruction *TI) { in UnswitchTrivialCondition() 1235 Loop *L, Instruction *TI) { in UnswitchNontrivialCondition()
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | ARMBuildAttrs.cpp | 79 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Readers/ |
D | LVCodeViewVisitor.h | 302 void addInlineeInfo(TypeIndex TI, uint32_t LineNumber, StringRef Filename) { in addInlineeInfo() 446 TypeVisitorCallbacks &Callbacks, TypeIndex TI, in visitKnownMember() 458 Error visitKnownRecord(CVType &Record, TypeIndex TI, LVElement *Element) { in visitKnownRecord()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Readers/ |
D | LVCodeViewVisitor.h | 302 void addInlineeInfo(TypeIndex TI, uint32_t LineNumber, StringRef Filename) { in addInlineeInfo() 446 TypeVisitorCallbacks &Callbacks, TypeIndex TI, in visitKnownMember() 458 Error visitKnownRecord(CVType &Record, TypeIndex TI, LVElement *Element) { in visitKnownRecord()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Readers/ |
D | LVCodeViewVisitor.h | 302 void addInlineeInfo(TypeIndex TI, uint32_t LineNumber, StringRef Filename) { in addInlineeInfo() 446 TypeVisitorCallbacks &Callbacks, TypeIndex TI, in visitKnownMember() 458 Error visitKnownRecord(CVType &Record, TypeIndex TI, LVElement *Element) { in visitKnownRecord()
|