Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_vert_fc.c34 unsigned BranchDepth; member
121 if (fc_state->LoopDepth == 0 && fc_state->BranchDepth == 0) { in lower_bgnloop()
209 if ((fc_state->BranchDepth == 0 && fc_state->LoopDepth == 0) in lower_if()
257 if (fc_state.BranchDepth != 0 in rc_vert_fc()
267 fc_state.BranchDepth++; in rc_vert_fc()
288 fc_state.BranchDepth--; in rc_vert_fc()
292 if (fc_state.BranchDepth || fc_state.LoopDepth) { in rc_vert_fc()
Dradeon_emulate_loops.c56 unsigned BranchDepth; member
130 if (count_inst->BranchDepth > 0) { in get_incr_amount()
235 count_inst.BranchDepth = 0; in try_unroll_loop()
259 count_inst.BranchDepth++; in try_unroll_loop()
262 count_inst.BranchDepth--; in try_unroll_loop()
Dr500_fragprog_emit.c66 int BranchDepth; member
471 loop->BranchDepth = s->CurrentBranchDepth; in emit_flowcontrol()
489 s->CurrentBranchDepth - loop->BranchDepth) in emit_flowcontrol()
503 s->CurrentBranchDepth - loop->BranchDepth) in emit_flowcontrol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp721 unsigned BranchDepth = in shouldConvertIf() local
723 LLVM_DEBUG(dbgs() << "Branch depth: " << BranchDepth << '\n'); in shouldConvertIf()
735 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp720 unsigned BranchDepth = in shouldConvertIf() local
722 DEBUG(dbgs() << "Branch depth: " << BranchDepth << '\n'); in shouldConvertIf()
734 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()