Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDIRBuilder.cpp587 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs, in getStatepointArgs() argument
593 Args.push_back(ActualCallee); in getStatepointArgs()
609 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs, in CreateGCStatepointCallCommon() argument
613 auto *FuncPtrType = cast<PointerType>(ActualCallee->getType()); in CreateGCStatepointCallCommon()
625 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualCallee, Flags, in CreateGCStatepointCallCommon()
631 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
635 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
640 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, uint32_t Flags, in CreateGCStatepointCall() argument
644 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs, in CreateGCStatepointCall()
649 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDStatepointLowering.cpp849 SDValue ActualCallee; in LowerStatepoint() local
862 ActualCallee = DAG.getConstant(0, getCurSDLoc(), TLI.getPointerTy(DL, AS)); in LowerStatepoint()
864 ActualCallee = getValue(ISP.getCalledValue()); in LowerStatepoint()
870 ISP.getNumCallArgs(), ActualCallee, in LowerStatepoint()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIRBuilder.h734 Value *ActualCallee,
743 Value *ActualCallee, uint32_t Flags,
754 Value *ActualCallee, ArrayRef<Use> CallArgs,