Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h358 void applyCombineUnmergeZExtToZExt(MachineInstr &MI);
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
DCombine.td651 (apply [{ Helper.applyCombineUnmergeZExtToZExt(*${d}); }])
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1887 void CombinerHelper::applyCombineUnmergeZExtToZExt(MachineInstr &MI) { in applyCombineUnmergeZExtToZExt() function in CombinerHelper