Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h302 bool matchShiftImmedChain(MachineInstr &MI, RegisterImmPair &MatchInfo);
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
DCombine.td213 [{ return Helper.matchShiftImmedChain(*${d}, ${matchinfo}); }]),
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1425 bool CombinerHelper::matchShiftImmedChain(MachineInstr &MI, in matchShiftImmedChain() function in CombinerHelper