Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h460 void replaceInstWithFConstant(MachineInstr &MI, double C) const;
463 void replaceInstWithFConstant(MachineInstr &MI, ConstantFP *CFP) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td409 (apply [{ Helper.replaceInstWithFConstant(*${root}, 0.0); }])>;
686 (apply [{ Helper.replaceInstWithFConstant(*${dst}.getParent(), 0.0); }])
1194 (apply [{ Helper.replaceInstWithFConstant(*${d}, ${matchinfo}); }])>;
1201 (apply [{ Helper.replaceInstWithFConstant(*${d}, ${matchinfo}); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3013 void CombinerHelper::replaceInstWithFConstant(MachineInstr &MI, in replaceInstWithFConstant() function in CombinerHelper
3033 void CombinerHelper::replaceInstWithFConstant(MachineInstr &MI, in replaceInstWithFConstant() function in CombinerHelper