Lines Matching refs:NumVRs
4525 const unsigned NumVRs = array_lengthof(VR); in needStackSlotPassParameters() local
4530 unsigned AvailableVRs = NumVRs; in needStackSlotPassParameters()
5627 const unsigned NumVRs = array_lengthof(VR); in LowerCall_64SVR4() local
5638 unsigned AvailableVRs = NumVRs; in LowerCall_64SVR4()
5689 if (++NumVRsUsed <= NumVRs) in LowerCall_64SVR4()
5699 if (++NumVRsUsed <= NumVRs) in LowerCall_64SVR4()
6087 if (VR_idx != NumVRs) { in LowerCall_64SVR4()
6108 if (VR_idx != NumVRs) { in LowerCall_64SVR4()
6358 const unsigned NumVRs = array_lengthof(VR); in LowerCall_Darwin() local
6522 if (VR_idx != NumVRs) { in LowerCall_Darwin()
6544 if (VR_idx != NumVRs) { in LowerCall_Darwin()
6562 if (!isVarArg && nAltivecParamsAtEnd > NumVRs) { in LowerCall_Darwin()
6572 if (++j > NumVRs) { in LowerCall_Darwin()