Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td230 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
238 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
245 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h384 bool replaceInstWithUndef(MachineInstr &MI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2764 bool CombinerHelper::replaceInstWithUndef(MachineInstr &MI) { in replaceInstWithUndef() function in CombinerHelper