Searched refs:block_end (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_disasm_info.h49 struct bblock_t *block_end; member in struct:inst_group
H A Dbrw_disasm_info.c82 if (group->block_end) {
83 fprintf(stderr, " END B%d", group->block_end->num);
85 &group->block_end->children) {
155 group->block_end = cfg->blocks[disasm->cur_block];
181 cur->block_end = NULL;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_disasm_info.h49 struct bblock_t *block_end; member in struct:inst_group
H A Dbrw_disasm_info.c91 if (group->block_end) {
92 fprintf(stderr, " END B%d", group->block_end->num);
94 &group->block_end->children) {
166 group->block_end = cfg->blocks[disasm->cur_block];
192 cur->block_end = NULL;
/xsrc/external/mit/freetype/dist/src/tools/
H A Dafblue.pl453 my $block_end = 0;
464 if ($block_end)
480 $block_end = 1 if $depth == 0;
486 last BRACE_LOOP if $block_end;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_control_flow.c673 nir_block *block_begin, *block_end, *block_before, *block_after; local in function:nir_cf_extract
696 split_block_cursor(end, &block_end, &block_after);
706 block_begin = block_end;
715 nir_cf_node *cf_node_end = &block_end->cf_node;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_cfg.c1070 const uint32_t *block_end = block->merge ? block->merge : local in function:vtn_emit_cf_list_structured
1073 block_start = vtn_foreach_instruction(b, block_start, block_end,
1076 vtn_foreach_instruction(b, block_start, block_end, handler);
1271 const uint32_t *block_end = block->branch; local in function:vtn_emit_cf_func_unstructured
1274 block_start = vtn_foreach_instruction(b, block_start, block_end,
1276 vtn_foreach_instruction(b, block_start, block_end, handler);
1279 SpvOp op = *block_end & SpvOpCodeMask;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_control_flow.c661 nir_block *block_begin, *block_end, *block_before, *block_after; local in function:nir_cf_extract
677 split_block_cursor(end, &block_end, &block_after);
686 nir_cf_node *cf_node_end = &block_end->cf_node;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_cfg.c919 const uint32_t *block_end = block->merge ? block->merge : local in function:vtn_emit_cf_list
922 block_start = vtn_foreach_instruction(b, block_start, block_end,
925 vtn_foreach_instruction(b, block_start, block_end, handler);

Completed in 14 milliseconds