Searched refs:ARMLowOverheadLoops (Results 1 – 4 of 4) sorted by relevance
468 class ARMLowOverheadLoops : public MachineFunctionPass { class480 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anona50655620111::ARMLowOverheadLoops523 char ARMLowOverheadLoops::ID = 0;525 INITIALIZE_PASS(ARMLowOverheadLoops, DEBUG_TYPE, ARM_LOW_OVERHEAD_LOOPS_NAME, in INITIALIZE_PASS() argument1284 bool ARMLowOverheadLoops::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()1311 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()1408 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()1417 void ARMLowOverheadLoops::RevertDo(MachineInstr *MI) const { in RevertDo()1422 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { in RevertLoopDec()1442 void ARMLowOverheadLoops::RevertLoopEnd(MachineInstr *MI, bool SkipCmp) const { in RevertLoopEnd()[all …]
5639 // ARMLowOverheadLoops if possible, or reverted to a Mov if not.5647 // ARMLowOverheadLoops when it is converted to a DLSTP or DLS as required.5678 // is lowered in the ARMLowOverheadLoops pass providing the branches are within5702 // LETP in ARMLowOverheadLoops as appropriate, or converted to t2CMP/t2Bcc
1039 // horizontalReduction, ARMLowOverheadLoops will also have to check that1275 // horizontalReduction, ARMLowOverheadLoops will also have to check that
1468 SRCS_MIN+= Target/ARM/ARMLowOverheadLoops.cpp