Lines Matching defs:block
760 * SSA-defined by the previous VIR instruction in the block and rewritable by
3567 * (actually supergroup) to block until the last invocation
3849 * matches this block.
3890 * block and instead just emit the break/continue directly.
3916 /* Process the THEN block. */
3921 /* At the end of the THEN block, jump to ENDIF, unless
3922 * the block ended in a break or continue.
3929 /* Emit the else block. */
4017 /* Process the THEN block. */
4022 /* Handle the end of the THEN block. First, all currently
4150 /* Always flush TMU before jumping to another block, for the
4169 ntq_emit_block(struct v3d_compile *c, nir_block *block)
4171 nir_foreach_instr(instr, block) {
4175 /* Always process pending TMU operations in the same block they were
4176 * emitted: we can't emit TMU operations in a block and then emit a
4177 * thread switch and LDTMU/TMUWT for them in another block, possibly
4265 * loop continue block (block_1). However, this is not safe after the
4455 vir_for_each_block(block, c) {
4456 vir_for_each_inst_safe(inst, block) {