Home
last modified time | relevance | path

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

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.cpp50 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-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDInitPreprocessor.cpp184 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-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeIndex.cpp71 StringRef TypeIndex::simpleTypeName(TypeIndex TI) { in simpleTypeName()
94 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
HDLazyRandomTypeCollection.cpp148 Error LazyRandomTypeCollection::ensureTypeExists(TypeIndex TI) { in ensureTypeExists()
168 Error LazyRandomTypeCollection::visitRangeForType(TypeIndex TI) { in visitRangeForType()
203 TypeIndex TI = TypeIndex::fromArrayIndex(0); in getFirst() local
223 Error LazyRandomTypeCollection::fullScanForType(TypeIndex TI) { in fullScanForType()
HDTypeRecordHelpers.cpp54 uint64_t llvm::codeview::getSizeInBytesForTypeIndex(TypeIndex TI) { in getSizeInBytesForTypeIndex()
HDTypeHashing.cpp55 for (TypeIndex TI : Indices) { in hashType() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaMIPS.cpp24 bool SemaMIPS::CheckMipsBuiltinFunctionCall(const TargetInfo &TI, in CheckMipsBuiltinFunctionCall()
31 bool SemaMIPS::CheckMipsBuiltinCpu(const TargetInfo &TI, unsigned BuiltinID, in CheckMipsBuiltinCpu()
HDSemaLoongArch.cpp22 bool SemaLoongArch::CheckLoongArchBuiltinFunctionCall(const TargetInfo &TI, in CheckLoongArchBuiltinFunctionCall()
HDSemaNVPTX.cpp21 bool SemaNVPTX::CheckNVPTXBuiltinFunctionCall(const TargetInfo &TI, in CheckNVPTXBuiltinFunctionCall()
HDSemaARM.cpp727 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-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypePointer.cpp21 codeview::TypeIndex TI) in NativeTypePointer()
28 codeview::TypeIndex TI, in NativeTypePointer()
HDNativeTypeUDT.cpp21 codeview::TypeIndex TI, codeview::ClassRecord CR) in NativeTypeUDT()
26 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.cpp11 codeview::TypeIndex TI, in NativeTypeVTShape()
HDNativeEnumTypes.cpp29 std::optional<TypeIndex> TI = Types.getFirst(); in NativeEnumTypes() local
HDNativeTypeArray.cpp21 codeview::TypeIndex TI, in NativeTypeArray()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeTypePointer.h53 codeview::TypeIndex TI; variable
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDSparsePropagation.h290 Instruction &TI, SmallVectorImpl<bool> &Succs, bool AggressiveUndef) { in getFeasibleSuccessors()
374 Instruction *TI = From->getTerminator(); in isEdgeFeasible() local
386 Instruction &TI) { in visitTerminator()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDTypeReferenceTracker.h35 bool isTypeReferenced(codeview::TypeIndex TI) { in isTypeReferenced()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroElide.cpp321 auto TI = BB->getTerminator(); in canCoroBeginEscape() local
357 auto *TI = B.getTerminator(); in lifetimeEligibleForElide() local
378 auto DominatesTerminator = [&](auto *TI) { in lifetimeEligibleForElide()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDOpenCLOptions.cpp123 const TargetInfo &TI, DiagnosticsEngine &Diags) { in diagnoseUnsupportedFeatureDependencies()
140 const TargetInfo &TI, DiagnosticsEngine &Diags) { in diagnoseFeatureExtensionDifferences()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.h302 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()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineLoopInfo.cpp190 if (const auto *TI = BB->getTerminator()) in getLoopID() local
202 const auto *TI = BB->getTerminator(); in getLoopID() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyLateEHPrepare.cpp157 MachineInstr *TI = &*Pos; in recordCatchRetBBs() local
235 MachineInstr *TI = &*Pos; in replaceFuncletReturns() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDEscapeEnumerator.cpp40 Instruction *TI = CurBB->getTerminator(); in Next() local

12345678