Searched refs:GPRArgRegs (Results 1 – 4 of 4) sorted by relevance
68 static const MCPhysReg GPRArgRegs[] = { ARM::R0, ARM::R1, ARM::R2, ARM::R3 }; in f64AssignAAPCS() local74 Reg = State.AllocateReg(GPRArgRegs); in f64AssignAAPCS()
3052 static const MCPhysReg GPRArgRegs[] = { in fastLowerArguments() local3059 unsigned SrcReg = GPRArgRegs[ArgNo]; in fastLowerArguments()
153 static const MCPhysReg GPRArgRegs[] = { variable2802 unsigned Reg = State->AllocateReg(GPRArgRegs); in HandleByVal()2809 Reg = State->AllocateReg(GPRArgRegs); in HandleByVal()2822 while (State->AllocateReg(GPRArgRegs)) in HandleByVal()2839 State->AllocateReg(GPRArgRegs); in HandleByVal()4278 unsigned RBeginIdx = CCInfo.getFirstUnallocated(GPRArgRegs); in StoreByValRegs()4279 RBegin = RBeginIdx == 4 ? (unsigned)ARM::R4 : GPRArgRegs[RBeginIdx]; in StoreByValRegs()4417 unsigned RegIdx = CCInfo.getFirstUnallocated(GPRArgRegs); in LowerFormalArguments()4418 if (RegIdx != array_lengthof(GPRArgRegs)) in LowerFormalArguments()4419 ArgRegBegin = std::min(ArgRegBegin, (unsigned)GPRArgRegs[RegIdx]); in LowerFormalArguments()
5390 static const MCPhysReg GPRArgRegs[] = { AArch64::X0, AArch64::X1, AArch64::X2, in saveVarArgRegisters() local5393 static const unsigned NumGPRArgRegs = array_lengthof(GPRArgRegs); in saveVarArgRegisters()5394 unsigned FirstVariadicGPR = CCInfo.getFirstUnallocated(GPRArgRegs); in saveVarArgRegisters()5410 unsigned VReg = MF.addLiveIn(GPRArgRegs[i], &AArch64::GPR64RegClass); in saveVarArgRegisters()