Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp471 class ARMLowOverheadLoops : public MachineFunctionPass { class
483 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anona50655620111::ARMLowOverheadLoops
528 char ARMLowOverheadLoops::ID = 0;
530 INITIALIZE_PASS(ARMLowOverheadLoops, DEBUG_TYPE, ARM_LOW_OVERHEAD_LOOPS_NAME, in INITIALIZE_PASS() argument
1290 bool ARMLowOverheadLoops::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
1317 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
1414 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
1423 void ARMLowOverheadLoops::RevertDo(MachineInstr *MI) const { in RevertDo()
1428 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { in RevertLoopDec()
1448 void ARMLowOverheadLoops::RevertLoopEnd(MachineInstr *MI, bool SkipCmp) const { in RevertLoopEnd()
[all …]
H A DARMInstrThumb2.td5609 // ARMLowOverheadLoops if possible, or reverted to a Mov if not.
5617 // ARMLowOverheadLoops when it is converted to a DLSTP or DLS as required.
5648 // is lowered in the ARMLowOverheadLoops pass providing the branches are within
5672 // 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/lib/clang/libllvm/
H A DMakefile1360 SRCS_MIN+= Target/ARM/ARMLowOverheadLoops.cpp