Searched refs:SIRCFlags (Results 1 – 3 of 3) sorted by relevance
220 return RC->TSFlags & SIRCFlags::HasVGPR; in hasVGPRs()225 return RC->TSFlags & SIRCFlags::HasAGPR; in hasAGPRs()230 return RC->TSFlags & SIRCFlags::HasSGPR; in hasSGPRs()
18 enum SIRCFlags : uint8_t { enum
139 // These need to be kept in sync with the enum SIRCFlags.