Home
last modified time | relevance | path

Searched refs:getGPRAllocationOrder (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td237 return MF.getSubtarget<ARMSubtarget>().getGPRAllocationOrder(MF);
254 return MF.getSubtarget<ARMSubtarget>().getGPRAllocationOrder(MF);
266 return MF.getSubtarget<ARMSubtarget>().getGPRAllocationOrder(MF);
287 return MF.getSubtarget<ARMSubtarget>().getGPRAllocationOrder(MF);
334 return MF.getSubtarget<ARMSubtarget>().getGPRAllocationOrder(MF);
H A DARMSubtarget.h548 unsigned getGPRAllocationOrder(const MachineFunction &MF) const;
H A DARMSubtarget.cpp453 unsigned ARMSubtarget::getGPRAllocationOrder(const MachineFunction &MF) const { in getGPRAllocationOrder() function in ARMSubtarget