Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h867 bool matchCommuteFPConstantToRHS(MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td533 [{ return Helper.matchCommuteFPConstantToRHS(*${root}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6842 bool CombinerHelper::matchCommuteFPConstantToRHS(MachineInstr &MI) const { in matchCommuteFPConstantToRHS() function in CombinerHelper