Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h231 void applyCombineDivRem(MachineInstr &MI, MachineInstr *&OtherMI) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td641 (apply [{ Helper.applyCombineDivRem(*${root}, ${matchinfo}); }])
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1608 void CombinerHelper::applyCombineDivRem(MachineInstr &MI, in applyCombineDivRem() function in CombinerHelper