Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h288 bool matchShuffleToExtract(MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td479 [{ return Helper.matchShuffleToExtract(*${root}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp622 bool CombinerHelper::matchShuffleToExtract(MachineInstr &MI) const { in matchShuffleToExtract() function in CombinerHelper