Home
last modified time | relevance | path

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

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