Home
last modified time | relevance | path

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

12345678

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.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/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.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/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp71 StringRef TypeIndex::simpleTypeName(TypeIndex TI) { in simpleTypeName()
94 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
H A DLazyRandomTypeCollection.cpp149 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 DTypeRecordHelpers.cpp54 uint64_t llvm::codeview::getSizeInBytesForTypeIndex(TypeIndex TI) { in getSizeInBytesForTypeIndex()
H A DTypeHashing.cpp55 for (TypeIndex TI : Indices) { in hashType() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaMIPS.cpp24 bool SemaMIPS::CheckMipsBuiltinFunctionCall(const TargetInfo &TI, in CheckMipsBuiltinFunctionCall()
31 bool SemaMIPS::CheckMipsBuiltinCpu(const TargetInfo &TI, unsigned BuiltinID, in CheckMipsBuiltinCpu()
H A DSemaNVPTX.cpp21 bool SemaNVPTX::CheckNVPTXBuiltinFunctionCall(const TargetInfo &TI, in CheckNVPTXBuiltinFunctionCall()
H A DSemaLoongArch.cpp22 bool SemaLoongArch::CheckLoongArchBuiltinFunctionCall(const TargetInfo &TI, in CheckLoongArchBuiltinFunctionCall()
H A DSemaARM.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/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp21 codeview::TypeIndex TI) in NativeTypePointer()
28 codeview::TypeIndex TI, in NativeTypePointer()
H A DNativeTypeUDT.cpp21 codeview::TypeIndex TI, codeview::ClassRecord CR) in NativeTypeUDT()
26 codeview::TypeIndex TI, codeview::UnionRecord UR) in NativeTypeUDT()
H A DTpiStream.cpp169 for (TypeIndex TI : HashMap[Bucket]) { in findRecordsByName() local
194 for (TypeIndex TI : HashMap[BucketIdx]) { in findFullDeclForForwardRef() local
H A DNativeTypeVTShape.cpp11 codeview::TypeIndex TI, in NativeTypeVTShape()
H A DNativeEnumTypes.cpp29 std::optional<TypeIndex> TI = Types.getFirst(); in NativeEnumTypes() local
H A DNativeTypeArray.cpp21 codeview::TypeIndex TI, in NativeTypeArray()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h53 codeview::TypeIndex TI; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h290 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 DTypeReferenceTracker.h35 bool isTypeReferenced(codeview::TypeIndex TI) { in isTypeReferenced()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp321 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 DOpenCLOptions.cpp123 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 DLVCodeViewVisitor.h301 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 DEscapeEnumerator.cpp40 Instruction *TI = CurBB->getTerminator(); in Next() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp190 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 DWebAssemblyLateEHPrepare.cpp157 MachineInstr *TI = &*Pos; in recordCatchRetBBs() local
235 MachineInstr *TI = &*Pos; in replaceFuncletReturns() local

12345678