Searched refs:UniqueScalarRegs (Results 1 – 1 of 1) sorted by relevance
63 SmallVector<Register> UniqueScalarRegs; in checkVOPDRegConstraints() local94 if (!is_contained(UniqueScalarRegs, Src0.getReg())) in checkVOPDRegConstraints()95 UniqueScalarRegs.push_back(Src0.getReg()); in checkVOPDRegConstraints()111 UniqueScalarRegs.push_back(AMDGPU::VCC_LO); in checkVOPDRegConstraints()122 UniqueScalarRegs.push_back(Src->getReg()); in checkVOPDRegConstraints()150 if ((UniqueLiterals.size() + UniqueScalarRegs.size()) > 2) in checkVOPDRegConstraints()