Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DMVETPAndVPTOptimisationsPass.cpp44 class MVETPAndVPTOptimisations : public MachineFunctionPass { class
50 MVETPAndVPTOptimisations() : MachineFunctionPass(ID) {} in MVETPAndVPTOptimisations() function in __anon49b052100111::MVETPAndVPTOptimisations
83 char MVETPAndVPTOptimisations::ID = 0;
87 INITIALIZE_PASS_BEGIN(MVETPAndVPTOptimisations, DEBUG_TYPE,
92 INITIALIZE_PASS_END(MVETPAndVPTOptimisations, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
223 bool MVETPAndVPTOptimisations::LowerWhileLoopStart(MachineLoop *ML) { in LowerWhileLoopStart()
268 MachineInstr *MVETPAndVPTOptimisations::CheckForLRUseInPredecessors( in CheckForLRUseInPredecessors()
315 bool MVETPAndVPTOptimisations::MergeLoopEnd(MachineLoop *ML) { in MergeLoopEnd()
422 bool MVETPAndVPTOptimisations::ConvertTailPredLoop(MachineLoop *ML, in ConvertTailPredLoop()
599 MachineInstr &MVETPAndVPTOptimisations::ReplaceRegisterUseWithVPNOT( in ReplaceRegisterUseWithVPNOT()
[all …]
DARMInstrThumb2.td5506 // valid after reg alloc, as it should be lowered during MVETPAndVPTOptimisations