Searched refs:no_signed_wrap (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_vectorize.c223 new_alu->no_signed_wrap = alu1->no_signed_wrap && alu2->no_signed_wrap;
H A Dnir_search_helpers.h427 no_signed_wrap(nir_alu_instr *instr) function in typeref:typename:bool
429 return instr->no_signed_wrap;
H A Dnir_instr_set.c115 uint8_t flags = instr->no_signed_wrap |
567 if (alu1->no_signed_wrap != alu2->no_signed_wrap)
H A Dnir_clone.c278 nalu->no_signed_wrap = alu->no_signed_wrap;
H A Dnir_serialize.c615 unsigned no_signed_wrap:1; member in struct:packed_instr::__anon7e3a081f0c08
826 header.alu.no_signed_wrap = alu->no_signed_wrap;
899 alu->no_signed_wrap = header.alu.no_signed_wrap;
H A Dnir_print.c248 if (instr->no_signed_wrap)
H A Dnir.h1442 bool no_signed_wrap:1; member in struct:nir_alu_instr
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c457 alu->no_signed_wrap = true;
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c620 else if (instr->no_signed_wrap)
631 else if (instr->no_signed_wrap)
658 else if (instr->no_signed_wrap)
666 else if (instr->no_signed_wrap)
/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_opt_algebraic.c1124 * ('idiv', ('imul(no_signed_wrap)', 'a', 'b'), 'b') => a
[all...]

Completed in 222 milliseconds