Searched refs:replaceInstWithConstant (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.h | 452 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 D | Combine.td | 257 (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 D | CombinerHelper.cpp | 2601 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
|