Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h760 bool matchSelectToLogical(MachineInstr &MI, BuildFnTy &MatchInfo);
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td342 [{ return Helper.matchSelectToLogical(*${root}, ${matchinfo}); }]),
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5853 bool CombinerHelper::matchSelectToLogical(MachineInstr &MI, in matchSelectToLogical() function in CombinerHelper