Searched refs:NumConcats (Results 1 – 3 of 3) sorted by relevance
32436 unsigned NumConcats = 16 / VT.getVectorNumElements(); in ReplaceNodeResults() local32537 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local32761 unsigned NumConcats = 128 / TmpVT.getSizeInBits(); in ReplaceNodeResults() local32810 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local42674 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local42847 unsigned NumConcats = NumElts / MovMskElts; in combineBitcast() local48788 unsigned NumConcats = 512 / InVT.getSizeInBits(); in combineTruncateWithSat() local48789 ResElts *= NumConcats; in combineTruncateWithSat()49385 unsigned NumConcats = 8 / VT.getVectorNumElements(); in combineStore() local54858 unsigned NumConcats = 8 / NumElts; in combineFP_EXTEND() local[all …]
20295 unsigned NumConcats = VTSize / InVT1Size; in createBuildVecShuffle() local20296 assert(NumConcats >= 2 && "Concat needs at least two inputs!"); in createBuildVecShuffle()20297 SmallVector<SDValue, 2> ConcatOps(NumConcats, DAG.getUNDEF(InVT1)); in createBuildVecShuffle()21934 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats() local21953 for (unsigned I = 0; I != NumConcats; ++I) { in partitionShuffleOfConcats()
9366 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in PerformDAGCombine() local9367 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getUNDEF(SrcVT)); in PerformDAGCombine()