Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp886 SmallVector<Register, 8> CurrentLaneParts; in executeInWaterfallLoop() local
890 CurrentLaneParts.push_back(CurrentLaneReg); in executeInWaterfallLoop()
896 CurrentLaneParts.push_back(UnmergeCurrentLane.getReg(i)); in executeInWaterfallLoop()
898 MRI.setRegBank(CurrentLaneParts[i], AMDGPU::SGPRRegBank); in executeInWaterfallLoop()
903 auto CmpReg = B.buildICmp(CmpInst::ICMP_EQ, S1, CurrentLaneParts[i], in executeInWaterfallLoop()