Home | History | Annotate | Download | only in ARM

Lines Matching refs:GPRArgRegs

145 static const MCPhysReg GPRArgRegs[] = {
2194 unsigned Reg = State->AllocateReg(GPRArgRegs);
2201 Reg = State->AllocateReg(GPRArgRegs);
2214 while (State->AllocateReg(GPRArgRegs))
2231 State->AllocateReg(GPRArgRegs);
3574 unsigned RBeginIdx = CCInfo.getFirstUnallocated(GPRArgRegs);
3575 RBegin = RBeginIdx == 4 ? (unsigned)ARM::R4 : GPRArgRegs[RBeginIdx];
3676 unsigned RegIdx = CCInfo.getFirstUnallocated(GPRArgRegs);
3677 if (RegIdx != array_lengthof(GPRArgRegs))
3678 ArgRegBegin = std::min(ArgRegBegin, (unsigned)GPRArgRegs[RegIdx]);