Lines Matching refs:ARMLoadStoreOpt
103 struct ARMLoadStoreOpt : public MachineFunctionPass { struct
119 ARMLoadStoreOpt() : MachineFunctionPass(ID) {} in ARMLoadStoreOpt() argument
202 char ARMLoadStoreOpt::ID = 0;
204 INITIALIZE_PASS(ARMLoadStoreOpt, "arm-ldst-opt", ARM_LOAD_STORE_OPT_NAME, false,
485 void ARMLoadStoreOpt::UpdateBaseRegUses(MachineBasicBlock &MBB, in UpdateBaseRegUses()
586 unsigned ARMLoadStoreOpt::findFreeReg(const TargetRegisterClass &RegClass) { in findFreeReg()
601 void ARMLoadStoreOpt::moveLiveRegsBefore(const MachineBasicBlock &MBB, in moveLiveRegsBefore()
628 MachineInstr *ARMLoadStoreOpt::CreateLoadStoreMulti( in CreateLoadStoreMulti()
835 MachineInstr *ARMLoadStoreOpt::CreateLoadStoreDouble( in CreateLoadStoreDouble()
861 MachineInstr *ARMLoadStoreOpt::MergeOpsUpdate(const MergeCandidate &Cand) { in MergeOpsUpdate()
1005 void ARMLoadStoreOpt::FormCandidates(const MemOpQueue &MemOps) { in FormCandidates()
1289 bool ARMLoadStoreOpt::MergeBaseUpdateLSMultiple(MachineInstr *MI) { in MergeBaseUpdateLSMultiple()
1469 bool ARMLoadStoreOpt::MergeBaseUpdateLoadStore(MachineInstr *MI) { in MergeBaseUpdateLoadStore()
1614 bool ARMLoadStoreOpt::MergeBaseUpdateLSDouble(MachineInstr &MI) const { in MergeBaseUpdateLSDouble()
1761 bool ARMLoadStoreOpt::FixInvalidRegPairOp(MachineBasicBlock &MBB, in FixInvalidRegPairOp()
1878 bool ARMLoadStoreOpt::LoadStoreMultipleOpti(MachineBasicBlock &MBB) { in LoadStoreMultipleOpti()
2037 bool ARMLoadStoreOpt::MergeReturnIntoLDM(MachineBasicBlock &MBB) { in MergeReturnIntoLDM()
2072 bool ARMLoadStoreOpt::CombineMovBx(MachineBasicBlock &MBB) { in CombineMovBx()
2099 bool ARMLoadStoreOpt::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
3311 return new ARMLoadStoreOpt(); in createARMLoadStoreOptimizationPass()