Searched refs:RegAllocFast (Results 1 – 7 of 7) sorted by relevance
65 class RegAllocFast : public MachineFunctionPass { class298 char RegAllocFast::ID = 0;318 int RegAllocFast::getStackSpaceFor(Register VirtReg) { in getStackSpaceFor()351 bool RegAllocFast::mayLiveOut(Register VirtReg) { in mayLiveOut()404 bool RegAllocFast::mayLiveIn(Register VirtReg) { in mayLiveIn()497 RegAllocFast::getMBBBeginInsertionPoint( in getMBBBeginInsertionPoint()615 void RegAllocFast::freePhysReg(MCPhysReg PhysReg) { in freePhysReg()1037 void RegAllocFast::dumpState() const { in dumpState()1454 void RegAllocFast::handleBundle(MachineInstr &MI) { in handleBundle()1583 return new RegAllocFast(); in createFastRegisterAllocator()[all …]
171 RegAllocFast.cpp
6 ; RegAllocFast requires that each physreg only be used once. The varargs
5 ; enabled it would fail when RegAllocFast calls clearVirtRegs. This was due to
10 ; aliased registers (AX and AL) - RegAllocFast does not like that.69 ; When an instruction gets between those two, RegAllocFast was reusing
7 ; This function would crash RegAllocFast because it tried to spill %CPSR.
172 "RegAllocFast.cpp",