Displaying 1 result from an estimated 1 matches for "dlxregsclass".
2011 Jul 03
0
[LLVMdev] DLX backend
...R15,
R16, R17, R18, R19, R20, R21, R22, R23,
R24, R25, R26, R27, R28, R29, R30, R31]>
{
let MethodProtos = [{
iterator allocation_order_begin(const MachineFunction &MF) const;
iterator allocation_order_end(const MachineFunction &MF) const;
}];
let MethodBodies = [{
DLXRegsClass::iterator
DLXRegsClass::allocation_order_end(const MachineFunction &MF) const {
return begin() + 1; // dont allocate r0, it always contains zero
}
DLXRegsClass::iterator
DLXRegsClass::allocation_order_end(const MachineFunction &MF) const {
return end() - 1; // dont allocate r31, it...