Home
last modified time | relevance | path

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

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