Searched refs:ARMLoadStoreOpt (Results 1 – 1 of 1) sorted by relevance
103 struct ARMLoadStoreOpt : public MachineFunctionPass { struct119 ARMLoadStoreOpt() : MachineFunctionPass(ID) {} in ARMLoadStoreOpt() argument202 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()585 unsigned ARMLoadStoreOpt::findFreeReg(const TargetRegisterClass &RegClass) { in findFreeReg()600 void ARMLoadStoreOpt::moveLiveRegsBefore(const MachineBasicBlock &MBB, in moveLiveRegsBefore()627 MachineInstr *ARMLoadStoreOpt::CreateLoadStoreMulti( in CreateLoadStoreMulti()834 MachineInstr *ARMLoadStoreOpt::CreateLoadStoreDouble( in CreateLoadStoreDouble()860 MachineInstr *ARMLoadStoreOpt::MergeOpsUpdate(const MergeCandidate &Cand) { in MergeOpsUpdate()[all …]