Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h401 bool matchSelectSameVal(MachineInstr &MI);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td251 [{ return Helper.matchSelectSameVal(*${root}); }]),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2716 bool CombinerHelper::matchSelectSameVal(MachineInstr &MI) { in matchSelectSameVal() function in CombinerHelper