Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2140 struct ARMPreAllocLoadStoreOpt : public MachineFunctionPass{ struct
2152 ARMPreAllocLoadStoreOpt() : MachineFunctionPass(ID) {} in ARMPreAllocLoadStoreOpt() argument
2183 char ARMPreAllocLoadStoreOpt::ID = 0;
2185 INITIALIZE_PASS_BEGIN(ARMPreAllocLoadStoreOpt, "arm-prera-ldst-opt",
2188 INITIALIZE_PASS_END(ARMPreAllocLoadStoreOpt, "arm-prera-ldst-opt",
2196 bool ARMPreAllocLoadStoreOpt::runOnMachineFunction(MachineFunction &Fn) { in runOnMachineFunction()
2253 bool ARMPreAllocLoadStoreOpt::CanFormLdStDWord( in CanFormLdStDWord()
2321 bool ARMPreAllocLoadStoreOpt::RescheduleOps( in RescheduleOps()
3142 bool ARMPreAllocLoadStoreOpt::DistributeIncrements(Register Base) { in DistributeIncrements()
3282 bool ARMPreAllocLoadStoreOpt::DistributeIncrements() { in DistributeIncrements()
[all …]