| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_print_asm.cpp | 226 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 D | aco_dead_code_analysis.cpp | 101 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 D | XIint.h | 68 * 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 D | XExtInt.c | 1200 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 D | bir.c | 138 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 D | ir3_legalize.c | 411 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 D | lp_bld_flow.c | 58 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 D | lp_bld_flow.c | 58 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 D | nir_control_flow.c | 285 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 D | nir_opt_if.c | 916 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 D | nir_control_flow.c | 292 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 D | ac_llvm_build.c | 51 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 D | ac_llvm_build.c | 50 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 D | compress_fragment.c | 579 goto next_block; 700 next_block:
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 144 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);
|