Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DIRBuilder.cpp252 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes, in getStatepointArgs() argument
258 Args.push_back(B.getInt32(NumPatchBytes)); in getStatepointArgs()
274 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, in CreateGCStatepointCallCommon() argument
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
319 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None), in CreateGCStatepointCall()
[all …]
DVerifier.cpp1570 const int64_t NumPatchBytes = in VerifyStatepoint() local
1572 assert(isInt<32>(NumPatchBytes) && "NumPatchBytesV is an i32!"); in VerifyStatepoint()
1573 Assert(NumPatchBytes >= 0, "gc.statepoint number of patchable bytes must be " in VerifyStatepoint()
/external/llvm/include/llvm/IR/
DStatepoint.h114 uint64_t NumPatchBytes = in getNumPatchBytes() local
116 assert(isInt<32>(NumPatchBytes) && "should fit in 32 bits!"); in getNumPatchBytes()
117 return NumPatchBytes; in getNumPatchBytes()
DIRBuilder.h441 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,
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp854 uint32_t NumPatchBytes; in ReplaceWithStatepoint() local
873 !AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes); in ReplaceWithStatepoint()
878 NumPatchBytes = 0; in ReplaceWithStatepoint()
887 ID, NumPatchBytes, CS.getCalledValue(), in ReplaceWithStatepoint()
913 ID, NumPatchBytes, CS.getCalledValue(), ToReplace->getNormalDest(), in ReplaceWithStatepoint()
DRewriteStatepointsForGC.cpp1407 uint32_t NumPatchBytes = 0; in makeStatepointExplicitImpl() local
1431 AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes); in makeStatepointExplicitImpl()
1439 NumPatchBytes = OldSP.getNumPatchBytes(); in makeStatepointExplicitImpl()
1455 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs, in makeStatepointExplicitImpl()
1483 StatepointID, NumPatchBytes, CallTarget, ToReplace->getNormalDest(), in makeStatepointExplicitImpl()