Lines Matching defs:ARMLoadStoreOpt
101 struct ARMLoadStoreOpt : public MachineFunctionPass {
117 ARMLoadStoreOpt() : MachineFunctionPass(ID) {}
200 char ARMLoadStoreOpt::ID = 0;
202 INITIALIZE_PASS(ARMLoadStoreOpt, "arm-ldst-opt", ARM_LOAD_STORE_OPT_NAME, false,
483 void ARMLoadStoreOpt::UpdateBaseRegUses(MachineBasicBlock &MBB,
584 unsigned ARMLoadStoreOpt::findFreeReg(const TargetRegisterClass &RegClass) {
599 void ARMLoadStoreOpt::moveLiveRegsBefore(const MachineBasicBlock &MBB,
626 MachineInstr *ARMLoadStoreOpt::CreateLoadStoreMulti(
833 MachineInstr *ARMLoadStoreOpt::CreateLoadStoreDouble(
859 MachineInstr *ARMLoadStoreOpt::MergeOpsUpdate(const MergeCandidate &Cand) {
1003 void ARMLoadStoreOpt::FormCandidates(const MemOpQueue &MemOps) {
1287 bool ARMLoadStoreOpt::MergeBaseUpdateLSMultiple(MachineInstr *MI) {
1467 bool ARMLoadStoreOpt::MergeBaseUpdateLoadStore(MachineInstr *MI) {
1612 bool ARMLoadStoreOpt::MergeBaseUpdateLSDouble(MachineInstr &MI) const {
1759 bool ARMLoadStoreOpt::FixInvalidRegPairOp(MachineBasicBlock &MBB,
1876 bool ARMLoadStoreOpt::LoadStoreMultipleOpti(MachineBasicBlock &MBB) {
2035 bool ARMLoadStoreOpt::MergeReturnIntoLDM(MachineBasicBlock &MBB) {
2070 bool ARMLoadStoreOpt::CombineMovBx(MachineBasicBlock &MBB) {
2097 bool ARMLoadStoreOpt::runOnMachineFunction(MachineFunction &Fn) {
3306 return new ARMLoadStoreOpt();