Home
last modified time | relevance | path

Searched refs:ARMLoadStoreOpt (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp103 struct ARMLoadStoreOpt : public MachineFunctionPass { struct
119 ARMLoadStoreOpt() : MachineFunctionPass(ID) {} in ARMLoadStoreOpt() argument
202 char ARMLoadStoreOpt::ID = 0;
485 void ARMLoadStoreOpt::UpdateBaseRegUses(MachineBasicBlock &MBB, in UpdateBaseRegUses()
627 MachineInstr *ARMLoadStoreOpt::CreateLoadStoreMulti( in CreateLoadStoreMulti()
834 MachineInstr *ARMLoadStoreOpt::CreateLoadStoreDouble( in CreateLoadStoreDouble()
1004 void ARMLoadStoreOpt::FormCandidates(const MemOpQueue &MemOps) { in FormCandidates()
1760 bool ARMLoadStoreOpt::FixInvalidRegPairOp(MachineBasicBlock &MBB, in FixInvalidRegPairOp()
2082 bool ARMLoadStoreOpt::CombineMovBx(MachineBasicBlock &MBB) { in CombineMovBx()
2108 bool ARMLoadStoreOpt::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
[all …]