Home
last modified time | relevance | path

Searched refs:nir_phi_instr_create (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/
H A Dtest_isel.cpp263 phi[0] = nir_phi_instr_create(nb->shader);
264 phi[1] = nir_phi_instr_create(nb->shader);
334 phi[0] = nir_phi_instr_create(nb->shader);
335 phi[1] = nir_phi_instr_create(nb->shader);
484 phi[0] = nir_phi_instr_create(nb->shader);
485 phi[1] = nir_phi_instr_create(nb->shader);
583 phi[0] = nir_phi_instr_create(nb->shader);
584 phi[1] = nir_phi_instr_create(nb->shader);
815 phi = nir_phi_instr_create(nb->shader);
884 nir_phi_instr* phi = nir_phi_instr_create(nb->shader);
[all …]
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dopt_if_tests.cpp112 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in TEST_F()
134 nir_phi_instr *phi = nir_phi_instr_create(b->shader); in TEST_F()
289 nir_phi_instr *phi = nir_phi_instr_create(b->shader); in TEST_P()
H A Dopt_shrink_vectors_tests.cpp278 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in TEST_F()
382 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in TEST_F()
487 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in TEST_F()
H A Ddce_tests.cpp45 nir_phi_instr *phi = nir_phi_instr_create(shader); in create_one_source_phi()
H A Dloop_analyze_tests.cpp82 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in loop_builder()
150 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in loop_builder_invert()
H A Dloop_unroll_tests.cpp118 nir_phi_instr *phi = nir_phi_instr_create(bld->shader); in loop_unroll_test_helper()
H A Drange_analysis_tests.cpp275 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in TEST_F()
H A Dopt_loop_tests.cpp103 nir_phi_instr *phi_instr = nir_phi_instr_create(b->shader); in create_loop_phis()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_phi_precision.c232 nir_phi_instr *new_phi = nir_phi_instr_create(b->shader); in try_move_narrowing_dst()
376 nir_phi_instr *new_phi = nir_phi_instr_create(b->shader); in try_move_widening_src()
H A Dnir_lower_bit_size.c314 nir_phi_instr_create(b->shader), in split_phi()
315 nir_phi_instr_create(b->shader) in split_phi()
H A Dnir_lower_phis_to_scalar.c209 nir_phi_instr *new_phi = nir_phi_instr_create(state->shader); in lower_phis_to_scalar_block()
H A Dnir_phi_builder.c237 nir_phi_instr *phi = nir_phi_instr_create(val->builder->shader); in nir_phi_builder_value_get_block_def()
H A Dnir_lower_variable_initializers.c256 nir_phi_instr *offset_phi = nir_phi_instr_create(shader); in nir_clear_shared_memory()
H A Dnir_to_lcssa.c232 nir_phi_instr *phi = nir_phi_instr_create(state->shader); in convert_loop_exit_for_ssa()
H A Dnir_opt_if.c506 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in opt_split_alu_of_phi()
663 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in opt_simplify_bcsel_of_phi()
H A Dnir_split_64bit_vec3_and_vec4.c236 new_phi[i] = nir_phi_instr_create(b->shader); in split_phi()
H A Dnir_opt_loop.c467 phi_instr = nir_phi_instr_create(m_state->shader); in insert_phis_after_terminator_merge()
H A Dnir_opt_vectorize.c366 nir_phi_instr *new_phi = nir_phi_instr_create(b.shader); in instr_try_combine_phi()
H A Dnir_builder.c469 nir_phi_instr *phi = nir_phi_instr_create(build->shader); in nir_if_phi()
H A Dnir_clone.c374 nir_phi_instr *nphi = nir_phi_instr_create(state->ns); in clone_phi()
H A Dnir_serialize.c1503 nir_phi_instr *phi = nir_phi_instr_create(ctx->nir); in read_phi()
H A Dnir.c840 nir_phi_instr_create(nir_shader *shader) in nir_phi_instr_create() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_64bit.cpp228 auto phi_lo = nir_phi_instr_create(b->shader); in lower()
229 auto phi_hi = nir_phi_instr_create(b->shader); in lower()
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c4552 nir_phi_instr *index = nir_phi_instr_create(b->shader); in emit_ms_outputs()
4553 nir_phi_instr *row = nir_phi_instr_create(b->shader); in emit_ms_outputs()
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c859 nir_phi_instr *lowered = nir_phi_instr_create(b->shader); in cast_phi()

12