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

  /external/llvm/lib/IR/
IRBuilder.cpp 252 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes,
258 Args.push_back(B.getInt32(NumPatchBytes));
274 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes,
291 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualCallee, Flags,
297 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee,
301 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None),
306 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, uint32_t Flags,
310 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs,
315 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee,
319 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None)
    [all...]
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
Statepoint.h 114 uint64_t NumPatchBytes =
116 assert(isInt<32>(NumPatchBytes) && "should fit in 32 bits!");
117 return NumPatchBytes;
IRBuilder.h 441 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
450 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
461 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
470 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
479 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee,
489 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]

Completed in 2039 milliseconds