Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td210 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
216 (apply [{ Helper.replaceInstWithConstant(*${root}, -1); }])>;
222 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
621 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h381 bool replaceInstWithConstant(MachineInstr &MI, int64_t C);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2756 bool CombinerHelper::replaceInstWithConstant(MachineInstr &MI, int64_t C) { in replaceInstWithConstant() function in CombinerHelper