Searched refs:Src1s (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 13819 SmallVectorImpl<DotSrc> &Src1s, int Step) { in placeSources() argument 13826 Src1s.push_back({*Src1.Src, ((Src1.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() 13886 Src1s.push_back( in placeSources() 14064 SmallVector<DotSrc, 4> Src1s; in performAddCombine() local 14090 placeSources(*Src0, *Src1, Src0s, Src1s, I); in performAddCombine() 14113 placeSources(*Src0, *Src1, Src0s, Src1s, I + 1); in performAddCombine() 14136 fixMasks(Src1s, ChainLength); in performAddCombine() 14145 if (ChainLength == 4 && Src0s.size() == 1 && Src1s.size() == 1 && in performAddCombine() [all …]
|