Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp724 SmallVector<Register, 8> DstParts; in buildReadFirstLane() local
746 DstParts.push_back(DstPart); in buildReadFirstLane()
750 return DstParts[0]; in buildReadFirstLane()
752 Register Dst = B.buildMergeLikeInstr(Ty, DstParts).getReg(0); in buildReadFirstLane()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5815 unsigned DstParts = DstRegs.size(); in multiplyRegisters() local
5825 for (DstIdx = 1; DstIdx < DstParts; DstIdx++) { in multiplyRegisters()
5847 if (DstIdx != DstParts - 1) { in multiplyRegisters()