Searched refs:next_block (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_print_asm.cpp226 unsigned next_block = 0; local in function:aco::__anonfd3d6ab70110::print_asm_llvm
233 next_block < program->blocks.size() && pos == program->blocks[next_block].offset;
245 while (next_block < program->blocks.size() && pos == program->blocks[next_block].offset) {
246 if (referenced_blocks[next_block])
247 fprintf(output, "BB%u:\n", next_block);
248 next_block++;
266 assert(next_block == program->blocks.size());
H A Daco_dead_code_analysis.cpp101 unsigned next_block = ctx.current_block--; local in function:aco::dead_code_analysis
102 process_block(ctx, program->blocks[next_block]);
/xsrc/external/mit/libXi/dist/src/
H A DXIint.h68 * bar = next_block(&ptr, sizeof(struct foo));
71 * bar->a = next_block(&ptr, bar->num_a);
72 * bar->b = next_block(&ptr, bar->num_b);
75 next_block(void **ptr, int size) { function in typeref:typename:void *
H A DXExtInt.c1200 out = next_block(&ptr, sizeof(XIHierarchyEvent));
1202 out->info = next_block(&ptr, in->num_info * sizeof(XIHierarchyInfo));
1252 out = next_block(&ptr, sizeof(XIDeviceChangedEvent));
1255 out->classes = next_block(&ptr,
1273 bout = next_block(&ptr, struct_size);
1276 bout->state.mask = next_block(&ptr, state_size);
1280 bout->labels = next_block(&ptr, labels_size);
1294 kout = next_block(&ptr, struct_size);
1296 kout->keycodes = next_block(&ptr, keycodes_size);
1305 vout = next_block(
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbir.c138 bi_block *next_block = bi_next_block(block); local in function:bi_next_clause
140 bi_foreach_block_from(ctx, next_block, block) {
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_legalize.c411 unsigned next_block; local in function:resolve_jump
413 next_block = 2;
415 next_block = 1;
417 if ((!target) || (target->ip == (instr->ip + next_block))) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c58 LLVMBasicBlockRef next_block; local in function:lp_build_insert_new_block
65 next_block = LLVMGetNextBasicBlock(current_block);
66 if (next_block) {
68 new_block = LLVMInsertBasicBlockInContext(gallivm->context, next_block, name);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c58 LLVMBasicBlockRef next_block; local in function:lp_build_insert_new_block
65 next_block = LLVMGetNextBasicBlock(current_block);
66 if (next_block) {
68 new_block = LLVMInsertBasicBlockInContext(gallivm->context, next_block, name);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_control_flow.c285 nir_block *next_block = nir_cf_node_as_block(next); local in function:block_add_normal_succs
287 link_blocks(block, next_block, NULL);
H A Dnir_opt_if.c916 nir_block *const next_block = local in function:opt_if_simplification
918 nir_opt_remove_phis_block(next_block);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_control_flow.c292 nir_block *next_block = nir_cf_node_as_block(next); local in function:block_add_normal_succs
294 link_blocks(block, next_block, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c51 LLVMBasicBlockRef next_block; member in struct:ac_llvm_flow
3129 flow->next_block = NULL;
3153 flow->next_block, name);
3176 flow->next_block = append_basic_block(ctx, "ENDLOOP");
3185 LLVMBuildBr(ctx->builder, flow->next_block);
3204 LLVMPositionBuilderAtEnd(ctx->builder, current_branch->next_block);
3205 set_basicblock_name(current_branch->next_block, "else", label_id);
3207 current_branch->next_block = endif_block;
3216 emit_default_branch(ctx->builder, current_branch->next_block);
3217 LLVMPositionBuilderAtEnd(ctx->builder, current_branch->next_block);
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c50 LLVMBasicBlockRef next_block; member in struct:ac_llvm_flow
3108 flow->next_block = NULL;
3129 return LLVMInsertBasicBlockInContext(ctx->context, flow->next_block, name);
3150 flow->next_block = append_basic_block(ctx, "ENDLOOP");
3159 LLVMBuildBr(ctx->builder, flow->next_block);
3178 LLVMPositionBuilderAtEnd(ctx->builder, current_branch->next_block);
3179 set_basicblock_name(current_branch->next_block, "else", label_id);
3181 current_branch->next_block = endif_block;
3206 emit_default_branch(ctx->builder, current_branch->next_block);
3207 LLVMPositionBuilderAtEnd(ctx->builder, current_branch->next_block);
[all...]
/xsrc/external/mit/brotli/dist/c/enc/
H A Dcompress_fragment.c579 goto next_block;
700 next_block:
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c144 LLVMBasicBlockRef next_block; local in function:ac_build_insert_new_block
151 next_block = LLVMGetNextBasicBlock(current_block);
152 if (next_block) {
154 new_block = LLVMInsertBasicBlockInContext(ctx->context, next_block, name);

Completed in 60 milliseconds