Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp379 auto ConcatMI1 = in matchCombineShuffleConcat() local
383 if (!ConcatMI1 || !ConcatMI2) in matchCombineShuffleConcat()
387 if (MRI.getType(ConcatMI1->getSourceReg(0)) != in matchCombineShuffleConcat()
391 LLT ConcatSrcTy = MRI.getType(ConcatMI1->getReg(1)); in matchCombineShuffleConcat()
418 Ops.push_back(ConcatMI1->getSourceReg(Mask[i] / ConcatSrcNumElt)); in matchCombineShuffleConcat()
421 ConcatMI1->getNumSources())); in matchCombineShuffleConcat()