Searched refs:iand (Results 1 – 19 of 19) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_loop_analyze.c | 1003 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()
|
D | nir_opt_uniform_atomics.c | 70 OP(and, iand) in parse_atomic_op()
|
D | nir_lower_int64.c | 731 nir_ssa_def *rem = COND_LOWER_OP(b, iand, x, rem_mask); in lower_2f()
|
/third_party/python/Lib/ |
D | operator.py | 338 def iand(a, b): function 448 __iand__ = iand
|
/third_party/boost/boost/python/ |
D | operators.hpp | 312 BOOST_PYTHON_INPLACE_OPERATOR(iand,&=)
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 117 IOP(iand, AND, 0_X_1),
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.2.1.rst | 108 - nir/algebraic: optimize iand/ior of (n)eq zero when umax/umin not available
|
D | 19.1.0.rst | 1121 - 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
|
D | 20.2.0.rst | 1271 - 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
|
D | 20.1.0.rst | 760 - pan/bi: Handle iand/ior/ixor in NIR->BIR 2229 - nir/algebraic: Require operands to iand be 32-bit
|
D | 20.3.0.rst | 3047 - 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)
|
D | 21.0.0.rst | 2951 - nir/algebraic: optimize bitfield_select(a, iand(a, b), c)
|
/third_party/python/Doc/library/ |
D | operator.rst | 483 .. function:: iand(a, b) 486 ``a = iand(a, b)`` is equivalent to ``a &= b``.
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 778 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/ |
D | test_operator.py | 482 self.assertEqual(operator.iand (c, 5), "iand")
|
/third_party/mesa3d/src/intel/common/tests/ |
D | mi_builder_test.cpp | 695 TEST_F(mi_builder_test, iand) in TEST_F() argument
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 578 BINOP(iand, and); in agx_emit_alu()
|
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/ |
D | plotlyjs-bundle.js | 1 …iand=function(t){return n(0==(this.negative|t.negative)),this.iuand(t)},a.prototype.and=function(t…
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 7628 CASEI(iand) in get_reduce_op()
|