Home
last modified time | relevance | path

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

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