Lines Matching defs:block
640 nir_lower_io_block(nir_block *block,
647 nir_foreach_instr_safe(instr, block) {
780 nir_foreach_block(block, impl) {
781 progress |= nir_lower_io_block(block, &state);
2218 nir_foreach_block_reverse(block, impl) {
2219 nir_foreach_instr_reverse_safe(instr, block) {
2356 nir_foreach_block(block, impl) {
2357 nir_foreach_instr(instr, block) {
2877 add_const_offset_to_base_block(nir_block *block, nir_builder *b,
2881 nir_foreach_instr_safe(instr, block) {
2933 nir_foreach_block(block, f->impl) {
2934 impl_progress |= add_const_offset_to_base_block(block, &b, modes);
2956 nir_foreach_block (block, impl) {
2957 nir_foreach_instr_safe (instr, block) {
3012 nir_foreach_block (block, impl) {
3013 nir_foreach_instr_safe (instr, block) {