Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp244 bool RevertLoopDec(MachineInstr *MI, bool AllowFlags = false) const;
705 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI, in RevertLoopDec() function in ARMLowOverheadLoops
1004 bool FlagsAlreadySet = RevertLoopDec(LoLoop.Dec, true); in Expand()
1048 RevertLoopDec(Dec); in RevertNonLoops()
/external/llvm-project/llvm/lib/Target/ARM/
DMVETailPredUtils.h110 inline void RevertLoopDec(MachineInstr *MI, const TargetInstrInfo *TII,
DARMLowOverheadLoops.cpp506 bool RevertLoopDec(MachineInstr *MI) const;
1326 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { in RevertLoopDec() function in ARMLowOverheadLoops
1341 llvm::RevertLoopDec(MI, TII, SetFlags); in RevertLoopDec()
1591 bool FlagsAlreadySet = RevertLoopDec(LoLoop.Dec); in Expand()
1658 RevertLoopDec(Dec); in RevertNonLoops()
DMVEVPTOptimisationsPass.cpp177 RevertLoopDec(LoopDec, TII); in RevertLoopWithCall()