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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_offsets.c48 if (!alu->no_unsigned_wrap) {
64 alu->no_unsigned_wrap = true;
H A Dnir_opt_vectorize.c224 new_alu->no_unsigned_wrap = alu1->no_unsigned_wrap && alu2->no_unsigned_wrap;
H A Dnir_search_helpers.h433 no_unsigned_wrap(nir_alu_instr *instr) function in typeref:typename:bool
435 return instr->no_unsigned_wrap;
H A Dnir_instr_set.c116 instr->no_unsigned_wrap << 1;
570 if (alu1->no_unsigned_wrap != alu2->no_unsigned_wrap)
H A Dnir_clone.c279 nalu->no_unsigned_wrap = alu->no_unsigned_wrap;
H A Dnir_serialize.c616 unsigned no_unsigned_wrap:1; member in struct:packed_instr::__anon7e3a081f0c08
827 header.alu.no_unsigned_wrap = alu->no_unsigned_wrap;
900 alu->no_unsigned_wrap = header.alu.no_unsigned_wrap;
H A Dnir_builder.h840 nir_instr_as_alu(d->parent_instr)->no_unsigned_wrap = true;
848 nir_instr_as_alu(d->parent_instr)->no_unsigned_wrap = true;
H A Dnir_print.c250 if (instr->no_unsigned_wrap)
H A Dnir.h1448 bool no_unsigned_wrap:1; member in struct:nir_alu_instr
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp192 if (add->no_unsigned_wrap)
205 add->no_unsigned_wrap =
H A Daco_instruction_selection.cpp803 if (instr->no_unsigned_wrap)
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c460 alu->no_unsigned_wrap = true;
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c618 if (instr->no_unsigned_wrap)
629 if (instr->no_unsigned_wrap)
656 if (instr->no_unsigned_wrap)
664 if (instr->no_unsigned_wrap)
/xsrc/external/mit/MesaLib/dist/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.
1704 nir_instr_as_alu(offset->parent_instr)->no_unsigned_wrap = true;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst5362 - nir: Add new nir_builder helpers for iadd with no_unsigned_wrap.

Completed in 66 milliseconds