Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h406 bool matchCombineTruncOfShift(MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td858 [{ return Helper.matchCombineTruncOfShift(*${root}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2636 bool CombinerHelper::matchCombineTruncOfShift( in matchCombineTruncOfShift() function in CombinerHelper