Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td275 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
289 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
297 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
304 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
311 (apply [{ Helper.replaceInstWithUndef(*${root}); }])>;
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h458 bool replaceInstWithUndef(MachineInstr &MI);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2617 bool CombinerHelper::replaceInstWithUndef(MachineInstr &MI) { in replaceInstWithUndef() function in CombinerHelper