Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h435 void replaceInstWithFConstant(MachineInstr &MI, double C);
438 void replaceInstWithFConstant(MachineInstr &MI, ConstantFP *CFP);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td345 (apply [{ Helper.replaceInstWithFConstant(*${root}, 0.0); }])>;
598 (apply [{ Helper.replaceInstWithFConstant(*${dst}.getParent(), 0.0); }])
1028 (apply [{ Helper.replaceInstWithFConstant(*${d}, ${matchinfo}); }])>;
1035 (apply [{ Helper.replaceInstWithFConstant(*${d}, ${matchinfo}); }])>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2857 void CombinerHelper::replaceInstWithFConstant(MachineInstr &MI, double C) { in replaceInstWithFConstant() function in CombinerHelper
2878 void CombinerHelper::replaceInstWithFConstant(MachineInstr &MI, ConstantFP *CFP) { in replaceInstWithFConstant() function in CombinerHelper