Home
last modified time | relevance | path

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

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