Lines Matching refs:RAFast
48 class RAFast : public MachineFunctionPass { class
51 RAFast() : MachineFunctionPass(ID), StackSlotForVirtReg(-1), in RAFast() function in __anon65ad56180111::RAFast
200 char RAFast::ID = 0;
205 int RAFast::getStackSpaceFor(unsigned VirtReg, const TargetRegisterClass *RC) { in getStackSpaceFor()
223 bool RAFast::isLastUseOfLocalReg(MachineOperand &MO) { in isLastUseOfLocalReg()
237 void RAFast::addKillFlag(const LiveReg &LR) { in addKillFlag()
249 void RAFast::killVirtReg(LiveRegMap::iterator LRI) { in killVirtReg()
260 void RAFast::killVirtReg(unsigned VirtReg) { in killVirtReg()
270 void RAFast::spillVirtReg(MachineBasicBlock::iterator MI, unsigned VirtReg) { in spillVirtReg()
279 void RAFast::spillVirtReg(MachineBasicBlock::iterator MI, in spillVirtReg()
332 void RAFast::spillAll(MachineBasicBlock::iterator MI) { in spillAll()
348 void RAFast::usePhysReg(MachineOperand &MO) { in usePhysReg()
416 void RAFast::definePhysReg(MachineInstr &MI, unsigned PhysReg, in definePhysReg()
457 unsigned RAFast::calcSpillCost(unsigned PhysReg) const { in calcSpillCost()
507 void RAFast::assignVirtToPhysReg(LiveReg &LR, unsigned PhysReg) { in assignVirtToPhysReg()
515 RAFast::LiveRegMap::iterator
516 RAFast::assignVirtToPhysReg(unsigned VirtReg, unsigned PhysReg) { in assignVirtToPhysReg()
524 RAFast::LiveRegMap::iterator RAFast::allocVirtReg(MachineInstr &MI, in allocVirtReg()
598 RAFast::LiveRegMap::iterator RAFast::defineVirtReg(MachineInstr &MI, in defineVirtReg()
632 RAFast::LiveRegMap::iterator RAFast::reloadVirtReg(MachineInstr &MI, in reloadVirtReg()
685 bool RAFast::setPhysReg(MachineInstr *MI, unsigned OpNum, unsigned PhysReg) { in setPhysReg()
714 void RAFast::handleThroughOperands(MachineInstr *MI, in handleThroughOperands()
804 void RAFast::AllocateBasicBlock() { in AllocateBasicBlock()
1084 bool RAFast::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
1121 return new RAFast(); in createFastRegisterAllocator()