Home
last modified time | relevance | path

Searched refs:CallArgsBeginPos (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h83 CallArgsBeginPos = 5, enumerator
132 assert(CallArgsBeginPos <= (int)arg_size()); in actual_arg_begin()
133 return arg_begin() + CallArgsBeginPos; in actual_arg_begin()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1045 populateCallLoweringInfo(SI.CLI, &I, GCStatepointInst::CallArgsBeginPos, in LowerStatepoint()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1483 Ctx, GCStatepointInst::CallArgsBeginPos + I, in legalizeCallAttributes()