Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_vectorize.c222 new_alu->no_signed_wrap = alu1->no_signed_wrap && alu2->no_signed_wrap; in instr_try_combine()
H A Dnir_instr_set.c115 uint8_t flags = instr->no_signed_wrap | in hash_alu()
568 if (alu1->no_signed_wrap != alu2->no_signed_wrap) in nir_instrs_equal()
H A Dnir_search_helpers.h469 no_signed_wrap(const nir_alu_instr *instr) in no_signed_wrap() function
471 return instr->no_signed_wrap; in no_signed_wrap()
H A Dnir_clone.c279 nalu->no_signed_wrap = alu->no_signed_wrap; in clone_alu()
H A Dnir_serialize.c621 unsigned no_signed_wrap:1; member
835 header.alu.no_signed_wrap = alu->no_signed_wrap; in write_alu()
908 alu->no_signed_wrap = header.alu.no_signed_wrap; in read_alu()
H A Dnir_print.c337 if (instr->no_signed_wrap) in print_alu_instr()
H A Dnir.h1456 bool no_signed_wrap:1;
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_alu.c504 alu->no_signed_wrap = true; in handle_no_wrap()
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c627 else if (instr->no_signed_wrap) in visit_alu()
638 else if (instr->no_signed_wrap) in visit_alu()
674 else if (instr->no_signed_wrap) in visit_alu()
682 else if (instr->no_signed_wrap) in visit_alu()

Completed in 36 milliseconds