Searched refs:DstPart (Results 1 – 2 of 2) sorted by relevance
717 Register DstPart = MRI.createVirtualRegister(&AMDGPU::SReg_32RegClass); in buildReadFirstLane() local718 MRI.setType(DstPart, NumParts == 1 ? Ty : S32); in buildReadFirstLane()725 B.buildInstr(AMDGPU::V_READFIRSTLANE_B32, {DstPart}, {SrcPart}); in buildReadFirstLane()727 DstParts.push_back(DstPart); in buildReadFirstLane()
1384 auto DstPart = MIRBuilder.buildInstr(MI.getOpcode(), {NarrowTy}, in narrowScalar() local1386 DstRegs.push_back(DstPart.getReg(0)); in narrowScalar()