Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDCombinerHelper.h817 bool matchZextOfTrunc(const MachineOperand &MO, BuildFnTy &MatchInfo);
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
HDCombine.td1550 [{ return Helper.matchZextOfTrunc(${root}, ${matchinfo}); }]),
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp7494 bool CombinerHelper::matchZextOfTrunc(const MachineOperand &MO, in matchZextOfTrunc() function in CombinerHelper