Searched refs:NumConcats (Results 1 – 3 of 3) sorted by relevance
32084 unsigned NumConcats = 16 / VT.getVectorNumElements(); in ReplaceNodeResults() local32185 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local32435 unsigned NumConcats = 128 / TmpVT.getSizeInBits(); in ReplaceNodeResults() local32484 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local42924 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local43097 unsigned NumConcats = NumElts / MovMskElts; in combineBitcast() local49780 unsigned NumConcats = 512 / InVT.getSizeInBits(); in combineTruncateWithSat() local49781 ResElts *= NumConcats; in combineTruncateWithSat()50418 unsigned NumConcats = 8 / VT.getVectorNumElements(); in combineStore() local55959 unsigned NumConcats = 8 / NumElts; in combineFP_EXTEND() local[all …]
22753 unsigned NumConcats = VTSize / InVT1Size; in createBuildVecShuffle() local22754 assert(NumConcats >= 2 && "Concat needs at least two inputs!"); in createBuildVecShuffle()22755 SmallVector<SDValue, 2> ConcatOps(NumConcats, DAG.getUNDEF(InVT1)); in createBuildVecShuffle()24660 unsigned NumConcats = NumElts / NumElemsPerConcat; in partitionShuffleOfConcats() local24679 for (unsigned I = 0; I != NumConcats; ++I) { in partitionShuffleOfConcats()
16079 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in PerformDAGCombine() local16080 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getUNDEF(SrcVT)); in PerformDAGCombine()