Home
last modified time | relevance | path

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

12

/external/mesa3d/src/compiler/nir/
Dnir_lower_alu_to_scalar.c248 LOWER_REDUCTION(nir_op_bany_fnequal, nir_op_fneu, nir_op_ior); in lower_alu_instr_scalar()
249 LOWER_REDUCTION(nir_op_bany_inequal, nir_op_ine, nir_op_ior); in lower_alu_instr_scalar()
252 LOWER_REDUCTION(nir_op_b8any_fnequal, nir_op_fneu8, nir_op_ior); in lower_alu_instr_scalar()
253 LOWER_REDUCTION(nir_op_b8any_inequal, nir_op_ine8, nir_op_ior); in lower_alu_instr_scalar()
256 LOWER_REDUCTION(nir_op_b16any_fnequal, nir_op_fneu16, nir_op_ior); in lower_alu_instr_scalar()
257 LOWER_REDUCTION(nir_op_b16any_inequal, nir_op_ine16, nir_op_ior); in lower_alu_instr_scalar()
260 LOWER_REDUCTION(nir_op_b32any_fnequal, nir_op_fneu32, nir_op_ior); in lower_alu_instr_scalar()
261 LOWER_REDUCTION(nir_op_b32any_inequal, nir_op_ine32, nir_op_ior); in lower_alu_instr_scalar()
Dnir_lower_bool_to_bitsize.c110 case nir_op_ior: in lower_alu_instr()
159 case nir_op_ior: in lower_alu_instr()
Dnir_lower_bool_to_int32.c60 case nir_op_ior: in lower_alu_instr()
Dnir_lower_bool_to_float.c103 case nir_op_ior: alu->op = nir_op_fmax; break; in lower_alu_instr()
Dnir_lower_int64.c854 case nir_op_ior: in nir_lower_int64_op_to_options_mask()
956 case nir_op_ior: in lower_int64_alu_instr()
Dnir_range_analysis.c1314 case nir_op_ior: in nir_unsigned_upper_bound()
1354 case nir_op_ior: in nir_unsigned_upper_bound()
Dnir_divergence_analysis.c236 op != nir_op_iand && op != nir_op_ior) in visit_intrinsic()
Dnir_search.c87 case nir_op_ior: in src_is_type()
Dnir_opt_if.c1165 case nir_op_ior: in can_propagate_through_alu()
Dnir.c785 case nir_op_ior: in nir_alu_binop_identity()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opt_algebraic.c2443 nir_op_ior,
2455 nir_op_ior,
2485 nir_op_ior,
2517 nir_op_ior,
2531 nir_op_ior,
9161 nir_op_ior,
9917 nir_op_ior,
9925 nir_op_ior,
10911 nir_op_ior,
14198 nir_op_ior,
[all …]
Dnir_opcodes.h297 nir_op_ior, enumerator
/external/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_boolean_resolves.c142 case nir_op_ior: in analyze_boolean_resolves_block()
Dbrw_fs_nir.cpp1453 (inot_src_instr->op == nir_op_ior || in nir_emit_alu()
1488 case nir_op_ior: in nir_emit_alu()
1514 case nir_op_ior: in nir_emit_alu()
3944 case nir_op_ior: return BRW_OPCODE_OR; in brw_op_for_nir_reduction_op()
3966 case nir_op_ior: return BRW_CONDITIONAL_NONE; in brw_cond_mod_for_nir_reduction_op()
Dbrw_vec4_nir.cpp1516 case nir_op_ior: in nir_emit_alu()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c289 case SpvOpLogicalOr: return nir_op_ior; in vtn_nir_alu_op_for_spirv_opcode()
294 case SpvOpBitwiseOr: return nir_op_ior; in vtn_nir_alu_op_for_spirv_opcode()
Dvtn_subgroup.c459 reduction_op = nir_op_ior; in vtn_handle_subgroup()
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c3630 case nir_op_ior: in get_reduction_identity()
3654 case nir_op_ior: in get_reduction_identity()
3685 case nir_op_ior: in get_reduction_identity()
3716 case nir_op_ior: in get_reduction_identity()
3747 case nir_op_ior: in get_reduction_identity()
3795 case nir_op_ior: in ac_build_alu_op()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c931 case nir_op_ior: in bi_class_for_nir_alu()
1306 case nir_op_ior: in emit_alu()
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c572 case nir_op_ior: in emit_alu()
713 case nir_op_ior: in emit_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp458 case nir_op_ior: in getOperation()
2497 case nir_op_ior: in visit()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp119 case nir_op_ior: return emit_alu_op2_int(instr, op2_or_int); in do_emit()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp1367 case nir_op_ior: { in visit_alu_instr()
7139 } else if (op == nir_op_ior && cluster_size == 4) { in emit_boolean_reduce()
7148 } else if (op == nir_op_ior && cluster_size == ctx->program->wave_size) { in emit_boolean_reduce()
7193 } else if (op == nir_op_ior) { in emit_boolean_reduce()
7224 else if (op == nir_op_ior) in emit_boolean_exclusive_scan()
7243 else if (op == nir_op_ior) in emit_boolean_inclusive_scan()
7397 op == nir_op_iand || op == nir_op_ior || in emit_uniform_scan()
8056 op = nir_op_ior; in visit_intrinsic()
8057 assert(op == nir_op_iand || op == nir_op_ior || op == nir_op_ixor); in visit_intrinsic()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c653 [nir_op_ior] = { TGSI_OPCODE_OR, TGSI_OPCODE_OR }, in ntt_emit_alu()
/external/mesa3d/src/compiler/nir/tests/
Dload_store_vectorizer_tests.cpp950 ASSERT_TRUE(test_alu(val->parent_instr, nir_op_ior)); in TEST_F()

12