Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h385 bool replaceInstWithConstant(MachineInstr &MI, int64_t C);
388 bool replaceInstWithConstant(MachineInstr &MI, APInt C);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td211 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
217 (apply [{ Helper.replaceInstWithConstant(*${root}, -1); }])>;
223 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
639 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
670 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2802 bool CombinerHelper::replaceInstWithConstant(MachineInstr &MI, int64_t C) { in replaceInstWithConstant() function in CombinerHelper
2810 bool CombinerHelper::replaceInstWithConstant(MachineInstr &MI, APInt C) { in replaceInstWithConstant() function in CombinerHelper