Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h442 void replaceInstWithConstant(MachineInstr &MI, int64_t C);
445 void replaceInstWithConstant(MachineInstr &MI, APInt C);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td383 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
389 (apply [{ Helper.replaceInstWithConstant(*${root}, -1); }])>;
395 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
407 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
976 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
1111 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
1130 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2990 void CombinerHelper::replaceInstWithConstant(MachineInstr &MI, int64_t C) { in replaceInstWithConstant() function in CombinerHelper
2996 void CombinerHelper::replaceInstWithConstant(MachineInstr &MI, APInt C) { in replaceInstWithConstant() function in CombinerHelper