Home
last modified time | relevance | path

Searched refs:applyRotateOutOfRange (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h634 void applyRotateOutOfRange(MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1039 (apply [{ Helper.applyRotateOutOfRange(*${root}); }])
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4485 void CombinerHelper::applyRotateOutOfRange(MachineInstr &MI) const { in applyRotateOutOfRange() function in CombinerHelper