Searched refs:RAGreedy (Results 1 – 11 of 11) sorted by relevance
67 class RAGreedy : public MachineFunctionPass, class229 RAGreedy();284 char RAGreedy::ID = 0;287 const char *const RAGreedy::StageName[] = {303 return new RAGreedy(); in createGreedyRegisterAllocator()306 RAGreedy::RAGreedy(): MachineFunctionPass(ID) { in RAGreedy() function in RAGreedy322 void RAGreedy::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()353 void RAGreedy::LRE_WillEraseInstruction(MachineInstr *MI) { in LRE_WillEraseInstruction()358 bool RAGreedy::LRE_CanEraseVirtReg(unsigned VirtReg) { in LRE_CanEraseVirtReg()368 void RAGreedy::LRE_WillShrinkVirtReg(unsigned VirtReg) { in LRE_WillShrinkVirtReg()[all …]
108 class RAGreedy : public MachineFunctionPass, class318 RAGreedy();423 char RAGreedy::ID = 0;426 const char *const RAGreedy::StageName[] = {443 return new RAGreedy(); in createGreedyRegisterAllocator()446 RAGreedy::RAGreedy(): MachineFunctionPass(ID) { in RAGreedy() function in RAGreedy462 void RAGreedy::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()494 bool RAGreedy::LRE_CanEraseVirtReg(unsigned VirtReg) { in LRE_CanEraseVirtReg()506 void RAGreedy::LRE_WillShrinkVirtReg(unsigned VirtReg) { in LRE_WillShrinkVirtReg()516 void RAGreedy::LRE_DidCloneVirtReg(unsigned New, unsigned Old) { in LRE_DidCloneVirtReg()[all …]
151 class RAGreedy : public MachineFunctionPass, class416 RAGreedy();557 char RAGreedy::ID = 0;558 char &llvm::RAGreedyID = RAGreedy::ID;560 INITIALIZE_PASS_BEGIN(RAGreedy, "greedy",575 INITIALIZE_PASS_END(RAGreedy, "greedy",579 const char *const RAGreedy::StageName[] = {595 return new RAGreedy(); in createGreedyRegisterAllocator()598 RAGreedy::RAGreedy(): MachineFunctionPass(ID) { in RAGreedy() function in RAGreedy601 void RAGreedy::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()[all …]
2 ; Check that last chance split (RAGreedy::tryInstructonSplit) just split
8 ; RAGreedy defeats the test by splitting live ranges.
7 ; RAGreedy should split the range and use d16-d31 to avoid a spill.
39 ; because of its *lack* of hinting ability. Whereas RAGreedy keeps