| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| 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,
|
| D | TargetLowering.h | 4234 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType, in setCallee() function 4244 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() function
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | FastISel.cpp | 743 CLI.setCallee(CI->getCallingConv(), RetTy, Callee, std::move(Args), NumArgs); in lowerCallOperands() 748 FastISel::CallLoweringInfo &FastISel::CallLoweringInfo::setCallee( in setCallee() function in FastISel::CallLoweringInfo 754 return setCallee(CC, ResultTy, Sym, std::move(ArgsList), FixedArgs); in setCallee() 983 CLI.setCallee(RetTy, FTy, Symbol, std::move(Args), *CI, NumArgs); in lowerCallTo() 1142 CLI.setCallee(RetTy, FuncTy, CI->getCalledOperand(), std::move(Args), *CI) in lowerCall()
|
| D | SelectionDAGBuilder.cpp | 2752 .setCallee(GuardCheckFn->getCallingConv(), FnTy->getReturnType(), in visitSPDescriptorParent() 7994 .setCallee(RetTy, FTy, Callee, std::move(Args), CB) in LowerCallTo() 9530 .setCallee(Call->getCallingConv(), ReturnTy, Callee, std::move(Args)) in populateCallLoweringInfo()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Analysis/ |
| D | PathDiagnostic.h | 597 void setCallee(const CallEnter &CE, const SourceManager &SM);
|
| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| D | PathDiagnostic.cpp | 868 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, in setCallee() function in PathDiagnosticCallPiece
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/ |
| D | SparcISelLowering.cpp | 2338 .setCallee(CallingConv::C, RetTyABI, Callee, std::move(Args)); in LowerF128Op() 2389 .setCallee(CallingConv::C, RetTy, Callee, std::move(Args)); in LowerF128Compare()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64FastISel.cpp | 3587 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), II->getType(), in fastLowerIntrinsicCall() 4830 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), I->getType(), in selectFRem()
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| D | BugReporter.cpp | 1179 Call->setCallee(*CE, SM); in generatePathDiagnosticsForNode()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/XCore/ |
| D | XCoreISelLowering.cpp | 525 CLI.setDebugLoc(dl).setChain(Chain).setCallee( in LowerSTORE()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/VE/ |
| D | VEISelLowering.cpp | 1686 .setCallee(CallingConv::PreserveAll, RetTy, Callee, std::move(Args)) in lowerDYNAMIC_STACKALLOC()
|
| /openbsd/src/gnu/llvm/clang/lib/Serialization/ |
| D | ASTReaderStmt.cpp | 1005 E->setCallee(Record.readSubExpr()); in VisitCallExpr()
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | Expr.cpp | 1450 setCallee(Fn); in CallExpr()
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | Expr.h | 2964 void setCallee(Expr *F) { getTrailingStmts()[FN] = F; } in setCallee() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 9897 .setCallee(CC, RetTy, Callee, std::move(Args)) in LowerFSINCOS() 9949 .setCallee(CallingConv::ARM_AAPCS_VFP, VT.getTypeForEVT(*DAG.getContext()), in LowerWindowsDIVLibCall() 20549 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem() 20600 .setCallee(CallingConv::ARM_AAPCS, RetTy, Callee, std::move(Args)) in LowerREM()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 1639 .setCallee(CallingConv::C, Type::getVoidTy(*CurDAG->getContext()), in emitSpecialCodeForMain()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaChecking.cpp | 785 BuiltinCall->setCallee(Builtin); in SemaBuiltinCallWithStaticChain() 7090 TheCall->setCallee(PromotedCall.get()); in SemaBuiltinAtomicOverloaded()
|
| D | SemaExpr.cpp | 20710 E->setCallee(CalleeResult.get()); in VisitCallExpr()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.cpp | 1912 .setCallee(CallConv, RetTy, Callee, std::move(Args)) in makeExternalCall()
|