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