Home
last modified time | relevance | path

Searched refs:no_unsigned_wrap (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_apply_pipeline_layout.c92 nir_instr_as_alu(binding_ptr->parent_instr)->no_unsigned_wrap = true; in visit_vulkan_resource_index()
95 nir_instr_as_alu(binding_ptr->parent_instr)->no_unsigned_wrap = true; in visit_vulkan_resource_index()
117 nir_instr_as_alu(index->parent_instr)->no_unsigned_wrap = true; in visit_vulkan_resource_reindex()
130 nir_instr_as_alu(index->parent_instr)->no_unsigned_wrap = true; in visit_vulkan_resource_reindex()
295 nir_instr_as_alu(tmp->parent_instr)->no_unsigned_wrap = true; in get_sampler_desc()
299 nir_instr_as_alu(index->parent_instr)->no_unsigned_wrap = true; in get_sampler_desc()
309 nir_instr_as_alu(index_offset->parent_instr)->no_unsigned_wrap = true; in get_sampler_desc()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_vectorize.c223 new_alu->no_unsigned_wrap = alu1->no_unsigned_wrap && alu2->no_unsigned_wrap; in instr_try_combine()
H A Dnir_opt_offsets.c63 if (!alu->no_unsigned_wrap && !b->shader->options->lower_bitops) { in try_extract_const_addition()
77 alu->no_unsigned_wrap = true; in try_extract_const_addition()
H A Dnir_instr_set.c116 instr->no_unsigned_wrap << 1; in hash_alu()
571 if (alu1->no_unsigned_wrap != alu2->no_unsigned_wrap) in nir_instrs_equal()
H A Dnir_search_helpers.h475 no_unsigned_wrap(const nir_alu_instr *instr) in no_unsigned_wrap() function
477 return instr->no_unsigned_wrap; in no_unsigned_wrap()
H A Dnir_clone.c280 nalu->no_unsigned_wrap = alu->no_unsigned_wrap; in clone_alu()
H A Dnir_serialize.c622 unsigned no_unsigned_wrap:1; member
836 header.alu.no_unsigned_wrap = alu->no_unsigned_wrap; in write_alu()
909 alu->no_unsigned_wrap = header.alu.no_unsigned_wrap; in read_alu()
H A Dnir_builder.h653 nir_instr_as_alu(d->parent_instr)->no_unsigned_wrap = true; in nir_iadd_imm_nuw()
661 nir_instr_as_alu(d->parent_instr)->no_unsigned_wrap = true; in nir_iadd_nuw()
H A Dnir_print.c339 if (instr->no_unsigned_wrap) in print_alu_instr()
H A Dnir.h1462 bool no_unsigned_wrap:1;
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp192 if (add->no_unsigned_wrap) in apply_nuw_to_ssa()
205 add->no_unsigned_wrap = in apply_nuw_to_ssa()
H A Daco_instruction_selection.cpp849 if (instr->no_unsigned_wrap)
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_alu.c507 alu->no_unsigned_wrap = true; in handle_no_wrap()
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c625 if (instr->no_unsigned_wrap) in visit_alu()
636 if (instr->no_unsigned_wrap) in visit_alu()
672 if (instr->no_unsigned_wrap) in visit_alu()
680 if (instr->no_unsigned_wrap) in visit_alu()
/third_party/mesa3d/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp1682 /* these loads can be combined if nir_alu_instr::no_unsigned_wrap is set. in TEST_F()
1704 nir_instr_as_alu(offset->parent_instr)->no_unsigned_wrap = true; in TEST_F()

Completed in 72 milliseconds