Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h206 bool HasArchitectedSGPRs = false; variable
1332 bool hasArchitectedSGPRs() const { return HasArchitectedSGPRs; } in hasArchitectedSGPRs()
H A DAMDGPU.td1089 "HasArchitectedSGPRs",
H A DSIISelLowering.cpp2586 bool HasArchitectedSGPRs = Subtarget->hasArchitectedSGPRs(); in allocateSystemSGPRs() local
2593 assert(!HasArchitectedSGPRs && "Unhandled feature for the subtarget"); in allocateSystemSGPRs()
2610 if (!HasArchitectedSGPRs) { in allocateSystemSGPRs()