Searched defs:NumPatchBytes (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DStatepoint.h114 uint64_t NumPatchBytes = local
116 assert(isInt<32>(NumPatchBytes) && "should fit in 32 bits!");
117 return NumPatchBytes;
/external/llvm/lib/IR/
H A DIRBuilder.cpp252 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes, argument
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, ActualCalle
273 CreateGCStatepointCallCommon( IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs, ArrayRef<T1> TransitionArgs, ArrayRef<T2> DeoptArgs, ArrayRef<T3> GCArgs, const Twine &Name) argument
296 CreateGCStatepointCall( uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, ArrayRef<Value *> CallArgs, ArrayRef<Value *> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) argument
305 CreateGCStatepointCall( uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, uint32_t Flags, ArrayRef<Use> CallArgs, ArrayRef<Use> TransitionArgs, ArrayRef<Use> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) argument
314 CreateGCStatepointCall( uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, ArrayRef<Use> CallArgs, ArrayRef<Value *> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) argument
324 CreateGCStatepointInvokeCommon( IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, ArrayRef<T0> InvokeArgs, ArrayRef<T1> TransitionArgs, ArrayRef<T2> DeoptArgs, ArrayRef<T3> GCArgs, const Twine &Name) argument
346 CreateGCStatepointInvoke( uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Value *> InvokeArgs, ArrayRef<Value *> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) argument
357 CreateGCStatepointInvoke( uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, ArrayRef<Use> InvokeArgs, ArrayRef<Use> TransitionArgs, ArrayRef<Use> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) argument
367 CreateGCStatepointInvoke( uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef<Use> InvokeArgs, ArrayRef<Value *> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) argument
[all...]
H A DVerifier.cpp1570 const int64_t NumPatchBytes = local
1572 assert(isInt<32>(NumPatchBytes) && "NumPatchBytesV is an i32!");
1573 Assert(NumPatchBytes >= 0, "gc.statepoint number of patchable bytes must be "
/external/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp854 uint32_t NumPatchBytes; local
873 !AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes);
878 NumPatchBytes = 0;
887 ID, NumPatchBytes, CS.getCalledValue(),
913 ID, NumPatchBytes, CS.getCalledValue(), ToReplace->getNormalDest(),
H A DRewriteStatepointsForGC.cpp1407 uint32_t NumPatchBytes = 0; local
1431 AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes);
1439 NumPatchBytes = OldSP.getNumPatchBytes();
1455 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs,
1483 StatepointID, NumPatchBytes, CallTarget, ToReplace->getNormalDest(),

Completed in 86 milliseconds