Searched defs:TI (Results 1 - 25 of 118) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h53 codeview::TypeIndex TI; member in class:llvm::pdb::NativeTypePointer
H A DNativeTypeVTShape.h38 codeview::TypeIndex TI; member in class:llvm::pdb::NativeTypeVTShape
H A DSymbolCache.h62 SymIndexId createSymbolForType(codeview::TypeIndex TI, codeview::CVType CVT, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp70 StringRef TypeIndex::simpleTypeName(TypeIndex TI) { argument
92 printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI, TypeCollection &Types) argument
[all...]
H A DAppendingTypeTableBuilder.cpp89 TypeIndex TI; local
H A DLazyRandomTypeCollection.cpp150 Error LazyRandomTypeCollection::ensureTypeExists(TypeIndex TI) { argument
170 Error LazyRandomTypeCollection::visitRangeForType(TypeIndex TI) { argument
205 TypeIndex TI = TypeIndex::fromArrayIndex(0); local
225 fullScanForType(TypeIndex TI) argument
[all...]
H A DMergingTypeTableBuilder.cpp119 TypeIndex TI; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp27 Optional<TypeIndex> TI = Types.getFirst(); local
H A DNativeTypeVTShape.cpp7 NativeTypeVTShape(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, codeview::VFTableShapeRecord SR) argument
H A DNativeTypeArray.cpp19 NativeTypeArray(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, codeview::ArrayRecord Record) argument
H A DNativeTypePointer.cpp19 NativeTypePointer(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI) argument
26 NativeTypePointer(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, codeview::PointerRecord Record) argument
[all...]
H A DNativeTypeUDT.cpp19 NativeTypeUDT(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, codeview::ClassRecord CR) argument
24 NativeTypeUDT(NativeSession &Session, SymIndexId Id, codeview::TypeIndex TI, codeview::UnionRecord UR) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp39 Instruction *TI = CurBB->getTerminator(); local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.h37 bool isTypeReferenced(codeview::TypeIndex TI) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h152 const Instruction *TI = Node->getTerminator(); local
H A DSparsePropagation.h287 getFeasibleSuccessors( Instruction &TI, SmallVectorImpl<bool> &Succs, bool AggressiveUndef) argument
372 Instruction *TI = From->getTerminator(); local
383 visitTerminator( Instruction &TI) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h194 Instruction *TI = (*PI)->getTerminator(); local
208 Instruction *TI = Src->getTerminator(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp110 const Instruction *TI = BB.getTerminator(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp88 bool llvm::isCriticalEdge(const Instruction *TI, unsigned SuccNum, argument
94 bool llvm::isCriticalEdge(const Instruction *TI, const BasicBlock *Dest, argument
[all...]
H A DLegacyDivergenceAnalysis.cpp146 void DivergencePropagator::exploreSyncDependency(Instruction *TI) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDominators.cpp44 const Instruction *TI = Start->getTerminator(); local
H A DPass.cpp179 const PassInfo *Pass::lookupPassInfo(const void *TI) { argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h246 const TargetInfo &TI = getBasicVals().getContext().getTargetInfo(); variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp274 Instruction *TI = BB->getTerminator(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp248 auto TI = DevToolChains.begin(); local

Completed in 203 milliseconds

12345