Searched refs:first_block (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_cfg.h316 bblock_t *first_block();
317 const bblock_t *first_block() const;
369 cfg_t::first_block() function in class:cfg_t
375 cfg_t::first_block() const function in class:cfg_t
H A Dbrw_fs_reg_allocate.cpp1026 fs->cfg->first_block(), fs->cfg->first_block()->start());
H A Dbrw_fs.cpp1689 cfg->first_block(), cfg->first_block()->start());
1799 cfg->first_block(), cfg->first_block()->start());
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dcrashdec.c730 uint32_t first_block : 32 - 3; member in struct:dump_cp_mem_pool::__anon4090acc60308::__anon4090acc60408
745 uint32_t first_block : 32 - 3; member in struct:dump_cp_mem_pool::__anon4090acc60308::__anon4090acc60508
794 data1.writer[queue].first_block);
799 data1.reader[queue].first_block);
809 uint32_t cur_block = cur_chunk > 3 ? data1.reader[queue].first_block
812 uint32_t last_block = last_chunk > 3 ? data1.writer[queue].first_block
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_large_constants.c165 bool first_block = true; local in function:nir_opt_large_constants
208 if (!src_is_const || info->found_read || !first_block ||
220 first_block = false;
H A Dnir_control_flow.c318 nir_block *first_block = nir_loop_first_block(next_loop); local in function:block_add_normal_succs
320 link_blocks(block, first_block, NULL);
321 insert_phi_undef(first_block, block);
479 nir_block *first_block = nir_loop_first_block(loop); local in function:nir_handle_add_jump
480 link_blocks(block, first_block, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c463 LLVMBasicBlockRef first_block = LLVMGetEntryBasicBlock(function); local in function:create_builder_at_entry
464 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block);
470 LLVMPositionBuilderAtEnd(first_builder, first_block);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_control_flow.c311 nir_block *first_block = nir_loop_first_block(next_loop); local in function:block_add_normal_succs
313 link_blocks(block, first_block, NULL);
314 nir_insert_phi_undef(first_block, block);
484 nir_block *first_block = nir_loop_first_block(loop); local in function:nir_handle_add_jump
485 link_blocks(block, first_block, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c487 LLVMBasicBlockRef first_block = LLVMGetEntryBasicBlock(function); local in function:create_builder_at_entry
488 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block);
494 LLVMPositionBuilderAtEnd(first_builder, first_block);
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_compile.c950 agx_block *first_block = ctx->current_block; local in function:emit_if
951 agx_builder _b = agx_init_builder(ctx, agx_after_block(first_block));
971 agx_block_add_successor(first_block, if_block);
972 agx_block_add_successor(first_block, else_block);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c3271 LLVMBasicBlockRef first_block = LLVMGetEntryBasicBlock(function); local in function:ac_build_alloca_undef
3272 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block);
3279 LLVMPositionBuilderAtEnd(first_builder, first_block);
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c4337 nir_block *first_block = nir_loop_first_block(loop); local in function:emit_loop
4342 if (!emit_branch(ctx, first_block->index))
4348 if (!emit_branch(ctx, first_block->index))
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_compile.c3635 bi_block *first_block = list_first_entry(&ctx->blocks, bi_block, link); local in function:bi_pack_clauses
3636 bi_clause *first_clause = bi_next_clause(ctx, first_block, NULL);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c3245 LLVMBasicBlockRef first_block = LLVMGetEntryBasicBlock(function); local in function:ac_build_alloca_undef
3246 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block);
3253 LLVMPositionBuilderAtEnd(first_builder, first_block);

Completed in 55 milliseconds