Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp306 uint32_t OldLB; member
1308 uint32_t MyShifted = Score <= M.OldLB ? 0 : Score + M.MyShift; in mergeScore()
1339 M.OldLB = ScoreLBs[T]; in merge()
1348 ScoreLBs[T] = std::min(M.OldLB + M.MyShift, M.OtherLB + M.OtherShift); in merge()