Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp4228 unsigned VAddrWords; in verifyInstruction() local
4230 VAddrWords = SRsrcIdx - VAddr0Idx; in verifyInstruction()
4233 VAddrWords = MRI.getTargetRegisterInfo()->getRegSizeInBits(*RC) / 32; in verifyInstruction()
4244 if (VAddrWords != AddrWords) { in verifyInstruction()
4246 << " but got " << VAddrWords << "\n"); in verifyInstruction()