Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h319 bool matchCombineShlOfExtend(MachineInstr &MI, RegisterImmPair &MatchData);
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
DCombine.td237 [{ return Helper.matchCombineShlOfExtend(*${mi}, ${matchinfo}); }]),
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1649 bool CombinerHelper::matchCombineShlOfExtend(MachineInstr &MI, in matchCombineShlOfExtend() function in CombinerHelper