Home
last modified time | relevance | path

Searched refs:ActualCallee (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp719 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs) { in getStatepointArgs() argument
723 Args.push_back(ActualCallee); in getStatepointArgs()
762 FunctionCallee ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs, in CreateGCStatepointCallCommon() argument
770 {ActualCallee.getCallee()->getType()}); in CreateGCStatepointCallCommon()
773 *Builder, ID, NumPatchBytes, ActualCallee.getCallee(), Flags, CallArgs); in CreateGCStatepointCallCommon()
780 ActualCallee.getFunctionType())); in CreateGCStatepointCallCommon()
785 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument
789 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
794 uint64_t ID, uint32_t NumPatchBytes, FunctionCallee ActualCallee, in CreateGCStatepointCall() argument
800 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs, in CreateGCStatepointCall()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1025 SDValue ActualCallee; in LowerStatepoint() local
1034 ActualCallee = DAG.getUNDEF(Callee.getValueType()); in LowerStatepoint()
1036 ActualCallee = Callee; in LowerStatepoint()
1046 I.getNumCallArgs(), ActualCallee, in LowerStatepoint()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h869 FunctionCallee ActualCallee,
878 FunctionCallee ActualCallee, uint32_t Flags,
889 FunctionCallee ActualCallee,