Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1230 SmallVector<unsigned, 4> SGPRIndexes; in applyMappingImage() local
1237 SGPRIndexes.push_back(I); in applyMappingImage()
1240 executeInWaterfallLoop(B, MI, SGPRIndexes); in applyMappingImage()