HomeSort by: relevance | last modified time | path
    Searched refs:no_signed_wrap (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_opt_vectorize.c 223 new_alu->no_signed_wrap = alu1->no_signed_wrap && alu2->no_signed_wrap;
nir_search_helpers.h 427 no_signed_wrap(nir_alu_instr *instr) function
429 return instr->no_signed_wrap;
nir_instr_set.c 115 uint8_t flags = instr->no_signed_wrap |
567 if (alu1->no_signed_wrap != alu2->no_signed_wrap)
nir_clone.c 278 nalu->no_signed_wrap = alu->no_signed_wrap;
nir_serialize.c 615 unsigned no_signed_wrap:1; member in struct:packed_instr::__anon821
826 header.alu.no_signed_wrap = alu->no_signed_wrap;
899 alu->no_signed_wrap = header.alu.no_signed_wrap;
nir_print.c 248 if (instr->no_signed_wrap)
nir.h 1442 bool no_signed_wrap:1;
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_alu.c 457 alu->no_signed_wrap = true;
  /xsrc/external/mit/MesaLib/dist/src/amd/llvm/
ac_nir_to_llvm.c 620 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/
nir_opt_algebraic.c 1124 * ('idiv', ('imul(no_signed_wrap)', 'a', 'b'), 'b') => a
    [all...]

Completed in 56 milliseconds