Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h223 bool matchOptBrCondByInvertingCond(MachineInstr &MI, MachineInstr *&BrCond);
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td198 [{ return Helper.matchOptBrCondByInvertingCond(*${root}, ${matchinfo}); }]),
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1206 bool CombinerHelper::matchOptBrCondByInvertingCond(MachineInstr &MI, in matchOptBrCondByInvertingCond() function in CombinerHelper