Searched refs:RAFast (Results 1 – 4 of 4) sorted by relevance
50 class RAFast : public MachineFunctionPass { class53 RAFast() : MachineFunctionPass(ID), StackSlotForVirtReg(-1), in RAFast() function in __anonb64cd7cd0111::RAFast196 char RAFast::ID = 0;201 int RAFast::getStackSpaceFor(unsigned VirtReg, const TargetRegisterClass *RC) { in getStackSpaceFor()219 bool RAFast::isLastUseOfLocalReg(MachineOperand &MO) { in isLastUseOfLocalReg()233 void RAFast::addKillFlag(const LiveReg &LR) { in addKillFlag()245 void RAFast::killVirtReg(LiveRegMap::iterator LRI) { in killVirtReg()256 void RAFast::killVirtReg(unsigned VirtReg) { in killVirtReg()266 void RAFast::spillVirtReg(MachineBasicBlock::iterator MI, unsigned VirtReg) { in spillVirtReg()275 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 <imp-def> when rewriting:
81 ; Check RAFast handling of inline assembly with many dense clobbers.