Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp127 NUM_ALL_VGPRS = SQ_MAX_PGM_VGPRS + NUM_EXTRA_VGPRS, // Where SGPR starts. enumerator
233 if (GprNo < NUM_ALL_VGPRS) { in getRegScore()
237 return SgprScores[GprNo - NUM_ALL_VGPRS]; in getRegScore()
287 assert(GprNo < NUM_ALL_VGPRS); in hasOtherPendingVmemTypes()
292 assert(GprNo < NUM_ALL_VGPRS); in clearVgprVmemTypes()
326 if (GprNo < NUM_ALL_VGPRS) { in setRegScore()
331 SgprUB = std::max(SgprUB, GprNo - NUM_ALL_VGPRS); in setRegScore()
332 SgprScores[GprNo - NUM_ALL_VGPRS] = Val; in setRegScore()
352 unsigned VgprScores[NUM_INST_CNTS][NUM_ALL_VGPRS] = {{0}};
357 unsigned char VgprVmemTypes[NUM_ALL_VGPRS] = {0};
[all …]