Searched refs:LoadParts (Results 1 – 1 of 1) sorted by relevance
1392 SmallVector<Register, 4> LoadParts(NumLoads); in applyMappingSBufferLoad() local1399 LoadParts[i] = Dst; in applyMappingSBufferLoad()1401 LoadParts[i] = MRI.createGenericVirtualRegister(Ty); in applyMappingSBufferLoad()1402 MRI.setRegBank(LoadParts[i], AMDGPU::VGPRRegBank); in applyMappingSBufferLoad()1410 .addDef(LoadParts[i]) // vdata in applyMappingSBufferLoad()1439 B.buildConcatVectors(Dst, LoadParts); in applyMappingSBufferLoad()1441 B.buildMerge(Dst, LoadParts); in applyMappingSBufferLoad()