Searched defs:TI (Results 26 - 50 of 118) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp138 llvm::SplitCriticalEdge(Instruction *TI, unsigned SuccNum, argument
[all...]
H A DLoopSimplify.cpp447 Instruction *TI = BackedgeBlocks[i]->getTerminator(); local
505 Instruction *TI = P->getTerminator(); local
H A DSimplifyIndVar.cpp500 bool SimplifyIndvar::eliminateTrunc(TruncInst *TI) { argument
[all...]
H A DCloneFunction.cpp432 const Instruction *TI = BB->getTerminator(); local
H A DLoopUnrollAndJam.cpp73 Instruction *TI = BB->getTerminator(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp341 SmallVector<TerminatorInfo, 16>::iterator TI = Terminators.begin(); local
442 SmallVector<TerminatorInfo, 16>::iterator TI = Terminators.begin(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp151 MachineInstr *TI = &*Pos; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp159 auto *TI = B.getTerminator(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h121 Instruction *TI = BB->getTerminator(); local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp61 DfaTransitionInfo TI; local
H A DSearchableTableEmitter.cpp600 auto TI = dyn_cast<TypedInit>(EntryRec->getValueInit(Field.Name)); local
/freebsd-11-stable/usr.sbin/diskinfo/
H A Ddiskinfo.c385 TI(double count) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp355 const TargetInfo &TI = PP.getTargetInfo(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp399 static TypeInfoForMF TI; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp99 void CVSymbolDumperImpl::printTypeIndex(StringRef FieldName, TypeIndex TI) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp454 Instruction *TI = getTerminator(); local
480 const Instruction *TI = getTerminator(); local
H A DSafepointIRVerifier.cpp137 const Instruction *TI = BB->getTerminator(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp59 Instruction *TI = BB->getTerminator(); local
H A DCallSiteSplitting.cpp255 Instruction *TI = SplitBB->getTerminator(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp64 const TargetInfo &TI = Context.getTargetInfo(); local
147 const TargetInfo &TI = Context.getTargetInfo(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h288 static unsigned getHashValue(const codeview::TypeIndex &TI) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp176 DefineTypeSize(const Twine &MacroName, TargetInfo::IntType Ty, const TargetInfo &TI, MacroBuilder &Builder) argument
182 DefineFmt(const Twine &Prefix, TargetInfo::IntType Ty, const TargetInfo &TI, MacroBuilder &Builder) argument
197 DefineTypeWidth(StringRef MacroName, TargetInfo::IntType Ty, const TargetInfo &TI, MacroBuilder &Builder) argument
202 DefineTypeSizeof(StringRef MacroName, unsigned BitWidth, const TargetInfo &TI, MacroBuilder &Builder) argument
208 DefineExactWidthIntType(TargetInfo::IntType Ty, const TargetInfo &TI, MacroBuilder &Builder) argument
228 DefineExactWidthIntTypeSize(TargetInfo::IntType Ty, const TargetInfo &TI, MacroBuilder &Builder) argument
243 DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, const TargetInfo &TI, MacroBuilder &Builder) argument
256 DefineFastIntType(unsigned TypeWidth, bool IsSigned, const TargetInfo &TI, MacroBuilder &Builder) argument
343 InitializeStandardPredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, MacroBuilder &Builder) argument
581 InitializePredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, const PreprocessorOptions &PPOpts, MacroBuilder &Builder) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h706 void setTypeSourceInfo(TypeSourceInfo *TI) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp366 std::string MinimalSymbolDumper::typeOrIdIndex(codeview::TypeIndex TI, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp545 auto &TI = CGM.getContext().getTargetInfo(); local

Completed in 342 milliseconds

12345