Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h161 bool matchCombineDivRem(MachineInstr &MI, MachineInstr *&OtherMI);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td318 [{ return Helper.matchCombineDivRem(*${root}, ${matchinfo}); }]),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp952 bool CombinerHelper::matchCombineDivRem(MachineInstr &MI, in matchCombineDivRem() function in CombinerHelper