Searched refs:NumCallRegArgs (Results 1 – 3 of 3) sorted by relevance
808 unsigned NumCallRegArgs = in LowerAsSTATEPOINT() local810 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
834 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); in selectPatchpoint() local835 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint()
9724 unsigned NumCallRegArgs = Call->getNumOperands() - (HasGlue ? 4 : 3); in visitPatchpoint() local9725 NumCallRegArgs = IsAnyRegCC ? NumArgs : NumCallRegArgs; in visitPatchpoint()9726 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, dl, MVT::i32)); in visitPatchpoint()