Searched refs:ActualCallee (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 253 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs, in getStatepointArgs() argument 259 Args.push_back(ActualCallee); in getStatepointArgs() 275 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs, in CreateGCStatepointCallCommon() argument 279 PointerType *FuncPtrType = cast<PointerType>(ActualCallee->getType()); in CreateGCStatepointCallCommon() 291 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualCallee, Flags, in CreateGCStatepointCallCommon() 297 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument 301 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall() 306 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, uint32_t Flags, in CreateGCStatepointCall() argument 310 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs, in CreateGCStatepointCall() 315 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 292 SDValue ActualCallee; in lowerCallFromStatepoint() local 305 ActualCallee = Builder.DAG.getConstant(0, Builder.getCurSDLoc(), in lowerCallFromStatepoint() 308 ActualCallee = Builder.getValue(ISP.getCalledValue()); in lowerCallFromStatepoint() 319 ISP.getNumCallArgs(), ActualCallee, DefTy, EHPadBB, in lowerCallFromStatepoint()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 442 Value *ActualCallee, 451 Value *ActualCallee, uint32_t Flags, 462 Value *ActualCallee, ArrayRef<Use> CallArgs,
|