HomeSort by relevance Sort by last modified time
    Searched refs:ActualCallee (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/IR/
IRBuilder.cpp 314 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs,
320 Args.push_back(ActualCallee);
336 Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs,
340 PointerType *FuncPtrType = cast<PointerType>(ActualCallee->getType());
352 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualCallee, Flags,
358 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee,
362 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None),
367 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, uint32_t Flags,
371 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs,
376 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 748 SDValue ActualCallee;
761 ActualCallee = DAG.getConstant(0, getCurSDLoc(), TLI.getPointerTy(DL, AS));
763 ActualCallee = getValue(ISP.getCalledValue());
769 ISP.getNumCallArgs(), ActualCallee,
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 474 Value *ActualCallee,
483 Value *ActualCallee, uint32_t Flags,
494 Value *ActualCallee, ArrayRef<Use> CallArgs,
    [all...]

Completed in 435 milliseconds