Lines Matching refs:Src0s
13818 SmallVectorImpl<DotSrc> &Src0s, in placeSources() argument
13824 Src0s.push_back({*Src0.Src, ((Src0.SrcOffset % 4) << 24) + 0x0c0c0c, in placeSources()
13848 SmallVectorImpl<DotSrc> &Srcs = I == 0 ? Src0s : Src1s; in placeSources()
13862 SmallVectorImpl<DotSrc> &Srcs = FirstGroup == 1 ? Src0s : Src1s; in placeSources()
13882 Src0s.push_back( in placeSources()
14063 SmallVector<DotSrc, 4> Src0s; in performAddCombine() local
14090 placeSources(*Src0, *Src1, Src0s, Src1s, I); in performAddCombine()
14113 placeSources(*Src0, *Src1, Src0s, Src1s, I + 1); in performAddCombine()
14135 fixMasks(Src0s, ChainLength); in performAddCombine()
14145 if (ChainLength == 4 && Src0s.size() == 1 && Src1s.size() == 1 && in performAddCombine()
14146 Src0s.begin()->PermMask == Src1s.begin()->PermMask && in performAddCombine()
14147 Src0s.begin()->SrcOp.getValueSizeInBits() >= 32 && in performAddCombine()
14150 auto Src0Mask = Src0s.begin()->PermMask; in performAddCombine()
14166 auto FirstElt = Src0s.begin(); in performAddCombine()
14182 Src0 = resolveSources(DAG, SL, Src0s, false, true); in performAddCombine()