Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td292 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
369 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
383 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
391 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
398 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
412 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h447 void replaceInstWithUndef(MachineInstr &MI);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2885 void CombinerHelper::replaceInstWithUndef(MachineInstr &MI) { in replaceInstWithUndef() function in CombinerHelper