Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp57 class RABasic : public MachineFunctionPass, class
124 char RABasic::ID = 0;
128 char &llvm::RABasicID = RABasic::ID;
146 bool RABasic::LRE_CanEraseVirtReg(Register VirtReg) { in INITIALIZE_PASS_DEPENDENCY()
161 void RABasic::LRE_WillShrinkVirtReg(Register VirtReg) { in LRE_WillShrinkVirtReg()
171 RABasic::RABasic(RegClassFilterFunc F): in RABasic() function in RABasic
176 void RABasic::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
200 void RABasic::releaseMemory() { in releaseMemory()
309 bool RABasic::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
334 return new RABasic(); in createBasicRegisterAllocator()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A DRAbasic-invalid-LR-update.mir2 # This test used to assert in RABasic. The problem was when we split live-ranges,
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dsse_reload_fold.ll128 ; RABasic still tries to fold this one.
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dldrd.ll38 ; test. RABasic currently does a better job within the inner loop