Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2143 struct ARMPreAllocLoadStoreOpt : public MachineFunctionPass{ struct
2155 ARMPreAllocLoadStoreOpt() : MachineFunctionPass(ID) {} in ARMPreAllocLoadStoreOpt() argument
2186 char ARMPreAllocLoadStoreOpt::ID = 0;
2188 INITIALIZE_PASS_BEGIN(ARMPreAllocLoadStoreOpt, "arm-prera-ldst-opt",
2191 INITIALIZE_PASS_END(ARMPreAllocLoadStoreOpt, "arm-prera-ldst-opt",
2199 bool ARMPreAllocLoadStoreOpt::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
2256 bool ARMPreAllocLoadStoreOpt::CanFormLdStDWord( in CanFormLdStDWord()
2327 bool ARMPreAllocLoadStoreOpt::RescheduleOps(MachineBasicBlock *MBB, in RescheduleOps()
2495 ARMPreAllocLoadStoreOpt::RescheduleLoadStoreInstrs(MachineBasicBlock *MBB) { in RescheduleLoadStoreInstrs()
2847 bool ARMPreAllocLoadStoreOpt::DistributeIncrements(Register Base) { in DistributeIncrements()
[all …]