Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h442 bool replaceInstWithConstant(MachineInstr &MI, int64_t C);
445 bool replaceInstWithConstant(MachineInstr &MI, APInt C);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td224 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
230 (apply [{ Helper.replaceInstWithConstant(*${root}, -1); }])>;
236 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
715 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
782 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2517 bool CombinerHelper::replaceInstWithConstant(MachineInstr &MI, int64_t C) { in replaceInstWithConstant() function in CombinerHelper
2525 bool CombinerHelper::replaceInstWithConstant(MachineInstr &MI, APInt C) { in replaceInstWithConstant() function in CombinerHelper