Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td351 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
357 (apply [{ Helper.replaceInstWithConstant(*${root}, -1); }])>;
363 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
375 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
934 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
1022 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
1041 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h441 void replaceInstWithConstant(MachineInstr &MI, int64_t C);
444 void replaceInstWithConstant(MachineInstr &MI, APInt C);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2864 void CombinerHelper::replaceInstWithConstant(MachineInstr &MI, int64_t C) { in replaceInstWithConstant() function in CombinerHelper
2871 void CombinerHelper::replaceInstWithConstant(MachineInstr &MI, APInt C) { in replaceInstWithConstant() function in CombinerHelper