Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp250 return SgprScores[GprNo - NUM_ALL_VGPRS]; in getRegScore()
260 memset(SgprScores, 0, sizeof(SgprScores)); in clear()
344 SgprScores[GprNo - NUM_ALL_VGPRS] = Val; in setRegScore()
365 uint32_t SgprScores[SQ_MAX_PGM_SGPRS] = {0}; member in __anon7b44525c0111::WaitcntBrackets
1361 RegStrictDom |= mergeScore(M, SgprScores[J], Other.SgprScores[J]); in merge()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp263 return SgprScores[GprNo - NUM_ALL_VGPRS]; in getRegScore()
353 SgprScores[GprNo - NUM_ALL_VGPRS] = Val; in setRegScore()
373 unsigned SgprScores[SQ_MAX_PGM_SGPRS] = {0}; member in __anon15ccbbe80111::WaitcntBrackets
1409 RegStrictDom |= mergeScore(M, SgprScores[J], Other.SgprScores[J]); in merge()