Home
last modified time | relevance | path

Searched refs:matchCombineShuffleVector (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h283 bool matchCombineShuffleVector(MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp524 if (matchCombineShuffleVector(MI, Ops)) { in tryCombineShuffleVector()
531 bool CombinerHelper::matchCombineShuffleVector( in matchCombineShuffleVector() function in CombinerHelper