Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h308 void applyShiftOfShiftedLogic(MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td320 (apply [{ Helper.applyShiftOfShiftedLogic(*${d}, ${matchinfo}); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1934 void CombinerHelper::applyShiftOfShiftedLogic(MachineInstr &MI, in applyShiftOfShiftedLogic() function in CombinerHelper