Lines Matching refs:ARMLoadStoreOpt
101 struct ARMLoadStoreOpt : public MachineFunctionPass { struct
117 ARMLoadStoreOpt() : MachineFunctionPass(ID) {} in ARMLoadStoreOpt() argument
200 char ARMLoadStoreOpt::ID = 0;
202 INITIALIZE_PASS(ARMLoadStoreOpt, "arm-ldst-opt", ARM_LOAD_STORE_OPT_NAME, false,
483 void ARMLoadStoreOpt::UpdateBaseRegUses(MachineBasicBlock &MBB, in UpdateBaseRegUses()
583 unsigned ARMLoadStoreOpt::findFreeReg(const TargetRegisterClass &RegClass) { in findFreeReg()
598 void ARMLoadStoreOpt::moveLiveRegsBefore(const MachineBasicBlock &MBB, in moveLiveRegsBefore()
625 MachineInstr *ARMLoadStoreOpt::CreateLoadStoreMulti( in CreateLoadStoreMulti()
832 MachineInstr *ARMLoadStoreOpt::CreateLoadStoreDouble( in CreateLoadStoreDouble()
858 MachineInstr *ARMLoadStoreOpt::MergeOpsUpdate(const MergeCandidate &Cand) { in MergeOpsUpdate()
1002 void ARMLoadStoreOpt::FormCandidates(const MemOpQueue &MemOps) { in FormCandidates()
1286 bool ARMLoadStoreOpt::MergeBaseUpdateLSMultiple(MachineInstr *MI) { in MergeBaseUpdateLSMultiple()
1466 bool ARMLoadStoreOpt::MergeBaseUpdateLoadStore(MachineInstr *MI) { in MergeBaseUpdateLoadStore()
1611 bool ARMLoadStoreOpt::MergeBaseUpdateLSDouble(MachineInstr &MI) const { in MergeBaseUpdateLSDouble()
1758 bool ARMLoadStoreOpt::FixInvalidRegPairOp(MachineBasicBlock &MBB, in FixInvalidRegPairOp()
1875 bool ARMLoadStoreOpt::LoadStoreMultipleOpti(MachineBasicBlock &MBB) { in LoadStoreMultipleOpti()
2034 bool ARMLoadStoreOpt::MergeReturnIntoLDM(MachineBasicBlock &MBB) { in MergeReturnIntoLDM()
2080 bool ARMLoadStoreOpt::CombineMovBx(MachineBasicBlock &MBB) { in CombineMovBx()
2106 bool ARMLoadStoreOpt::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
3021 return new ARMLoadStoreOpt(); in createARMLoadStoreOptimizationPass()