Home
last modified time | relevance | path

Searched refs:nr_srcs (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/test/
H A Dagx_test.h63 if (A->nr_srcs != B->nr_srcs) in agx_instr_equal()
66 if (memcmp(A->src, B->src, A->nr_srcs * sizeof(agx_index))) in agx_instr_equal()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_message_preload.c133 collect->nr_srcs = bi_count_write_registers(I, 0); in bi_opt_message_preload()
140 for (unsigned i = 0; i < collect->nr_srcs; ++i) { in bi_opt_message_preload()
H A Dbi_opt_push_ubo.c164 vec->nr_srcs = bi_opcode_props[ins->op].sr_count; in bi_opt_push_ubo()
166 for (unsigned w = 0; w < vec->nr_srcs; ++w) { in bi_opt_push_ubo()
H A Dbi_opt_copy_prop.c60 if (I->nr_srcs == 1) in bi_opt_copy_prop()
H A Dbir.c137 return ins->nr_srcs; in bi_count_write_registers()
H A Dbi_ra.c736 assert((bi_is_ssa(dest) || I->nr_srcs == 1) && "nir_lower_phis_to_scalar"); in bi_lower_vector()
738 for (unsigned i = 0; i < I->nr_srcs; ++i) { in bi_lower_vector()
H A Dcompiler.h376 uint8_t nr_srcs;
H A Dbifrost_compile.c255 I->nr_srcs = n; in bi_emit_collect_to()
1023 collect->nr_srcs = nr; in bi_emit_store_vary()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_lower_pseudo.c36 I->src = reralloc_array_size(I, I->src, sizeof(agx_index), I->nr_srcs++); in agx_lower_to_unary_bitop()
H A Dagx_optimizer.c202 agx_optimizer_inline_imm(defs, I, info.nr_srcs, info.is_float); in agx_optimizer_forward()
217 for (unsigned s = 0; s < info.nr_srcs; ++s) { in agx_optimizer_backward()
H A Dagx_print.c127 for (unsigned s = 0; s < I->nr_srcs; ++s) { in agx_print_instr()
H A Dagx_compiler.h283 * nr_srcs == 0 and the opcode is PHI, holds a pointer to the NIR phi node.
295 unsigned nr_srcs; member
534 for (unsigned v = 0; v < ins->nr_srcs; ++v)
H A Dagx_compile.c1064 I->nr_srcs = exec_list_length(&phi->srcs); in agx_emit_phi_deferred()
1065 I->src = rzalloc_array(I, agx_index, I->nr_srcs); in agx_emit_phi_deferred()
1070 assert(i < I->nr_srcs); in agx_emit_phi_deferred()
H A Dagx_pack.c312 for (unsigned s = 0; s < info.nr_srcs; ++s) { in agx_pack_alu()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_lower_split_64bit.c51 collect->nr_srcs = 2; in lower_split_src()
H A Dvalhall.h92 unsigned nr_srcs : 3; member
H A Dva_pack.c454 for (unsigned i = 0; i < info.nr_srcs; ++i) { in va_pack_alu()
/third_party/mesa3d/src/panfrost/bifrost/test/
H A Dtest-message-preload.cpp84 I->nr_srcs = count; in preload_moves()

Completed in 20 milliseconds