Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AMDGPU/
DGCNMinRegStrategy.cpp246 int StepNo = 0; in schedule() local
249 RQ.push_back(*new (Alloc.Allocate()) Candidate(SU, StepNo)); in schedule()
251 releaseSuccessors(&DAG.EntrySU, StepNo); in schedule()
254 LLVM_DEBUG(dbgs() << "\n=== Picking candidate, Step = " << StepNo in schedule()
268 releaseSuccessors(SU, StepNo); in schedule()
273 bumpPredsPriority(SU, StepNo); in schedule()
275 ++StepNo; in schedule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNMinRegStrategy.cpp240 int StepNo = 0; in schedule() local
243 RQ.push_back(*new (Alloc.Allocate()) Candidate(SU, StepNo)); in schedule()
245 releaseSuccessors(&DAG.EntrySU, StepNo); in schedule()
248 LLVM_DEBUG(dbgs() << "\n=== Picking candidate, Step = " << StepNo in schedule()
262 releaseSuccessors(SU, StepNo); in schedule()
267 bumpPredsPriority(SU, StepNo); in schedule()
269 ++StepNo; in schedule()
/external/mesa3d/src/imgui/
Dimgui.cpp2207 StepNo = 0; in Begin()
2214 StepNo = 2; in Begin()
2226 StepNo = 3; in End()
2236 …if (StepNo == 0) // Step 0: the clipper let you process the first element, regardless of it being … in Step()
2241 StepNo = 1; in Step()
2244 …if (StepNo == 1) // Step 1: the clipper infer height from first element, calculate the actual rang… in Step()
2252 StepNo = 3; in Step()
2255 …if (StepNo == 2) // Step 2: dummy step only required if an explicit items_height was passed to con… in Step()
2258 StepNo = 3; in Step()
2261 …if (StepNo == 3) // Step 3: the clipper validate that we have reached the expected Y position (cor… in Step()
Dimgui.h1665 int ItemsCount, StepNo, DisplayStart, DisplayEnd; member