Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp49 class MVETPAndVPTOptimisations : public MachineFunctionPass { class
55 MVETPAndVPTOptimisations() : MachineFunctionPass(ID) {} in MVETPAndVPTOptimisations() function in __anon9e233cf80111::MVETPAndVPTOptimisations
88 char MVETPAndVPTOptimisations::ID = 0;
92 INITIALIZE_PASS_BEGIN(MVETPAndVPTOptimisations, DEBUG_TYPE,
97 INITIALIZE_PASS_END(MVETPAndVPTOptimisations, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
228 bool MVETPAndVPTOptimisations::LowerWhileLoopStart(MachineLoop *ML) { in LowerWhileLoopStart()
273 MachineInstr *MVETPAndVPTOptimisations::CheckForLRUseInPredecessors( in CheckForLRUseInPredecessors()
320 bool MVETPAndVPTOptimisations::MergeLoopEnd(MachineLoop *ML) { in MergeLoopEnd()
438 bool MVETPAndVPTOptimisations::ConvertTailPredLoop(MachineLoop *ML, in ConvertTailPredLoop()
629 MachineInstr &MVETPAndVPTOptimisations::ReplaceRegisterUseWithVPNOT( in ReplaceRegisterUseWithVPNOT()
[all …]
H A DARMInstrThumb2.td5625 // valid after reg alloc, as it should be lowered during MVETPAndVPTOptimisations