Lines Matching refs:NumGPArgRegs
3040 const unsigned NumGPArgRegs = array_lengthof(GPArgRegs);3054 // Make room for NumGPArgRegs and NumFPArgRegs.3055 int Depth = NumGPArgRegs * PtrVT.getSizeInBits()/8 +3068 for (unsigned GPRIndex = 0; GPRIndex != NumGPArgRegs; ++GPRIndex) {