Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h351 void applyCombineUnmergeZExtToZExt(MachineInstr &MI);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td593 (apply [{ Helper.applyCombineUnmergeZExtToZExt(*${d}); }])
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1862 void CombinerHelper::applyCombineUnmergeZExtToZExt(MachineInstr &MI) { in applyCombineUnmergeZExtToZExt() function in CombinerHelper