Searched refs:get_block (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c2815 static struct ir3_block *get_block(struct ir3_context *ctx,
2951 get_block(struct ir3_context *ctx, const nir_block *nblock) function in typeref:struct:ir3_block *
2976 return get_block(ctx, nblock);
2991 ctx->block = get_block(ctx, nblock);
3052 struct ir3_block *last_then = get_block(ctx, nir_if_last_then_block(nif));
3053 struct ir3_block *first_else = get_block(ctx, nir_if_first_else_block(nif));
3058 struct ir3_block *last_else = get_block(ctx, nir_if_last_else_block(nif));
3060 get_block(ctx, nir_cf_node_as_block(nir_cf_node_next(&nif->cf_node)));
3089 struct ir3_block *start = get_block(ctx, nstart);
3719 ctx->block = get_block(ct
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c2095 get_block(struct ir3_context *ctx, const nir_block *nblock) function in typeref:struct:ir3_block *
2114 block->predecessors[i++] = get_block(ctx, sentry->key);
2123 struct ir3_block *block = get_block(ctx, nblock);
2128 get_block(ctx, nblock->successors[i]);
2659 ctx->block = get_block(ctx, nir_start_block(fxn));
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c149 static LLVMBasicBlockRef get_block(struct ac_nir_context *nir, function in typeref:typename:LLVMBasicBlockRef
3956 LLVMBasicBlockRef block = get_block(ctx, src->pred);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c106 static LLVMBasicBlockRef get_block(struct ac_nir_context *nir, const struct nir_block *b) function in typeref:typename:LLVMBasicBlockRef
4912 LLVMBasicBlockRef block = get_block(ctx, src->pred);

Completed in 23 milliseconds