Home
last modified time | relevance | path

Searched refs:nir_op_iadd (Results 1 – 25 of 34) sorted by relevance

12

/external/mesa3d/prebuilt-intermediates/ir3/
Dir3_nir_imul.c101 nir_op_iadd,
144 [nir_op_iadd] = {
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opt_algebraic.c2266 nir_op_iadd,
2409 nir_op_iadd,
2423 nir_op_iadd,
2567 nir_op_iadd,
2591 nir_op_iadd,
2599 nir_op_iadd,
2616 nir_op_iadd,
2624 nir_op_iadd,
6059 nir_op_iadd,
6118 nir_op_iadd,
[all …]
Dnir_opcodes.h261 nir_op_iadd, enumerator
/external/mesa3d/src/compiler/nir/
Dnir_lower_int_to_float.c77 case nir_op_iadd: alu->op = nir_op_fadd; break; in lower_alu_instr()
Dnir_loop_analyze.c671 add_op = nir_op_iadd; in will_break_on_first_iteration()
714 add_op = nir_op_iadd; in test_iterations()
764 if (alu->op != nir_op_iadd && alu->op != nir_op_fadd) in calculate_iterations()
Dnir_lower_int64.c841 case nir_op_iadd: in nir_lower_int64_op_to_options_mask()
938 case nir_op_iadd: in lower_int64_alu_instr()
Dnir_range_analysis.c1320 case nir_op_iadd: in nir_unsigned_upper_bound()
1386 case nir_op_iadd: in nir_unsigned_upper_bound()
Dnir_opt_load_store_vectorize.c319 progress |= parse_alu(base, nir_op_iadd, &add2); in parse_offset()
471 if (nir_ssa_scalar_is_alu(scalar) && nir_ssa_scalar_alu_op(scalar) == nir_op_iadd) { in parse_entry_key_from_offset()
Dnir.c763 case nir_op_iadd: in nir_alu_binop_identity()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_address.c91 if (op != nir_op_iadd) return; in mir_match_iadd()
/external/mesa3d/src/freedreno/ir3/
Dir3_nir_analyze_ubo_ranges.c237 if (alu->op != nir_op_iadd) in handle_partial_const()
/external/mesa3d/src/compiler/spirv/
Dvtn_subgroup.c410 reduction_op = nir_op_iadd; in vtn_handle_subgroup()
Dvtn_alu.c271 case SpvOpIAdd: return nir_op_iadd; in vtn_nir_alu_op_for_spirv_opcode()
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c3640 case nir_op_iadd: in get_reduction_identity()
3663 case nir_op_iadd: in get_reduction_identity()
3694 case nir_op_iadd: in get_reduction_identity()
3725 case nir_op_iadd: in get_reduction_identity()
3763 case nir_op_iadd: in ac_build_alu_op()
3993 if (LLVMTypeOf(src) == ctx->i1 && op == nir_op_iadd) { in ac_build_inclusive_scan()
4016 if (LLVMTypeOf(src) == ctx->i1 && op == nir_op_iadd) { in ac_build_exclusive_scan()
4209 if (LLVMTypeOf(ws->src) == ctx->i1 && ws->op == nir_op_iadd) in ac_build_wg_scan_top()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c469 primemit_scan[stream].op = nir_op_iadd; in build_streamout()
1674 numprims = ac_build_reduce(&ctx->ac, numprims, nir_op_iadd, ctx->ac.wave_size); in gfx10_ngg_gs_emit_epilogue()
1787 vertlive_scan.op = nir_op_iadd; in gfx10_ngg_gs_emit_epilogue()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c923 case nir_op_iadd: in bi_class_for_nir_alu()
1222 case nir_op_iadd: in emit_alu()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1902 [TGSI_OPCODE_UADD] = nir_op_iadd,
1961 [TGSI_OPCODE_U64ADD] = nir_op_iadd,
Dnir_to_tgsi.c637 [nir_op_iadd] = { TGSI_OPCODE_UADD, TGSI_OPCODE_U64ADD }, in ntt_emit_alu()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection_setup.cpp258 if (!nir_ssa_scalar_is_alu(scalar) || nir_ssa_scalar_alu_op(scalar) != nir_op_iadd) in apply_nuw_to_ssa()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c2562 primemit_scan[stream].op = nir_op_iadd; in build_streamout()
2944 numprims = ac_build_reduce(&ctx->ac, numprims, nir_op_iadd, ctx->ac.wave_size); in gfx10_ngg_gs_emit_epilogue_1()
3062 vertlive_scan.op = nir_op_iadd; in gfx10_ngg_gs_emit_epilogue_2()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp386 case nir_op_iadd: in getOperation()
2464 case nir_op_iadd: in visit()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp1231 case nir_op_iadd: in nir_emit_alu()
3933 case nir_op_iadd: return BRW_OPCODE_ADD; in brw_op_for_nir_reduction_op()
3955 case nir_op_iadd: return BRW_CONDITIONAL_NONE; in brw_cond_mod_for_nir_reduction_op()
Dbrw_vec4_nir.cpp1174 case nir_op_iadd: in nir_emit_alu()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp146 case nir_op_iadd: return emit_alu_op2_int(instr, op2_add_int); in do_emit()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c748 case nir_op_iadd: in do_alu_action()

12