Searched refs:NumConcats (Results 1 – 2 of 2) sorted by relevance
30655 unsigned NumConcats = 16 / VT.getVectorNumElements(); in ReplaceNodeResults() local30720 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local30928 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local40217 Ops.resize(NumConcats, DAG.getConstant(0, dl, SrcVT)); in combineBitcast()40224 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local40397 unsigned NumConcats = NumElts / MovMskElts; in combineBitcast() local45582 unsigned NumConcats = 512 / InVT.getSizeInBits(); in combineTruncateWithSat() local45583 ResElts *= NumConcats; in combineTruncateWithSat()46177 unsigned NumConcats = 8 / VT.getVectorNumElements(); in combineStore() local51019 unsigned NumConcats = 8 / NumElts; in combineFP_EXTEND() local[all …]
19236 unsigned NumConcats = VTSize / InVT1Size; in createBuildVecShuffle() local19237 assert(NumConcats >= 2 && "Concat needs at least two inputs!"); in createBuildVecShuffle()19238 SmallVector<SDValue, 2> ConcatOps(NumConcats, DAG.getUNDEF(InVT1)); in createBuildVecShuffle()20649 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats() local20668 for (unsigned I = 0; I != NumConcats; ++I) { in partitionShuffleOfConcats()