Searched refs:GPRArgRegs (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMCallingConv.h77 static const MCPhysReg GPRArgRegs[] = { ARM::R0, ARM::R1, ARM::R2, ARM::R3 }; local
83 Reg = State.AllocateReg(GPRArgRegs, 4);
H A DARMISelLowering.cpp85 static const MCPhysReg GPRArgRegs[] = { variable
1792 unsigned reg = State->AllocateReg(GPRArgRegs, 4);
1802 reg = State->AllocateReg(GPRArgRegs, 4);
1813 while (State->AllocateReg(GPRArgRegs, 4))
1830 State->AllocateReg(GPRArgRegs, 4);
2736 firstUnalloced = CCInfo.getFirstUnallocated(GPRArgRegs,
2737 sizeof(GPRArgRegs) /
2738 sizeof(GPRArgRegs[0]));
2810 (GPRArgRegs, array_lengthof(GPRArgRegs));
[all...]
H A DARMFastISel.cpp3036 static const uint16_t GPRArgRegs[] = { local
3044 unsigned SrcReg = GPRArgRegs[Idx];
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1847 static const MCPhysReg GPRArgRegs[] = { AArch64::X0, AArch64::X1, AArch64::X2, local
1850 static const unsigned NumGPRArgRegs = array_lengthof(GPRArgRegs);
1852 CCInfo.getFirstUnallocated(GPRArgRegs, NumGPRArgRegs);
1862 unsigned VReg = MF.addLiveIn(GPRArgRegs[i], &AArch64::GPR64RegClass);

Completed in 545 milliseconds