Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h452 bool replaceInstWithConstant(MachineInstr &MI, int64_t C);
455 bool replaceInstWithConstant(MachineInstr &MI, APInt C);
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td257 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
263 (apply [{ Helper.replaceInstWithConstant(*${root}, -1); }])>;
269 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
281 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
775 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
854 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2601 bool CombinerHelper::replaceInstWithConstant(MachineInstr &MI, int64_t C) { in replaceInstWithConstant() function in CombinerHelper
2609 bool CombinerHelper::replaceInstWithConstant(MachineInstr &MI, APInt C) { in replaceInstWithConstant() function in CombinerHelper