Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_vert_fc.c35 unsigned LoopDepth; member
121 if (fc_state->LoopDepth == 0 && fc_state->BranchDepth == 0) { in lower_bgnloop()
135 fc_state->PredStack[fc_state->LoopDepth] = in lower_bgnloop()
162 if (fc_state->LoopDepth == 1) { in lower_brk()
186 fc_state->PredicateReg = fc_state->PredStack[fc_state->LoopDepth - 1]; in lower_endloop()
199 assert(fc_state->LoopDepth == 0); in lower_if()
209 if ((fc_state->BranchDepth == 0 && fc_state->LoopDepth == 0) in lower_if()
210 || (fc_state->LoopDepth == 1 && fc_state->InCFBreak)) { in lower_if()
249 fc_state.LoopDepth++; in rc_vert_fc()
258 || fc_state.LoopDepth != 1) { in rc_vert_fc()
[all …]
Dradeon_dataflow.c544 if (cb_data->ReaderData->LoopDepth > 0) { in get_readers_read_callback()
696 d->ReaderData->LoopDepth = 0; in get_readers_for_single_write()
712 d->ReaderData->LoopDepth++; in get_readers_for_single_write()
716 if (d->ReaderData->LoopDepth > 0) { in get_readers_for_single_write()
717 d->ReaderData->LoopDepth--; in get_readers_for_single_write()
718 if (d->ReaderData->LoopDepth == 0) { in get_readers_for_single_write()
Dradeon_dataflow.h92 unsigned int LoopDepth; member
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp322 unsigned LoopDepth = LI->getLoopDepth(BB); in orderNodes() local
327 if (LoopDepth < CurrentLoopDepth) { in orderNodes()
347 CurrentLoopDepth = LoopDepth; in orderNodes()