Home | History | Annotate | Download | only in glsl

Lines Matching defs:lowered

42  * Continues are lowered by adding a per-loop "execute flag", initialized to
45 * Breaks are lowered to continues, plus setting a "break flag" that is checked
48 * Returns are lowered to breaks/continues, plus adding a "return flag" that
71 * lowered: jumps with higher strength tend to be lowered to jumps of
83 * - It ignores discard instructions, since they are lowered by a
138 /* minimum jump strength (of lowered IR, not pre-lowering IR)
164 /* used to avoid lowering the break used to represent lowered breaks */
373 * it, even though should_lower_jump() says it needn't be lowered.
564 * jump will be visited next, and it will be lowered if
601 /* lower a jump: if both need to lowered, start with the strongest one, so that
602 * we might later unify the lowered version with the other one
617 * lowered, so the CONTAINED_JUMPS_LOWERED postcondition
632 * break instruction can be lowered if necessary.
634 ir_loop_jump* lowered = 0;
635 lowered = new(ir) ir_loop_jump(ir_loop_jump::jump_break);
641 jumps[lower]->replace_with(lowered);
642 jumps[lower] = lowered;
688 * if needs to be lowered too.
779 * needs to be lowered.
888 * the loop, then at least one break was lowered, so we need
907 * least one return was lowered to a break, so we need to ensure