/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 50 static TypeIndex getTrueType(TypeIndex &TI) { in getTrueType() 85 static StringRef getRecordName(LazyRandomTypeCollection &Types, TypeIndex TI) { in getRecordName() 191 void record(bool IsForwardRef, StringRef Name, TypeIndex TI) { in record() 212 TypeIndex remap(TypeIndex TI) { in remap() 281 void add(TypeIndex TI, StringRef String) { in add() 289 StringRef find(TypeIndex TI) { in find() 294 uint32_t findIndex(TypeIndex TI) { in findIndex() 336 void LVTypeRecords::add(uint32_t StreamIdx, TypeIndex TI, TypeLeafKind Kind, in add() 344 void LVTypeRecords::add(uint32_t StreamIdx, TypeIndex TI, StringRef Name) { in add() 349 LVElement *LVTypeRecords::find(uint32_t StreamIdx, TypeIndex TI, bool Create) { in find() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 184 const TargetInfo &TI, MacroBuilder &Builder) { in DefineTypeSize() 190 TargetInfo::IntType Ty, const TargetInfo &TI, in DefineFmt() 212 const TargetInfo &TI, MacroBuilder &Builder) { in DefineTypeWidth() 217 const TargetInfo &TI, MacroBuilder &Builder) { in DefineTypeSizeof() 226 const TargetInfo &TI, in DefineTypeSizeAndWidth() 234 const TargetInfo &TI, in DefineExactWidthIntType() 259 const TargetInfo &TI, in DefineExactWidthIntTypeSize() 277 const TargetInfo &TI, in DefineLeastWidthIntType() 295 bool IsSigned, const TargetInfo &TI, in DefineFastIntType() 317 static const char *getLockFreeValue(unsigned TypeWidth, const TargetInfo &TI) { in getLockFreeValue() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndex.cpp | 71 StringRef TypeIndex::simpleTypeName(TypeIndex TI) { in simpleTypeName() 94 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
|
H A D | LazyRandomTypeCollection.cpp | 149 if (contains(TI)) in ensureTypeExists() argument 169 assert(!TI.isSimple()); in visitRangeForType() argument 204 if (auto EC = ensureTypeExists(TI)) { in getFirst() local 224 fullScanForType(TypeIndex TI) fullScanForType() argument [all...] |
H A D | TypeRecordHelpers.cpp | 54 uint64_t llvm::codeview::getSizeInBytesForTypeIndex(TypeIndex TI) { in getSizeInBytesForTypeIndex()
|
H A D | TypeHashing.cpp | 55 for (TypeIndex TI : Indices) { in hashType() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaMIPS.cpp | 24 bool SemaMIPS::CheckMipsBuiltinFunctionCall(const TargetInfo &TI, in CheckMipsBuiltinFunctionCall() 31 bool SemaMIPS::CheckMipsBuiltinCpu(const TargetInfo &TI, unsigned BuiltinID, in CheckMipsBuiltinCpu()
|
H A D | SemaNVPTX.cpp | 21 bool SemaNVPTX::CheckNVPTXBuiltinFunctionCall(const TargetInfo &TI, in CheckNVPTXBuiltinFunctionCall()
|
H A D | SemaLoongArch.cpp | 22 bool SemaLoongArch::CheckLoongArchBuiltinFunctionCall(const TargetInfo &TI, in CheckLoongArchBuiltinFunctionCall()
|
H A D | SemaARM.cpp | 727 bool SemaARM::CheckNeonBuiltinFunctionCall(const TargetInfo &TI, in CheckNeonBuiltinFunctionCall() 825 bool SemaARM::CheckCDEBuiltinFunctionCall(const TargetInfo &TI, in CheckCDEBuiltinFunctionCall() 841 bool SemaARM::CheckARMCoprocessorImmediate(const TargetInfo &TI, in CheckARMCoprocessorImmediate() 985 bool SemaARM::CheckARMBuiltinFunctionCall(const TargetInfo &TI, in CheckARMBuiltinFunctionCall() 1063 bool SemaARM::CheckAArch64BuiltinFunctionCall(const TargetInfo &TI, in CheckAArch64BuiltinFunctionCall() 1332 const TargetInfo &TI = getASTContext().getTargetInfo(); in handleInterruptAttr() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypePointer.cpp | 21 codeview::TypeIndex TI) in NativeTypePointer() 28 codeview::TypeIndex TI, in NativeTypePointer()
|
H A D | NativeTypeUDT.cpp | 21 codeview::TypeIndex TI, codeview::ClassRecord CR) in NativeTypeUDT() 26 codeview::TypeIndex TI, codeview::UnionRecord UR) in NativeTypeUDT()
|
H A D | TpiStream.cpp | 169 for (TypeIndex TI : HashMap[Bucket]) { in findRecordsByName() local 194 for (TypeIndex TI : HashMap[BucketIdx]) { in findFullDeclForForwardRef() local
|
H A D | NativeTypeVTShape.cpp | 11 codeview::TypeIndex TI, in NativeTypeVTShape()
|
H A D | NativeEnumTypes.cpp | 29 std::optional<TypeIndex> TI = Types.getFirst(); in NativeEnumTypes() local
|
H A D | NativeTypeArray.cpp | 21 codeview::TypeIndex TI, in NativeTypeArray()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeTypePointer.h | 53 codeview::TypeIndex TI; variable
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | TypeReferenceTracker.h | 35 bool isTypeReferenced(codeview::TypeIndex TI) { in isTypeReferenced()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 321 auto TI = BB->getTerminator(); in canCoroBeginEscape() local 357 auto *TI = B.getTerminator(); in lifetimeEligibleForElide() local 378 auto DominatesTerminator = [&](auto *TI) { in lifetimeEligibleForElide()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | OpenCLOptions.cpp | 123 const TargetInfo &TI, DiagnosticsEngine &Diags) { in diagnoseUnsupportedFeatureDependencies() 140 const TargetInfo &TI, DiagnosticsEngine &Diags) { in diagnoseFeatureExtensionDifferences()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 301 addInlineeInfo(TypeIndex TI,uint32_t LineNumber,StringRef Filename) addInlineeInfo() argument 445 visitKnownMember(CVMemberRecord & Record,TypeVisitorCallbacks & Callbacks,TypeIndex TI,LVElement * Element) visitKnownMember() argument 457 visitKnownRecord(CVType & Record,TypeIndex TI,LVElement * Element) visitKnownRecord() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | EscapeEnumerator.cpp | 40 Instruction *TI = CurBB->getTerminator(); in Next() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineLoopInfo.cpp | 190 if (const auto *TI = BB->getTerminator()) in getLoopID() local 202 const auto *TI = BB->getTerminator(); in getLoopID() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLateEHPrepare.cpp | 157 MachineInstr *TI = &*Pos; in recordCatchRetBBs() local 235 MachineInstr *TI = &*Pos; in replaceFuncletReturns() local
|