Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h873 bool matchSelectIMinMax(const MachineOperand &MO, BuildFnTy &MatchInfo) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1402 [{ return Helper.matchSelectIMinMax(${root}, ${info}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7202 bool CombinerHelper::matchSelectIMinMax(const MachineOperand &MO, in matchSelectIMinMax() function in CombinerHelper