Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h213 bool matchCombineDivRem(MachineInstr &MI, MachineInstr *&OtherMI);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td596 [{ return Helper.matchCombineDivRem(*${root}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1477 bool CombinerHelper::matchCombineDivRem(MachineInstr &MI, in matchCombineDivRem() function in CombinerHelper