Searched refs:NumConcats (Results 1 – 3 of 3) sorted by relevance
15580 unsigned NumConcats = VT.getSizeInBits() / InVT1.getSizeInBits(); in createBuildVecShuffle() local15581 assert(NumConcats >= 2 && "Concat needs at least two inputs!"); in createBuildVecShuffle()15582 SmallVector<SDValue, 2> ConcatOps(NumConcats, DAG.getUNDEF(InVT1)); in createBuildVecShuffle()16541 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats() local16557 for (unsigned I = 0; I != NumConcats; ++I) { in partitionShuffleOfConcats()
13350 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats() local13366 for (unsigned I = 0; I != NumConcats; ++I) { in partitionShuffleOfConcats()
31672 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local31673 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getUNDEF(SrcVT)); in combineBitcast()36059 unsigned NumConcats = 8 / VT.getVectorNumElements(); in combineStore() local36060 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getUNDEF(VT)); in combineStore()