Home
last modified time | relevance | path

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

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