Lines Matching refs:NumVRs
3984 const unsigned NumVRs = array_lengthof(VR); in needStackSlotPassParameters() local
3989 unsigned AvailableVRs = NumVRs; in needStackSlotPassParameters()
5044 const unsigned NumVRs = array_lengthof(VR); in LowerCall_64SVR4() local
5078 if (++NumVRsUsed <= NumVRs) in LowerCall_64SVR4()
5088 if (++NumVRsUsed <= NumVRs) in LowerCall_64SVR4()
5466 if (VR_idx != NumVRs) { in LowerCall_64SVR4()
5494 if (VR_idx != NumVRs) { in LowerCall_64SVR4()
5746 const unsigned NumVRs = array_lengthof(VR); in LowerCall_Darwin() local
5914 if (VR_idx != NumVRs) { in LowerCall_Darwin()
5937 if (VR_idx != NumVRs) { in LowerCall_Darwin()
5955 if (!isVarArg && nAltivecParamsAtEnd > NumVRs) { in LowerCall_Darwin()
5965 if (++j > NumVRs) { in LowerCall_Darwin()