Searched refs:TransitionArgs (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DIRBuilder.cpp254 ArrayRef<T1> TransitionArgs, ArrayRef<T2> DeoptArgs,
263 Args.push_back(B.getInt32(TransitionArgs.size()));
264 Args.insert(Args.end(), TransitionArgs.begin(), TransitionArgs.end());
276 ArrayRef<T1> TransitionArgs, ArrayRef<T2> DeoptArgs, ArrayRef<T3> GCArgs,
292 CallArgs, TransitionArgs, DeoptArgs, GCArgs);
307 ArrayRef<Use> CallArgs, ArrayRef<Use> TransitionArgs,
310 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs,
327 uint32_t Flags, ArrayRef<T0> InvokeArgs, ArrayRef<T1> TransitionArgs,
341 InvokeArgs, TransitionArgs, DeoptArg
252 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, uint32_t Flags, ArrayRef<T0> CallArgs, ArrayRef<T1> TransitionArgs, ArrayRef<T2> DeoptArgs, ArrayRef<T3> GCArgs) argument
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
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
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
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
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1400 ArrayRef<Use> TransitionArgs; local
1407 // TODO: we don't fill in TransitionArgs or Flags in this branch, but we
1432 TransitionArgs = {OldSP.gc_transition_args_begin(),
1444 TransitionArgs, DeoptArgs, GCArgs, "safepoint_token");
1472 ToReplace->getUnwindDest(), Flags, CallArgs, TransitionArgs, DeoptArgs,
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h457 ArrayRef<Use> TransitionArgs,
485 ArrayRef<Use> InvokeArgs, ArrayRef<Use> TransitionArgs,

Completed in 104 milliseconds