Searched refs:setCallee (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h104 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, function in struct:llvm::FastISel::CallLoweringInfo
126 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, function in struct:llvm::FastISel::CallLoweringInfo
150 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, function in struct:llvm::FastISel::CallLoweringInfo
161 CallLoweringInfo &setCallee(const DataLayout &DL, MCContext &Ctx,
166 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, function in struct:llvm::FastISel::CallLoweringInfo
H A DTargetLowering.h3494 // setCallee with target/module-specific attributes
3508 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType, function in struct:llvm::TargetLoweringBase::TargetLowering::CallLoweringInfo
3518 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, function in struct:llvm::TargetLoweringBase::TargetLowering::CallLoweringInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp904 CLI.setCallee(CI->getCallingConv(), RetTy, Callee, std::move(Args), NumArgs);
909 FastISel::CallLoweringInfo &FastISel::CallLoweringInfo::setCallee( function in class:FastISel::CallLoweringInfo
915 return setCallee(CC, ResultTy, Sym, std::move(ArgsList), FixedArgs);
1146 CLI.setCallee(RetTy, FTy, Symbol, std::move(Args), CS, NumArgs);
1300 CLI.setCallee(RetTy, FuncTy, CI->getCalledValue(), std::move(Args), CS)
H A DSelectionDAGBuilder.cpp2578 .setCallee(GuardCheckFn->getCallingConv(), FnTy->getReturnType(),
7235 .setCallee(RetTy, FTy, Callee, std::move(Args), CS)
8696 .setCallee(Call->getCallingConv(), ReturnTy, Callee, std::move(Args))
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h561 void setCallee(const CallEnter &CE, const SourceManager &SM);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp852 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, function in class:PathDiagnosticCallPiece
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp529 CLI.setDebugLoc(dl).setChain(Chain).setCallee(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2182 .setCallee(CallingConv::C, RetTyABI, Callee, std::move(Args));
2233 .setCallee(CallingConv::C, RetTy, Callee, std::move(Args));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3619 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), II->getType(),
4918 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), I->getType(),
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp901 E->setCallee(Record.readSubExpr());
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1174 Call->setCallee(*CE, SM);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp387 BuiltinCall->setCallee(Builtin);
5487 TheCall->setCallee(PromotedCall.get());
H A DSemaExpr.cpp17746 E->setCallee(CalleeResult.get());
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1358 setCallee(Fn);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2665 void setCallee(Expr *F) { getTrailingStmts()[FN] = F; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8925 .setCallee(CC, RetTy, Callee, std::move(Args))
8977 .setCallee(CallingConv::ARM_AAPCS_VFP, VT.getTypeForEVT(*DAG.getContext()),
16282 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args))
16324 .setCallee(CallingConv::ARM_AAPCS, RetTy, Callee, std::move(Args))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1384 .setCallee(CallingConv::C, Type::getVoidTy(*CurDAG->getContext()),

Completed in 728 milliseconds