Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h301 void applyShiftImmedChain(MachineInstr &MI, RegisterImmPair &MatchInfo);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td311 (apply [{ Helper.applyShiftImmedChain(*${d}, ${matchinfo}); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1821 void CombinerHelper::applyShiftImmedChain(MachineInstr &MI, in applyShiftImmedChain() function in CombinerHelper