HomeSort by: relevance | last modified time | path
    Searched refs:first_block (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_cfg.h 316 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
brw_fs_reg_allocate.cpp 1026 fs->cfg->first_block(), fs->cfg->first_block()->start());
brw_fs.cpp 1689 cfg->first_block(), cfg->first_block()->start());
1799 cfg->first_block(), cfg->first_block()->start());
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
crashdec.c 730 uint32_t first_block : 32 - 3; member in struct:__anon905::__anon906
745 uint32_t first_block : 32 - 3; member in struct:__anon905::__anon907
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/
nir_opt_large_constants.c 165 bool first_block = true; local
208 if (!src_is_const || info->found_read || !first_block ||
220 first_block = false;
nir_control_flow.c 318 nir_block *first_block = nir_loop_first_block(next_loop); local
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
480 link_blocks(block, first_block, NULL);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_flow.c 463 LLVMBasicBlockRef first_block = LLVMGetEntryBasicBlock(function); local
464 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block);
470 LLVMPositionBuilderAtEnd(first_builder, first_block);
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_control_flow.c 311 nir_block *first_block = nir_loop_first_block(next_loop); local
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
485 link_blocks(block, first_block, NULL);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_flow.c 487 LLVMBasicBlockRef first_block = LLVMGetEntryBasicBlock(function); local
488 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block);
494 LLVMPositionBuilderAtEnd(first_builder, first_block);
  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_compile.c 950 agx_block *first_block = ctx->current_block; local
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/dist/src/microsoft/compiler/
nir_to_dxil.c 4337 nir_block *first_block = nir_loop_first_block(loop); local
4342 if (!emit_branch(ctx, first_block->index))
4348 if (!emit_branch(ctx, first_block->index))
  /xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_llvm_build.c 3271 LLVMBasicBlockRef first_block = LLVMGetEntryBasicBlock(function); local
3272 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block);
3279 LLVMPositionBuilderAtEnd(first_builder, first_block);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bifrost_compile.c 3635 bi_block *first_block = list_first_entry(&ctx->blocks, bi_block, link); local
3636 bi_clause *first_clause = bi_next_clause(ctx, first_block, NULL);
  /xsrc/external/mit/MesaLib/dist/src/amd/llvm/
ac_llvm_build.c 3245 LLVMBasicBlockRef first_block = LLVMGetEntryBasicBlock(function); local
3246 LLVMValueRef first_instr = LLVMGetFirstInstruction(first_block);
3253 LLVMPositionBuilderAtEnd(first_builder, first_block);

Completed in 43 milliseconds