Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h283 bool applyCombineUnmergeWithDeadLanesToTrunc(MachineInstr &MI);
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DCombine.td480 (apply [{ return Helper.applyCombineUnmergeWithDeadLanesToTrunc(*${d}); }])
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1925 bool CombinerHelper::applyCombineUnmergeWithDeadLanesToTrunc(MachineInstr &MI) { in applyCombineUnmergeWithDeadLanesToTrunc() function in CombinerHelper