Lines Matching refs:NumConcats
32436 unsigned NumConcats = 16 / VT.getVectorNumElements(); in ReplaceNodeResults() local
32437 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
32537 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
32538 SmallVector<SDValue, 8> Ops0(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
32761 unsigned NumConcats = 128 / TmpVT.getSizeInBits(); in ReplaceNodeResults() local
32762 MVT ConcatVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8 * NumConcats); in ReplaceNodeResults()
32763 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(TmpVT)); in ReplaceNodeResults()
32810 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
32812 VT.getVectorNumElements() * NumConcats); in ReplaceNodeResults()
32813 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
42665 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local
42667 Ops.resize(NumConcats, DAG.getConstant(0, dl, SrcVT)); in combineBitcast()
42674 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local
42675 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getUNDEF(SrcVT)); in combineBitcast()
42847 unsigned NumConcats = NumElts / MovMskElts; in combineBitcast() local
42848 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getConstant(0, dl, CmpVT)); in combineBitcast()
48788 unsigned NumConcats = 512 / InVT.getSizeInBits(); in combineTruncateWithSat() local
48789 ResElts *= NumConcats; in combineTruncateWithSat()
48790 SmallVector<SDValue, 4> ConcatOps(NumConcats, DAG.getUNDEF(InVT)); in combineTruncateWithSat()
48793 NumConcats * InVT.getVectorNumElements()); in combineTruncateWithSat()
49385 unsigned NumConcats = 8 / VT.getVectorNumElements(); in combineStore() local
49387 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getConstant(0, dl, VT)); in combineStore()
54858 unsigned NumConcats = 8 / NumElts; in combineFP_EXTEND() local
54861 SmallVector<SDValue, 4> Ops(NumConcats, Fill); in combineFP_EXTEND()