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.h214 void applyCombineDivRem(MachineInstr &MI, MachineInstr *&OtherMI);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td597 (apply [{ Helper.applyCombineDivRem(*${root}, ${matchinfo}); }])
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1540 void CombinerHelper::applyCombineDivRem(MachineInstr &MI, in applyCombineDivRem() function in CombinerHelper