Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h475 bool matchSelectSameVal(MachineInstr &MI);
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
DCombine.td317 [{ return Helper.matchSelectSameVal(*${root}); }]),
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp2561 bool CombinerHelper::matchSelectSameVal(MachineInstr &MI) { in matchSelectSameVal() function in CombinerHelper