/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 104 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() function 126 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, 150 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, 161 CallLoweringInfo &setCallee(const DataLayout &DL, MCContext &Ctx, 166 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy,
|
H A D | TargetLowering.h | 4574 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType, 4590 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 744 CLI.setCallee(CI->getCallingConv(), RetTy, Callee, std::move(Args), NumArgs); in lowerCallOperands() 749 FastISel::CallLoweringInfo &FastISel::CallLoweringInfo::setCallee( in setCallee() function in FastISel::CallLoweringInfo 755 return setCallee(CC, ResultTy, Sym, std::move(ArgsList), FixedArgs); in setCallee() 993 CLI.setCallee(RetTy, FTy, Symbol, std::move(Args), *CI, NumArgs); in lowerCallTo() 1151 CLI.setCallee(RetTy, FuncTy, CI->getCalledOperand(), std::move(Args), *CI) in lowerCall()
|
H A D | SelectionDAGBuilder.cpp | 3126 .setCallee(GuardCheckFn->getCallingConv(), FnTy->getReturnType(), in visitSPDescriptorParent() 7893 .setCallee(CC, RetTy, Callee, std::move(Args)) in visitIntrinsicCall() 8817 .setCallee(RetTy, FTy, Callee, std::move(Args), CB) in LowerCallTo() 10445 .setCallee(Call->getCallingConv(), ReturnTy, Callee, std::move(Args), in populateCallLoweringInfo()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 597 void setCallee(const CallEnter &CE, const SourceManager &SM);
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 870 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, in setCallee() function in PathDiagnosticCallPiece
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 2376 .setCallee(CallingConv::C, RetTyABI, Callee, std::move(Args)); in LowerF128Op() 2427 .setCallee(CallingConv::C, RetTy, Callee, std::move(Args)); in LowerF128Compare()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 520 CLI.setDebugLoc(dl).setChain(Chain).setCallee( in LowerSTORE()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 3588 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), II->getType(), in fastLowerIntrinsicCall() 4880 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), I->getType(), in selectFRem()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 1190 Call->setCallee(*CE, SM); in generatePathDiagnosticsForNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 1683 .setCallee(CallingConv::PreserveAll, RetTy, Callee, std::move(Args)) in lowerDYNAMIC_STACKALLOC()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1028 E->setCallee(Record.readSubExpr()); in VisitCallExpr()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 1466 setCallee(Fn); in CallExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 2982 void setCallee(Expr *F) { getTrailingStmts()[FN] = F; } in setCallee() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 9982 .setCallee(CC, RetTy, Callee, std::move(Args)) in LowerFSINCOS() 10034 .setCallee(CallingConv::ARM_AAPCS_VFP, VT.getTypeForEVT(*DAG.getContext()), in LowerWindowsDIVLibCall() 20782 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem() 20833 .setCallee(CallingConv::ARM_AAPCS, RetTy, Callee, std::move(Args)) in LowerREM()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 849 BuiltinCall->setCallee(Builtin); in BuiltinCallWithStaticChain() 4476 TheCall->setCallee(PromotedCall.get()); in BuiltinAtomicOverloaded()
|
H A D | SemaExpr.cpp | 20463 E->setCallee(CalleeResult.get()); in VisitCallExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 1755 .setCallee(CallingConv::C, Type::getVoidTy(*CurDAG->getContext()), in emitSpecialCodeForMain()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 2142 .setCallee(CallConv, RetTy, Callee, std::move(Args)) in makeExternalCall()
|