Home
last modified time | relevance | path

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

1234567

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDInitPreprocessor.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()
581 static void InitializePredefinedMacros(const TargetInfo &TI, in InitializePredefinedMacros()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeIndex.cpp70 StringRef TypeIndex::simpleTypeName(TypeIndex TI) { in simpleTypeName()
93 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
HDLazyRandomTypeCollection.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()
HDTypeHashing.cpp55 for (TypeIndex TI : Indices) { in hashType() local
HDAppendingTypeTableBuilder.cpp89 TypeIndex TI; in insertRecord() local
HDGlobalTypeTableBuilder.cpp100 TypeIndex TI; in insertRecord() local
HDMergingTypeTableBuilder.cpp119 TypeIndex TI; in insertRecord() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDARMBuildAttrs.cpp79 for (unsigned TI = 0, TE = sizeof(ARMAttributeTags) / sizeof(*ARMAttributeTags); in AttrTypeAsString() local
90 for (unsigned TI = 0, in AttrTypeFromString() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypePointer.cpp20 codeview::TypeIndex TI) in NativeTypePointer()
27 codeview::TypeIndex TI, in NativeTypePointer()
HDNativeTypeUDT.cpp20 codeview::TypeIndex TI, codeview::ClassRecord CR) in NativeTypeUDT()
25 codeview::TypeIndex TI, codeview::UnionRecord UR) in NativeTypeUDT()
HDTpiStream.cpp169 for (TypeIndex TI : HashMap[Bucket]) { in findRecordsByName() local
194 for (TypeIndex TI : HashMap[BucketIdx]) { in findFullDeclForForwardRef() local
HDNativeTypeVTShape.cpp8 codeview::TypeIndex TI, in NativeTypeVTShape()
HDNativeEnumTypes.cpp27 Optional<TypeIndex> TI = Types.getFirst(); in NativeEnumTypes() local
HDNativeTypeArray.cpp20 codeview::TypeIndex TI, in NativeTypeArray()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeTypePointer.h53 codeview::TypeIndex TI; variable
HDSymbolCache.h62 SymIndexId createSymbolForType(codeview::TypeIndex TI, codeview::CVType CVT, in createSymbolForType()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDBasicBlockUtils.h194 Instruction *TI = (*PI)->getTerminator(); variable
208 Instruction *TI = Src->getTerminator(); variable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDSparsePropagation.h288 Instruction &TI, SmallVectorImpl<bool> &Succs, bool AggressiveUndef) { in getFeasibleSuccessors()
372 Instruction *TI = From->getTerminator(); in isEdgeFeasible() local
384 Instruction &TI) { in visitTerminator()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDTypeReferenceTracker.h37 bool isTypeReferenced(codeview::TypeIndex TI) { in isTypeReferenced()
HDTypeReferenceTracker.cpp25 for (Optional<TypeIndex> TI = Types.getFirst(); TI; TI = Types.getNext(*TI)) in getNumRecordsInCollection() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDCFG.cpp88 bool llvm::isCriticalEdge(const Instruction *TI, unsigned SuccNum, in isCriticalEdge()
94 bool llvm::isCriticalEdge(const Instruction *TI, const BasicBlock *Dest, in isCriticalEdge()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDEscapeEnumerator.cpp39 Instruction *TI = CurBB->getTerminator(); in Next() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZLongBranch.cpp341 SmallVector<TerminatorInfo, 16>::iterator TI = Terminators.begin(); in setWorstCaseAddresses() local
442 SmallVector<TerminatorInfo, 16>::iterator TI = Terminators.begin(); in relaxBranches() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopUnswitch.cpp717 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()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp118 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 …]

1234567