Home
last modified time | relevance | path

Searched refs:RAFast (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocFast.cpp50 class RAFast : public MachineFunctionPass { class
53 RAFast() : MachineFunctionPass(ID), StackSlotForVirtReg(-1), in RAFast() function in __anonb64cd7cd0111::RAFast
196 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 …]
/external/llvm/test/CodeGen/X86/
D2011-06-12-FastAllocSpill.ll4 ; This test should not cause any spilling with RAFast.
Dliveness-local-regalloc.ll64 ; RAFast would forget to add a super-register <imp-def> when rewriting:
/external/llvm/test/CodeGen/Thumb2/
Dcrash.ll81 ; Check RAFast handling of inline assembly with many dense clobbers.