Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp736 Register DstPart = MRI.createVirtualRegister(&AMDGPU::SReg_32RegClass); in buildReadFirstLane() local
737 MRI.setType(DstPart, NumParts == 1 ? Ty : S32); in buildReadFirstLane()
744 B.buildInstr(AMDGPU::V_READFIRSTLANE_B32, {DstPart}, {SrcPart}); in buildReadFirstLane()
746 DstParts.push_back(DstPart); in buildReadFirstLane()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1711 auto DstPart = MIRBuilder.buildInstr(MI.getOpcode(), {NarrowTy}, in narrowScalar() local
1713 DstRegs.push_back(DstPart.getReg(0)); in narrowScalar()