Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp473 class ARMLowOverheadLoops : public MachineFunctionPass { class
485 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anon67cf66980111::ARMLowOverheadLoops
530 char ARMLowOverheadLoops::ID = 0;
1329 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
1427 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
1436 void ARMLowOverheadLoops::RevertDo(MachineInstr *MI) const { in RevertDo()
1441 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { in RevertLoopDec()
1472 void ARMLowOverheadLoops::RevertLoopEndDec(MachineInstr *MI) const { in RevertLoopEndDec()
1715 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand()
1824 bool ARMLowOverheadLoops::RevertNonLoops() { in RevertNonLoops()
[all …]
H A DARMInstrThumb2.td5615 // ARMLowOverheadLoops if possible, or reverted to a Mov if not.
5623 // ARMLowOverheadLoops when it is converted to a DLSTP or DLS as required.
5654 // is lowered in the ARMLowOverheadLoops pass providing the branches are within
5678 // LETP in ARMLowOverheadLoops as appropriate, or converted to t2CMP/t2Bcc
H A DARMInstrMVE.td1038 // horizontalReduction, ARMLowOverheadLoops will also have to check that
1274 // horizontalReduction, ARMLowOverheadLoops will also have to check that
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1335 SRCS_MIN+= Target/ARM/ARMLowOverheadLoops.cpp