Searched refs:CurrScore (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 | 526 uint32_t CurrScore = getScoreUB(T) + 1; in updateByEvent() local 527 if (CurrScore == 0) in updateByEvent() 537 setScoreUB(T, CurrScore); in updateByEvent() 548 setExpScore(&Inst, TII, TRI, MRI, AddrOpIdx, CurrScore); in updateByEvent() 557 CurrScore); in updateByEvent() 564 CurrScore); in updateByEvent() 578 setExpScore(&Inst, TII, TRI, MRI, I, CurrScore); in updateByEvent() 587 CurrScore); in updateByEvent() 592 CurrScore); in updateByEvent() 596 setExpScore(&Inst, TII, TRI, MRI, 0, CurrScore); in updateByEvent() [all …]
|