Lines Matching refs:NumConcats

32598     unsigned NumConcats = 16 / VT.getVectorNumElements();  in ReplaceNodeResults()  local
32599 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
32699 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
32700 SmallVector<SDValue, 8> Ops0(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
32951 unsigned NumConcats = 128 / TmpVT.getSizeInBits(); in ReplaceNodeResults() local
32952 MVT ConcatVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8 * NumConcats); in ReplaceNodeResults()
32953 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(TmpVT)); in ReplaceNodeResults()
33000 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
33002 VT.getVectorNumElements() * NumConcats); in ReplaceNodeResults()
33003 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
43905 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local
43907 Ops.resize(NumConcats, DAG.getConstant(0, dl, SrcVT)); in combineBitcast()
43914 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local
43915 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getUNDEF(SrcVT)); in combineBitcast()
44089 unsigned NumConcats = NumElts / MovMskElts; in combineBitcast() local
44090 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getConstant(0, dl, CmpVT)); in combineBitcast()
51116 unsigned NumConcats = 512 / InVT.getSizeInBits(); in combineTruncateWithSat() local
51117 ResElts *= NumConcats; in combineTruncateWithSat()
51118 SmallVector<SDValue, 4> ConcatOps(NumConcats, DAG.getUNDEF(InVT)); in combineTruncateWithSat()
51121 NumConcats * InVT.getVectorNumElements()); in combineTruncateWithSat()
51640 unsigned NumConcats = 8 / VT.getVectorNumElements(); in combineStore() local
51642 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getConstant(0, dl, VT)); in combineStore()
57544 unsigned NumConcats = 8 / NumElts; in combineFP_EXTEND() local
57547 SmallVector<SDValue, 4> Ops(NumConcats, Fill); in combineFP_EXTEND()