Searched refs:NumCallRegArgs (Results 1 – 3 of 3) sorted by relevance
811 unsigned NumCallRegArgs = in LowerAsSTATEPOINT() local813 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
844 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); in selectPatchpoint() local845 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint()
10639 unsigned NumCallRegArgs = Call->getNumOperands() - (HasGlue ? 4 : 3); in visitPatchpoint() local10640 NumCallRegArgs = IsAnyRegCC ? NumArgs : NumCallRegArgs; in visitPatchpoint()10641 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, dl, MVT::i32)); in visitPatchpoint()