Searched refs:DstParts (Results 1 – 2 of 2) sorted by relevance
724 SmallVector<Register, 8> DstParts; in buildReadFirstLane() local746 DstParts.push_back(DstPart); in buildReadFirstLane()750 return DstParts[0]; in buildReadFirstLane()752 Register Dst = B.buildMergeLikeInstr(Ty, DstParts).getReg(0); in buildReadFirstLane()
5815 unsigned DstParts = DstRegs.size(); in multiplyRegisters() local5825 for (DstIdx = 1; DstIdx < DstParts; DstIdx++) { in multiplyRegisters()5847 if (DstIdx != DstParts - 1) { in multiplyRegisters()