Home
last modified time | relevance | path

Searched refs:nir_op_imul (Results 1 – 25 of 31) sorted by relevance

12

/external/mesa3d/prebuilt-intermediates/ir3/
Dir3_nir_imul.c36 nir_op_imul,
129 [nir_op_imul] = {
/external/mesa3d/src/compiler/nir/
Dnir_lower_int_to_float.c79 case nir_op_imul: alu->op = nir_op_fmul; break; in lower_alu_instr()
Dnir_lower_amul.c91 alu->op = nir_op_imul; in lower_large_src()
Dnir_range_analysis.c1317 case nir_op_imul: in nir_unsigned_upper_bound()
1364 case nir_op_imul: in nir_unsigned_upper_bound()
1463 if (alu_op == nir_op_imul || alu_op == nir_op_ishl) { in nir_addition_might_overflow()
Dnir_lower_int64.c799 case nir_op_imul: in nir_lower_int64_op_to_options_mask()
886 case nir_op_imul: in lower_int64_alu_instr()
Dnir_loop_analyze.c713 mul_op = nir_op_imul; in test_iterations()
Dnir_opt_load_store_vectorize.c312 progress = parse_alu(base, nir_op_imul, &mul2); in parse_offset()
Dnir.c767 case nir_op_imul: in nir_alu_binop_identity()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h286 nir_op_imul, enumerator
Dnir_opt_algebraic.c1582 nir_op_imul,
1628 nir_op_imul,
1722 nir_op_imul,
1761 nir_op_imul,
1995 nir_op_imul,
2033 nir_op_imul,
2389 nir_op_imul,
2401 nir_op_imul,
2431 nir_op_imul,
2749 nir_op_imul,
[all …]
Dnir_builder_opcodes.h1301 return nir_build_alu(build, nir_op_imul, src0, src1, NULL, NULL); in nir_imul()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c154 case nir_op_imul: in etna_emit_alu()
Detnaviv_compiler_nir.c64 case nir_op_imul: in etna_alu_to_scalar_filter_cb()
/external/mesa3d/src/compiler/spirv/
Dvtn_subgroup.c418 reduction_op = nir_op_imul; in vtn_handle_subgroup()
Dvtn_alu.c275 case SpvOpIMul: return nir_op_imul; in vtn_nir_alu_op_for_spirv_opcode()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c927 case nir_op_imul: in bi_class_for_nir_alu()
1262 case nir_op_imul: in emit_alu()
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c3642 case nir_op_imul: in get_reduction_identity()
3667 case nir_op_imul: in get_reduction_identity()
3698 case nir_op_imul: in get_reduction_identity()
3729 case nir_op_imul: in get_reduction_identity()
3767 case nir_op_imul: in ac_build_alu_op()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp249 case nir_op_imul: in isResultSigned()
449 case nir_op_imul: in getOperation()
2491 case nir_op_imul: in visit()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1908 [TGSI_OPCODE_UMUL] = nir_op_imul,
1962 [TGSI_OPCODE_U64MUL] = nir_op_imul,
Dnir_to_tgsi.c639 [nir_op_imul] = { TGSI_OPCODE_UMUL, TGSI_OPCODE_U64MUL }, in ntt_emit_alu()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp1329 case nir_op_imul: in nir_emit_alu()
3935 case nir_op_imul: return BRW_OPCODE_MUL; in brw_op_for_nir_reduction_op()
3957 case nir_op_imul: return BRW_CONDITIONAL_NONE; in brw_cond_mod_for_nir_reduction_op()
Dbrw_vec4_nir.cpp1193 case nir_op_imul: { in nir_emit_alu()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp143 case nir_op_imul: return emit_alu_trans_op2(instr, op2_mullo_int); in do_emit()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c774 case nir_op_imul: in do_alu_action()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1288 BINOP(nir_op_imul, SpvOpIMul) in emit_alu()

12