Searched refs:NumCallRegArgs (Results 1 – 3 of 3) sorted by relevance
638 unsigned NumCallRegArgs = in LowerAsSTATEPOINT() local640 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
794 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); in selectPatchpoint() local795 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint()
7385 unsigned NumCallRegArgs = Call->getNumOperands() - (HasGlue ? 4 : 3); in visitPatchpoint() local7386 NumCallRegArgs = IsAnyRegCC ? NumArgs : NumCallRegArgs; in visitPatchpoint()7387 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, dl, MVT::i32)); in visitPatchpoint()