Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp899 SmallVector<Register, 8> OpParts; in executeInWaterfallLoop() local
903 OpParts.push_back(OpReg); in executeInWaterfallLoop()
909 OpParts.push_back(UnmergeOp.getReg(i)); in executeInWaterfallLoop()
911 MRI.setRegBank(OpParts[i], AMDGPU::VGPRRegBank); in executeInWaterfallLoop()
918 OpParts[i]).getReg(0); in executeInWaterfallLoop()