Searched defs:ResultTy (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h104 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, argument
126 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, argument
150 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, argument
166 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp377 makeSymExprValNN(BinaryOperator::Opcode Op, NonLoc LHS, NonLoc RHS, QualType ResultTy) argument
H A DSimpleSValBuilder.cpp387 QualType ResultTy; local
446 tryRearrange(ProgramStateRef State, BinaryOperator::Opcode Op, NonLoc Lhs, NonLoc Rhs, QualType ResultTy) argument
H A DExprEngineCallAndReturn.cpp663 QualType ResultTy = Call.getResultType(); local
H A DCallEvent.cpp77 QualType ResultTy = E->getType(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp723 QualType ResultTy = CE->getCallReturnType(Ctx); local
1278 QualType ResultTy = MD->getReturnType(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp251 QualType ResultTy = Ex->getType(); local
277 QualType ResultTy = Ex->getType(); local
689 QualType ResultTy = CallOrMsg.getResultType(); local
415 refValFromRetEffect(RetEffect RE, QualType ResultTy) argument
901 QualType ResultTy = Call.getResultType(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1812 Type *ResultTy; local
[all...]
H A DFunction.cpp1074 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); local
H A DAutoUpgrade.cpp894 Type *ResultTy = Op->getType(); local
928 Type *ResultTy = Op->getType(); local
2146 Type *ResultTy = CI->getType(); local
2161 Type *ResultTy = CI->getArgOperand(1)->getType(); local
2177 Type *ResultTy = CI->getType(); local
[all...]
H A DConstants.cpp2150 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); local
2175 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); local
H A DVerifier.cpp4735 Type *ResultTy = Call.getType(); local
4786 Type *ResultTy = FPI.getType(); local
4795 Type *ResultTy = FPI.getType(); local
4859 Type *ResultTy = Result->getType(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1123 BinomialCoefficient(const SCEV *It, unsigned K, ScalarEvolution &SE, Type *ResultTy) argument
H A DConstantFolding.cpp766 CastGEPIndices(Type *SrcElemTy, ArrayRef<Constant *> Ops, Type *ResultTy, Optional<unsigned> InRangeIndex, const DataLayout &DL, const TargetLibraryInfo *TLI) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1691 Type *ResultTy; local
1003 insertRMWLLSCLoop( IRBuilder< &Builder, Type *ResultTy, Value *Addr, AtomicOrdering MemOpOrder, function_ref<Value *(IRBuilder<> &, Value *)> PerformOp) argument
1345 insertRMWCmpXchgLoop( IRBuilder< &Builder, Type *ResultTy, Value *Addr, AtomicOrdering MemOpOrder, function_ref<Value *(IRBuilder<> &, Value *)> PerformOp, CreateCmpXchgInstFun CreateCmpXchg) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1751 QualType ResultTy = E->getType(); local
H A DSemaTemplateDeduction.cpp3285 QualType ResultTy; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp909 setCallee( const DataLayout &DL, MCContext &Ctx, CallingConv::ID CC, Type *ResultTy, StringRef Target, ArgListTy &&ArgsList, unsigned FixedArgs) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3736 Type *ResultTy = VectorType::get(VecTy->getVectorElementType(), local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp195 insertParts(Register DstReg, LLT ResultTy, LLT PartTy, ArrayRef<Register> PartRegs, LLT LeftoverTy, ArrayRef<Register> LeftoverRegs) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1401 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3560 QualType ResultTy = OMethod->getReturnType(); local
H A DCGExprScalar.cpp3474 QualType ResultTy = op.Ty; local
3896 llvm::IntegerType *ResultTy = cast<llvm::IntegerType>(Result->getType()); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1710 Type *ResultTy = nullptr; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3832 ASTContext::getFunctionNoProtoType(QualType ResultTy, argument
3911 getFunctionTypeInternal( QualType ResultTy, ArrayRef<QualType> ArgArray, const FunctionProtoType::ExtProtoInfo &EPI, bool OnlyWantCanonical) const argument
[all...]

Completed in 446 milliseconds

12