Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td323 Helper.replaceInstWithConstant(*${mi}, *${matchinfo});
415 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
421 (apply [{ Helper.replaceInstWithConstant(*${root}, -1); }])>;
427 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
439 (apply [{ Helper.replaceInstWithConstant(*${root}, 0); }])>;
1046 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
1188 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
1207 (apply [{ Helper.replaceInstWithConstant(*${d}, ${matchinfo}); }])>;
1916 (apply [{ Helper.replaceInstWithConstant(*${Cast}, ${matchinfo}); }])>;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h466 void replaceInstWithConstant(MachineInstr &MI, int64_t C) const;
469 void replaceInstWithConstant(MachineInstr &MI, APInt C) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3020 void CombinerHelper::replaceInstWithConstant(MachineInstr &MI, in replaceInstWithConstant() function in CombinerHelper
3027 void CombinerHelper::replaceInstWithConstant(MachineInstr &MI, APInt C) const { in replaceInstWithConstant() function in CombinerHelper