Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td231 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
239 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
246 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h391 bool replaceInstWithUndef(MachineInstr &MI);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2818 bool CombinerHelper::replaceInstWithUndef(MachineInstr &MI) { in replaceInstWithUndef() function in CombinerHelper