Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td325 Helper.replaceInstWithUndef(*${mi});
433 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
450 (apply [{ Helper.replaceInstWithUndef(*${dst}.getParent()); }])>;
458 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
466 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
473 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
487 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h472 void replaceInstWithUndef(MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3040 void CombinerHelper::replaceInstWithUndef(MachineInstr &MI) const { in replaceInstWithUndef() function in CombinerHelper