Home
last modified time | relevance | path

Searched refs:Src1s (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13544 I == 0 ? Src0s : Src1s; in placeSources()
13558 FirstGroup == 1 ? Src0s : Src1s; in placeSources()
13579 Src1s.push_back( in placeSources()
13757 SmallVector<std::pair<SDValue, unsigned>, 4> Src1s; in performAddCombine() local
13783 placeSources(*Src0, *Src1, Src0s, Src1s, I); in performAddCombine()
13806 placeSources(*Src0, *Src1, Src0s, Src1s, I + 1); in performAddCombine()
13829 fixMasks(Src1s, ChainLength); in performAddCombine()
13839 Src0s.begin()->second == Src1s.begin()->second && in performAddCombine()
13841 Src1s.begin()->first.getValueSizeInBits() == 32) { in performAddCombine()
13860 assert(Src1s.begin()->first.getValueSizeInBits() == 32); in performAddCombine()
[all …]