Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h354 void applyCombineUnmergeWithDeadLanesToTrunc(MachineInstr &MI);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td831 (apply [{ Helper.applyCombineUnmergeWithDeadLanesToTrunc(*${d}); }])
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2236 void CombinerHelper::applyCombineUnmergeWithDeadLanesToTrunc(MachineInstr &MI) { in applyCombineUnmergeWithDeadLanesToTrunc() function in CombinerHelper