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

12345

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1542 TypeInfer &TI = TP.getInfer(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp355 TypeSourceInfo *TI = CE->getTypeInfoAsWritten(); local
H A DSemaDeclAttr.cpp4594 const TargetInfo &TI = Context.getTargetInfo(); local
H A DSemaChecking.cpp508 const TargetInfo &TI = getASTContext().getTargetInfo(); local
2863 const TargetInfo &TI = Context.getTargetInfo(); local
3150 const TargetInfo &TI = Context.getTargetInfo(); local
[all...]
H A DSemaDecl.cpp7082 const auto &TI = Context.getTargetInfo(); local
14036 TypeSourceInfo *TI = FD->getTypeSourceInfo(); local
14554 bool Sema::CheckEnumUnderlyingType(TypeSourceInfo *TI) { argument
14924 TypeSourceInfo *TI = nullptr; local
[all...]
H A DSemaExpr.cpp10744 TypeSourceInfo *TI = CE->getTypeInfoAsWritten(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4308 llvm::GlobalVariable *TI = getThrowInfo(ThrowType); local
H A DItaniumCXXABI.cpp3713 const TargetInfo &TI = CGM.getContext().getTargetInfo(); local
H A DCGObjCGNU.cpp2446 llvm::Constant *TI = local
H A DCGDebugInfo.cpp54 auto TI = Ctx.getTypeInfo(Ty); local
1285 TypeInfo TI = CGM.getContext().getTypeInfo(type); local
H A DCodeGenModule.cpp2877 TargetMVPriority(const TargetInfo &TI, argument
2922 const TargetInfo &TI = getTarget(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2195 void AddTypeInfo(const DeclaratorChunk &TI, ParsedAttributes &&attrs, argument
2207 void AddTypeInfo(const DeclaratorChunk &TI, SourceLocation EndLoc) { argument
2215 void AddInnermostTypeInfo(const DeclaratorChunk &TI) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3654 Instruction *TI = PredBB->getTerminator(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1306 TruncInst *TI = dyn_cast<TruncInst>(U); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp681 static void EraseTerminatorAndDCECond(Instruction *TI, argument
700 Value *SimplifyCFGOpt::isValueEqualityComparison(Instruction *TI) { argument
727 GetValueEqualityComparisonCases( Instruction *TI, std::vector<ValueEqualityComparisonCase> &Cases) argument
817 SimplifyEqualityComparisonWithOnlyPredecessor( Instruction *TI, BasicBlock *Pred, IRBuilder<> &Builder) argument
969 GetBranchWeights(Instruction *TI, SmallVectorImpl<uint64_t> &Weights) argument
1003 FoldValueComparisonIntoPredecessors(Instruction *TI, IRBuilder<> &Builder) argument
4107 Instruction *TI = PredBB->getTerminator(); local
4281 Instruction *TI = Preds[i]->getTerminator(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp941 static bool isAddrSpaceMapManglingEnabled(const TargetInfo &TI, argument
2410 TypeInfo TI = getTypeInfo(T); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4084 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
4277 void setWrittenTypeInfo(TypeSourceInfo *TI) { TInfo.setPointer(TI); } argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9986 const Instruction *TI = LLVMBB->getTerminator(); local

Completed in 578 milliseconds

12345