Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
2856 bool ARMPreAllocLoadStoreOpt::DistributeIncrements(Register Base) { in DistributeIncrements()
2994 bool ARMPreAllocLoadStoreOpt::DistributeIncrements() { in DistributeIncrements()
[all …]