| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | 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,
|
| HD | TargetLowering.h | 3508 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType, in setCallee() function 3518 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | FastISel.cpp | 904 CLI.setCallee(CI->getCallingConv(), RetTy, Callee, std::move(Args), NumArgs); in lowerCallOperands() 909 FastISel::CallLoweringInfo &FastISel::CallLoweringInfo::setCallee( in setCallee() function in FastISel::CallLoweringInfo 915 return setCallee(CC, ResultTy, Sym, std::move(ArgsList), FixedArgs); in setCallee() 1146 CLI.setCallee(RetTy, FTy, Symbol, std::move(Args), CS, NumArgs); in lowerCallTo() 1300 CLI.setCallee(RetTy, FuncTy, CI->getCalledValue(), std::move(Args), CS) in lowerCall()
|
| HD | SelectionDAGBuilder.cpp | 2578 .setCallee(GuardCheckFn->getCallingConv(), FnTy->getReturnType(), in visitSPDescriptorParent() 7235 .setCallee(RetTy, FTy, Callee, std::move(Args), CS) in LowerCallTo() 8696 .setCallee(Call->getCallingConv(), ReturnTy, Callee, std::move(Args)) in populateCallLoweringInfo()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/ |
| HD | PathDiagnostic.h | 561 void setCallee(const CallEnter &CE, const SourceManager &SM);
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | PathDiagnostic.cpp | 852 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, in setCallee() function in PathDiagnosticCallPiece
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| HD | SparcISelLowering.cpp | 2182 .setCallee(CallingConv::C, RetTyABI, Callee, std::move(Args)); in LowerF128Op() 2233 .setCallee(CallingConv::C, RetTy, Callee, std::move(Args)); in LowerF128Compare()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64FastISel.cpp | 3619 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), II->getType(), in fastLowerIntrinsicCall() 4918 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), I->getType(), in selectFRem()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/ |
| HD | XCoreISelLowering.cpp | 529 CLI.setDebugLoc(dl).setChain(Chain).setCallee( in LowerSTORE()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | BugReporter.cpp | 1174 Call->setCallee(*CE, SM); in generatePathDiagnosticsForNode()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 901 E->setCallee(Record.readSubExpr()); in VisitCallExpr()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | Expr.cpp | 1358 setCallee(Fn); in CallExpr()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Expr.h | 2665 void setCallee(Expr *F) { getTrailingStmts()[FN] = F; } in setCallee() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMISelLowering.cpp | 8926 .setCallee(CC, RetTy, Callee, std::move(Args)) in LowerFSINCOS() 8978 .setCallee(CallingConv::ARM_AAPCS_VFP, VT.getTypeForEVT(*DAG.getContext()), in LowerWindowsDIVLibCall() 16283 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args)) in LowerDivRem() 16325 .setCallee(CallingConv::ARM_AAPCS, RetTy, Callee, std::move(Args)) in LowerREM()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86ISelDAGToDAG.cpp | 1384 .setCallee(CallingConv::C, Type::getVoidTy(*CurDAG->getContext()), in emitSpecialCodeForMain()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaChecking.cpp | 387 BuiltinCall->setCallee(Builtin); in SemaBuiltinCallWithStaticChain() 5487 TheCall->setCallee(PromotedCall.get()); in SemaBuiltinAtomicOverloaded()
|
| HD | SemaExpr.cpp | 17746 E->setCallee(CalleeResult.get()); in VisitCallExpr()
|