Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DIRBuilder.cpp314 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs, in getStatepointArgs() argument
320 Args.push_back(ActualCallee); in getStatepointArgs()
336 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs, in CreateGCStatepointCallCommon() argument
340 PointerType *FuncPtrType = cast<PointerType>(ActualCallee->getType()); in CreateGCStatepointCallCommon()
352 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualCallee, Flags, in CreateGCStatepointCallCommon()
358 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
362 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
367 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, uint32_t Flags, in CreateGCStatepointCall() argument
371 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs, in CreateGCStatepointCall()
376 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIRBuilder.cpp581 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs, in getStatepointArgs() argument
587 Args.push_back(ActualCallee); in getStatepointArgs()
603 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs, in CreateGCStatepointCallCommon() argument
607 auto *FuncPtrType = cast<PointerType>(ActualCallee->getType()); in CreateGCStatepointCallCommon()
619 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualCallee, Flags, in CreateGCStatepointCallCommon()
625 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
629 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
634 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, uint32_t Flags, in CreateGCStatepointCall() argument
638 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs, in CreateGCStatepointCall()
643 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, in CreateGCStatepointCall() argument
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp748 SDValue ActualCallee; in LowerStatepoint() local
761 ActualCallee = DAG.getConstant(0, getCurSDLoc(), TLI.getPointerTy(DL, AS)); in LowerStatepoint()
763 ActualCallee = getValue(ISP.getCalledValue()); in LowerStatepoint()
769 ISP.getNumCallArgs(), ActualCallee, in LowerStatepoint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp807 SDValue ActualCallee; in LowerStatepoint() local
820 ActualCallee = DAG.getConstant(0, getCurSDLoc(), TLI.getPointerTy(DL, AS)); in LowerStatepoint()
822 ActualCallee = getValue(ISP.getCalledValue()); in LowerStatepoint()
828 ISP.getNumCallArgs(), ActualCallee, in LowerStatepoint()
/external/llvm/include/llvm/IR/
DIRBuilder.h474 Value *ActualCallee,
483 Value *ActualCallee, uint32_t Flags,
494 Value *ActualCallee, ArrayRef<Use> CallArgs,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h611 Value *ActualCallee,
620 Value *ActualCallee, uint32_t Flags,
631 Value *ActualCallee, ArrayRef<Use> CallArgs,