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.h436 void replaceInstWithFConstant(MachineInstr &MI, double C);
439 void replaceInstWithFConstant(MachineInstr &MI, ConstantFP *CFP);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td377 (apply [{ Helper.replaceInstWithFConstant(*${root}, 0.0); }])>;
642 (apply [{ Helper.replaceInstWithFConstant(*${dst}.getParent(), 0.0); }])
1117 (apply [{ Helper.replaceInstWithFConstant(*${d}, ${matchinfo}); }])>;
1124 (apply [{ Helper.replaceInstWithFConstant(*${d}, ${matchinfo}); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2984 void CombinerHelper::replaceInstWithFConstant(MachineInstr &MI, double C) { in replaceInstWithFConstant() function in CombinerHelper
3002 void CombinerHelper::replaceInstWithFConstant(MachineInstr &MI, in replaceInstWithFConstant() function in CombinerHelper