Searched refs:nr_srcs (Results 1 - 18 of 18) sorted by relevance
/third_party/mesa3d/src/asahi/compiler/test/ |
H A D | agx_test.h | 63 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 D | bi_opt_message_preload.c | 133 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 D | bi_opt_push_ubo.c | 164 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 D | bi_opt_copy_prop.c | 60 if (I->nr_srcs == 1) in bi_opt_copy_prop()
|
H A D | bir.c | 137 return ins->nr_srcs; in bi_count_write_registers()
|
H A D | bi_ra.c | 736 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 D | compiler.h | 376 uint8_t nr_srcs;
|
H A D | bifrost_compile.c | 255 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 D | agx_lower_pseudo.c | 36 I->src = reralloc_array_size(I, I->src, sizeof(agx_index), I->nr_srcs++); in agx_lower_to_unary_bitop()
|
H A D | agx_optimizer.c | 202 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 D | agx_print.c | 127 for (unsigned s = 0; s < I->nr_srcs; ++s) { in agx_print_instr()
|
H A D | agx_compiler.h | 283 * 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 D | agx_compile.c | 1064 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 D | agx_pack.c | 312 for (unsigned s = 0; s < info.nr_srcs; ++s) { in agx_pack_alu()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_lower_split_64bit.c | 51 collect->nr_srcs = 2; in lower_split_src()
|
H A D | valhall.h | 92 unsigned nr_srcs : 3; member
|
H A D | va_pack.c | 454 for (unsigned i = 0; i < info.nr_srcs; ++i) { in va_pack_alu()
|
/third_party/mesa3d/src/panfrost/bifrost/test/ |
H A D | test-message-preload.cpp | 84 I->nr_srcs = count; in preload_moves()
|
Completed in 20 milliseconds