Searched refs:Src0s (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 14699 SmallVectorImpl<DotSrc> &Src0s, in placeSources() argument 14705 Src0s.push_back({*Src0.Src, ((Src0.SrcOffset % 4) << 24) + 0x0c0c0c, in placeSources() 14729 SmallVectorImpl<DotSrc> &Srcs = I == 0 ? Src0s : Src1s; in placeSources() 14743 SmallVectorImpl<DotSrc> &Srcs = FirstGroup == 1 ? Src0s : Src1s; in placeSources() 14763 Src0s.push_back( in placeSources() 14947 SmallVector<DotSrc, 4> Src0s; in performAddCombine() local 14974 placeSources(*Src0, *Src1, Src0s, Src1s, I); in performAddCombine() 14997 placeSources(*Src0, *Src1, Src0s, Src1s, I + 1); in performAddCombine() 15019 fixMasks(Src0s, ChainLength); in performAddCombine() 15029 if (ChainLength == 4 && Src0s.size() == 1 && Src1s.size() == 1 && in performAddCombine() [all …]
|