Searched refs:RAFast (Results 1 – 7 of 7) sorted by relevance
48 class RAFast : public MachineFunctionPass { class51 RAFast() : MachineFunctionPass(ID), StackSlotForVirtReg(-1), in RAFast() function in __anon65ad56180111::RAFast200 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()[all …]
4 ; This test should not cause any spilling with RAFast.
64 ; RAFast would forget to add a super-register implicit-def when rewriting:
64 ; RAFast would forget to add a super-register <imp-def> when rewriting:
81 ; Check RAFast handling of inline assembly with many dense clobbers.