Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDCombinerHelper.h829 bool matchSelectIMinMax(const MachineOperand &MO, BuildFnTy &MatchInfo);
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
HDCombine.td1325 [{ return Helper.matchSelectIMinMax(${root}, ${info}); }]),
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp6893 bool CombinerHelper::matchSelectIMinMax(const MachineOperand &MO, in matchSelectIMinMax() function in CombinerHelper