Home
last modified time | relevance | path

Searched refs:iand (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_loop_analyze.c1003 nir_ssa_scalar iand = nir_ssa_scalar_chase_alu_src(*cond, 0); in try_find_trip_count_vars_in_iand() local
1008 if (!nir_ssa_scalar_is_alu(iand) || !nir_ssa_scalar_is_const(zero)) { in try_find_trip_count_vars_in_iand()
1011 zero = iand; in try_find_trip_count_vars_in_iand()
1012 iand = tmp; in try_find_trip_count_vars_in_iand()
1024 if (!nir_ssa_scalar_is_alu(iand)) in try_find_trip_count_vars_in_iand()
1027 if (nir_ssa_scalar_alu_op(iand) != nir_op_iand) in try_find_trip_count_vars_in_iand()
1035 nir_ssa_scalar src = nir_ssa_scalar_chase_alu_src(iand, i); in try_find_trip_count_vars_in_iand()
Dnir_opt_uniform_atomics.c70 OP(and, iand) in parse_atomic_op()
Dnir_lower_int64.c731 nir_ssa_def *rem = COND_LOWER_OP(b, iand, x, rem_mask); in lower_2f()
/third_party/python/Lib/
Doperator.py338 def iand(a, b): function
448 __iand__ = iand
/third_party/boost/boost/python/
Doperators.hpp312 BOOST_PYTHON_INPLACE_OPERATOR(iand,&=)
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c117 IOP(iand, AND, 0_X_1),
/third_party/mesa3d/docs/relnotes/
D20.2.1.rst108 - nir/algebraic: optimize iand/ior of (n)eq zero when umax/umin not available
D19.1.0.rst1121 - nir: Use SM5 properties to optimize shift(a@32, iand(31, b))
1995 - nir/algebraic: Replace a pattern where iand with a Boolean is used as
4523 - nir: find induction/limit vars in iand instructions
D20.2.0.rst1271 - nir/algebraic: optimize iand/ior of (n)eq zero
1276 - nir/algebraic: add distributive rules for ior/iand
1277 - nir/algebraic: propagate b2i out of ior/iand
D20.1.0.rst760 - pan/bi: Handle iand/ior/ixor in NIR->BIR
2229 - nir/algebraic: Require operands to iand be 32-bit
D20.3.0.rst3047 - nir/algebraic: optimize iand/ior of (n)eq zero when umax/umin not available
4420 - nir/algebraic: optimize bitfield_select(a, b, 0) to iand(a, b)
D21.0.0.rst2951 - nir/algebraic: optimize bitfield_select(a, iand(a, b), c)
/third_party/python/Doc/library/
Doperator.rst483 .. function:: iand(a, b)
486 ``a = iand(a, b)`` is equivalent to ``a &= b``.
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c778 ALU_CASE_CMP(b2f32, iand); in emit_alu()
779 ALU_CASE_CMP(b2f16, iand); in emit_alu()
780 ALU_CASE_CMP(b2i32, iand); in emit_alu()
818 ALU_CASE(iand, iand); in emit_alu()
/third_party/python/Lib/test/
Dtest_operator.py482 self.assertEqual(operator.iand (c, 5), "iand")
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp695 TEST_F(mi_builder_test, iand) in TEST_F() argument
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c578 BINOP(iand, and); in agx_emit_alu()
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dplotlyjs-bundle.js1iand=function(t){return n(0==(this.negative|t.negative)),this.iuand(t)},a.prototype.and=function(t…
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp7628 CASEI(iand) in get_reduce_op()