Home | History | Annotate | Download | only in ARM

Lines Matching refs:GPRArgRegs

84 static const MCPhysReg GPRArgRegs[] = {
1993 unsigned Reg = State->AllocateReg(GPRArgRegs);
2000 Reg = State->AllocateReg(GPRArgRegs);
2013 while (State->AllocateReg(GPRArgRegs))
2030 State->AllocateReg(GPRArgRegs);
3142 unsigned RBeginIdx = CCInfo.getFirstUnallocated(GPRArgRegs);
3143 RBegin = RBeginIdx == 4 ? (unsigned)ARM::R4 : GPRArgRegs[RBeginIdx];
3247 unsigned RegIdx = CCInfo.getFirstUnallocated(GPRArgRegs);
3248 if (RegIdx != array_lengthof(GPRArgRegs))
3249 ArgRegBegin = std::min(ArgRegBegin, (unsigned)GPRArgRegs[RegIdx]);