Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h220 return RC->TSFlags & SIRCFlags::HasVGPR; in hasVGPRs()
225 return RC->TSFlags & SIRCFlags::HasAGPR; in hasAGPRs()
230 return RC->TSFlags & SIRCFlags::HasSGPR; in hasSGPRs()
H A DSIDefines.h18 enum SIRCFlags : uint8_t { enum
H A DSIRegisterInfo.td139 // These need to be kept in sync with the enum SIRCFlags.