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

/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMCallingConv.h77 static const uint16_t GPRArgRegs[] = { ARM::R0, ARM::R1, ARM::R2, ARM::R3 }; local
83 Reg = State.AllocateReg(GPRArgRegs, 4);
H A DARMISelLowering.cpp90 static const uint16_t GPRArgRegs[] = { variable
1839 unsigned reg = State->AllocateReg(GPRArgRegs, 4);
1865 reg = State->AllocateReg(GPRArgRegs, 4);
1875 while (State->AllocateReg(GPRArgRegs, 4))
1892 State->AllocateReg(GPRArgRegs, 4);
2800 firstUnalloced = CCInfo.getFirstUnallocated(GPRArgRegs,
2801 sizeof(GPRArgRegs) /
2802 sizeof(GPRArgRegs[0]));
2873 (GPRArgRegs, array_lengthof(GPRArgRegs));
[all...]
H A DARMFastISel.cpp3114 static const uint16_t GPRArgRegs[] = { local
3122 unsigned SrcReg = GPRArgRegs[Idx];

Completed in 183 milliseconds