Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h550 bool matchFoldBinOpIntoSelect(MachineInstr &MI, unsigned &SelectOpNo);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td356 [{ return Helper.matchFoldBinOpIntoSelect(*${root}, ${select_op_no}); }]),
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3104 bool CombinerHelper::matchFoldBinOpIntoSelect(MachineInstr &MI, in matchFoldBinOpIntoSelect() function in CombinerHelper