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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h103 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, function in struct:llvm::FastISel::CallLoweringInfo
125 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, function in struct:llvm::FastISel::CallLoweringInfo
149 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, function in struct:llvm::FastISel::CallLoweringInfo
160 CallLoweringInfo &setCallee(const DataLayout &DL, MCContext &Ctx,
165 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy, function in struct:llvm::FastISel::CallLoweringInfo
H A DTargetLowering.h3711 // setCallee with target/module-specific attributes
3725 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType, function in struct:llvm::TargetLoweringBase::TargetLowering::CallLoweringInfo
3735 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, function in struct:llvm::TargetLoweringBase::TargetLowering::CallLoweringInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp908 CLI.setCallee(CI->getCallingConv(), RetTy, Callee, std::move(Args), NumArgs);
913 FastISel::CallLoweringInfo &FastISel::CallLoweringInfo::setCallee( function in class:FastISel::CallLoweringInfo
919 return setCallee(CC, ResultTy, Sym, std::move(ArgsList), FixedArgs);
1148 CLI.setCallee(RetTy, FTy, Symbol, std::move(Args), *CI, NumArgs);
1308 CLI.setCallee(RetTy, FuncTy, CI->getCalledOperand(), std::move(Args), *CI)
H A DSelectionDAGBuilder.cpp2584 .setCallee(GuardCheckFn->getCallingConv(), FnTy->getReturnType(),
7202 .setCallee(RetTy, FTy, Callee, std::move(Args), CB)
8692 .setCallee(Call->getCallingConv(), ReturnTy, Callee, std::move(Args))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h561 void setCallee(const CallEnter &CE, const SourceManager &SM);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp853 void PathDiagnosticCallPiece::setCallee(const CallEnter &CE, function in class:PathDiagnosticCallPiece
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp939 .setCallee(CallingConv::PreserveAll, RetTy, Callee, std::move(Args))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp530 CLI.setDebugLoc(dl).setChain(Chain).setCallee(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2187 .setCallee(CallingConv::C, RetTyABI, Callee, std::move(Args));
2238 .setCallee(CallingConv::C, RetTy, Callee, std::move(Args));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3618 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), II->getType(),
4917 CLI.setCallee(DL, Ctx, TLI.getLibcallCallingConv(LC), I->getType(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp996 E->setCallee(Record.readSubExpr());
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1177 Call->setCallee(*CE, SM);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp401 BuiltinCall->setCallee(Builtin);
5345 TheCall->setCallee(PromotedCall.get());
H A DSemaExpr.cpp18757 E->setCallee(CalleeResult.get());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2885 void setCallee(Expr *F) { getTrailingStmts()[FN] = F; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1321 setCallee(Fn);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9229 .setCallee(CC, RetTy, Callee, std::move(Args))
9281 .setCallee(CallingConv::ARM_AAPCS_VFP, VT.getTypeForEVT(*DAG.getContext()),
17698 .setCallee(getLibcallCallingConv(LC), RetTy, Callee, std::move(Args))
17740 .setCallee(CallingConv::ARM_AAPCS, RetTy, Callee, std::move(Args))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1495 .setCallee(CallingConv::C, Type::getVoidTy(*CurDAG->getContext()),

Completed in 647 milliseconds