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.td303 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
401 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
415 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
423 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
430 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
444 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h448 void replaceInstWithUndef(MachineInstr &MI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3009 void CombinerHelper::replaceInstWithUndef(MachineInstr &MI) { in replaceInstWithUndef() function in CombinerHelper