Home
last modified time | relevance | path

Searched refs:nir_op_iand (Results 1 – 25 of 38) sorted by relevance

12

/external/mesa3d/src/compiler/nir/
Dnir_lower_alu_to_scalar.c246 LOWER_REDUCTION(nir_op_ball_fequal, nir_op_feq, nir_op_iand); in lower_alu_instr_scalar()
247 LOWER_REDUCTION(nir_op_ball_iequal, nir_op_ieq, nir_op_iand); in lower_alu_instr_scalar()
250 LOWER_REDUCTION(nir_op_b8all_fequal, nir_op_feq8, nir_op_iand); in lower_alu_instr_scalar()
251 LOWER_REDUCTION(nir_op_b8all_iequal, nir_op_ieq8, nir_op_iand); in lower_alu_instr_scalar()
254 LOWER_REDUCTION(nir_op_b16all_fequal, nir_op_feq16, nir_op_iand); in lower_alu_instr_scalar()
255 LOWER_REDUCTION(nir_op_b16all_iequal, nir_op_ieq16, nir_op_iand); in lower_alu_instr_scalar()
258 LOWER_REDUCTION(nir_op_b32all_fequal, nir_op_feq32, nir_op_iand); in lower_alu_instr_scalar()
259 LOWER_REDUCTION(nir_op_b32all_iequal, nir_op_ieq32, nir_op_iand); in lower_alu_instr_scalar()
Dnir_lower_bool_to_bitsize.c109 case nir_op_iand: in lower_alu_instr()
158 case nir_op_iand: in lower_alu_instr()
Dnir_lower_bool_to_int32.c59 case nir_op_iand: in lower_alu_instr()
Dnir_lower_bool_to_float.c101 case nir_op_iand: alu->op = nir_op_fmul; break; in lower_alu_instr()
Dnir_range_analysis.c1313 case nir_op_iand: in nir_unsigned_upper_bound()
1351 case nir_op_iand: in nir_unsigned_upper_bound()
1480 if (alu_op == nir_op_iand) { in nir_addition_might_overflow()
Dnir_opt_uniform_atomics.c92 if (nir_ssa_scalar_alu_op(scalar) == nir_op_iand) { in match_invocation_comparison()
Dnir_lower_int64.c853 case nir_op_iand: in nir_lower_int64_op_to_options_mask()
954 case nir_op_iand: in lower_int64_alu_instr()
Dnir_divergence_analysis.c236 op != nir_op_iand && op != nir_op_ior) in visit_intrinsic()
Dnir_search.c86 case nir_op_iand: in src_is_type()
Dnir_opt_if.c1166 case nir_op_iand: in can_propagate_through_alu()
Dnir_loop_analyze.c931 if (nir_ssa_scalar_alu_op(iand) != nir_op_iand) in try_find_trip_count_vars_in_iand()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opt_algebraic.c2078 nir_op_iand,
2463 nir_op_iand,
2477 nir_op_iand,
2497 nir_op_iand,
2509 nir_op_iand,
2539 nir_op_iand,
5402 nir_op_iand,
6220 nir_op_iand,
6232 nir_op_iand,
6385 nir_op_iand,
[all …]
Dnir_opcodes.h263 nir_op_iand, enumerator
/external/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_boolean_resolves.c141 case nir_op_iand: in analyze_boolean_resolves_block()
Dbrw_fs_nir.cpp1455 inot_src_instr->op == nir_op_iand)) { in nir_emit_alu()
1492 case nir_op_iand: in nir_emit_alu()
1520 case nir_op_iand: in nir_emit_alu()
3943 case nir_op_iand: return BRW_OPCODE_AND; in brw_op_for_nir_reduction_op()
3965 case nir_op_iand: return BRW_CONDITIONAL_NONE; in brw_cond_mod_for_nir_reduction_op()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c292 case SpvOpLogicalAnd: return nir_op_iand; in vtn_nir_alu_op_for_spirv_opcode()
296 case SpvOpBitwiseAnd: return nir_op_iand; in vtn_nir_alu_op_for_spirv_opcode()
Dvtn_subgroup.c455 reduction_op = nir_op_iand; in vtn_handle_subgroup()
/external/mesa3d/prebuilt-intermediates/midgard/
Dmidgard_nir_algebraic.c399 nir_op_iand,
433 nir_op_iand,
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c3633 case nir_op_iand: in get_reduction_identity()
3652 case nir_op_iand: in get_reduction_identity()
3683 case nir_op_iand: in get_reduction_identity()
3714 case nir_op_iand: in get_reduction_identity()
3745 case nir_op_iand: in get_reduction_identity()
3793 case nir_op_iand: in ac_build_alu_op()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c930 case nir_op_iand: in bi_class_for_nir_alu()
1300 case nir_op_iand: in emit_alu()
/external/mesa3d/prebuilt-intermediates/bifrost/
Dbifrost_nir_algebraic.c2257 nir_op_iand,
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp1383 case nir_op_iand: { in visit_alu_instr()
7134 } if (op == nir_op_iand && cluster_size == 4) { in emit_boolean_reduce()
7143 } else if (op == nir_op_iand && cluster_size == ctx->program->wave_size) { in emit_boolean_reduce()
7173 if (op == nir_op_iand) in emit_boolean_reduce()
7191 if (op == nir_op_iand) { in emit_boolean_reduce()
7214 if (op == nir_op_iand) in emit_boolean_exclusive_scan()
7222 if (op == nir_op_iand) in emit_boolean_exclusive_scan()
7241 if (op == nir_op_iand) in emit_boolean_inclusive_scan()
7397 op == nir_op_iand || op == nir_op_ior || in emit_uniform_scan()
8052 op = nir_op_iand; in visit_intrinsic()
[all …]
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c535 case nir_op_iand: in emit_alu()
712 case nir_op_iand: in emit_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp388 case nir_op_iand: in getOperation()
2465 case nir_op_iand: in visit()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp111 case nir_op_iand: return emit_alu_op2_int(instr, op2_and_int); in do_emit()

12