Searched refs:mergeScore (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaitcnts.cpp | 311 static bool mergeScore(const MergeInfo &M, uint32_t &Score, 1306 bool WaitcntBrackets::mergeScore(const MergeInfo &M, uint32_t &Score, in mergeScore() function in WaitcntBrackets 1350 StrictDom |= mergeScore(M, LastFlat[T], Other.LastFlat[T]); in merge() 1355 RegStrictDom |= mergeScore(M, VgprScores[T][J], Other.VgprScores[T][J]); in merge() 1361 RegStrictDom |= mergeScore(M, SgprScores[J], Other.SgprScores[J]); in merge()
|