Home
last modified time | relevance | path

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

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