| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | conditional_test.cc | 228 auto operand1 = ConstantR0<float>(&builder, 56.0f); in XLA_TEST_F() local 281 auto operand1 = ConstantR0<float>(&builder, 56.4f); in XLA_TEST_F() local 308 auto operand1 = ConstantR0<float>(&builder, 56.4f); in XLA_TEST_F() local 335 auto operand1 = ConstantR0<float>(&builder, 56.4f); in XLA_TEST_F() local 357 auto operand1 = ConstantR0<float>(&builder, 56.4f); in XLA_TEST_F() local 370 auto operand1 = ConstantR0<float>(&builder, 56.0f); in XLA_TEST_F() local 385 auto operand1 = ConstantR0<float>(&builder, 56.0f); in XLA_TEST_F() local 400 auto operand1 = ConstantR1<float>(&builder, {24.0f, 56.0f}); in XLA_TEST_F() local 419 auto operand1 = ConstantR1<float>(&builder, {24.0f, 56.0f}); in XLA_TEST_P() local 456 auto operand1 = ConstantR1<float>(&builder, {24.0f, 56.0f}); in XLA_TEST_F() local [all …]
|
| D | value_inference_test.cc | 275 auto operand1 = Parameter(&b, 0, indices_shape, "p1"); in TEST_F() local 309 auto operand1 = ConstantR1<int32_t>(&b, {1, 2}); in TEST_F() local 326 auto operand1 = ConstantR1<int32_t>(&b, {1, 2}); in TEST_F() local
|
| D | scatter_test.cc | 848 Literal operand1 = in XLA_TEST_F() local
|
| /external/igt-gpu-tools/lib/ |
| D | i915_3d.h | 389 #define i915_fs_arith_masked(op, dest_reg, dest_mask, operand0, operand1, operand2) \ argument 392 #define i915_fs_arith(op, dest_reg, operand0, operand1, operand2) \ argument 395 #define _i915_fs_arith_masked(cmd, dest_reg, dest_mask, operand0, operand1, operand2) \ argument 450 #define _i915_fs_arith(cmd, dest_reg, operand0, operand1, operand2) do {\ argument 523 #define i915_fs_add(dest_reg, operand0, operand1) \ argument 529 #define i915_fs_mul(dest_reg, operand0, operand1) \ argument 551 #define i915_fs_min(dest_reg, operand0, operand1) \ argument 557 #define i915_fs_max(dest_reg, operand0, operand1) \ argument 562 #define i915_fs_cmp(dest_reg, operand0, operand1, operand2) \ argument
|
| /external/angle/src/common/spirv/ |
| D | spirv_instruction_builder_autogen.cpp | 1351 IdRef operand1, in WriteIAdd() 1365 IdRef operand1, in WriteFAdd() 1379 IdRef operand1, in WriteISub() 1393 IdRef operand1, in WriteFSub() 1407 IdRef operand1, in WriteIMul() 1421 IdRef operand1, in WriteFMul() 1435 IdRef operand1, in WriteUDiv() 1449 IdRef operand1, in WriteSDiv() 1463 IdRef operand1, in WriteFDiv() 1477 IdRef operand1, in WriteUMod() [all …]
|
| D | spirv_instruction_parser_autogen.cpp | 1643 IdRef *operand1, in ParseIAdd() 1659 IdRef *operand1, in ParseFAdd() 1675 IdRef *operand1, in ParseISub() 1691 IdRef *operand1, in ParseFSub() 1707 IdRef *operand1, in ParseIMul() 1723 IdRef *operand1, in ParseFMul() 1739 IdRef *operand1, in ParseUDiv() 1755 IdRef *operand1, in ParseSDiv() 1771 IdRef *operand1, in ParseFDiv() 1787 IdRef *operand1, in ParseUMod() [all …]
|
| /external/linux-kselftest/tools/testing/selftests/bpf/verifier/ |
| D | atomic_fetch.c | 95 #define __ATOMIC_FETCH_OP_TEST(src_reg, dst_reg, operand1, op, operand2, expect) \ argument
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | ir_builder.h | 74 Instruction* AddUnaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1) { in AddUnaryOp() 88 Instruction* AddBinaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddBinaryOp() 105 Instruction* AddTernaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddTernaryOp() 122 Instruction* AddQuadOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddQuadOp()
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | ir_builder.h | 74 Instruction* AddUnaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1) { in AddUnaryOp() 88 Instruction* AddBinaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddBinaryOp() 104 Instruction* AddTernaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddTernaryOp() 121 Instruction* AddQuadOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddQuadOp()
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
| D | ir_builder.h | 74 Instruction* AddUnaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1) { in AddUnaryOp() 88 Instruction* AddBinaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddBinaryOp() 105 Instruction* AddTernaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddTernaryOp() 122 Instruction* AddQuadOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddQuadOp()
|
| /external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| D | fuzzer_pass_wrap_vector_synonym.cpp | 60 opt::Instruction* operand1 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
|
| /external/deqp-deps/SPIRV-Tools/source/fuzz/ |
| D | fuzzer_pass_wrap_vector_synonym.cpp | 60 opt::Instruction* operand1 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
| D | fuzzer_pass_wrap_vector_synonym.cpp | 60 opt::Instruction* operand1 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
|
| /external/google-breakpad/src/processor/ |
| D | postfix_evaluator-inl.h | 103 ValueType operand1 = ValueType(); in EvaluateToken() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| D | fusion_merger_test.cc | 97 auto* operand1 = root->operand(1); in TEST_F() local
|
| D | nccl_all_reduce_thunk.cc | 123 mlir::Value operand1 = reduction_op->getOperand(1); in FindReductionOp() local
|
| D | jitrt_custom_calls.cc | 715 runtime::StridedMemrefView operand0, runtime::StridedMemrefView operand1, in GetConvDescriptor()
|
| /external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| D | spirv_builder.c | 420 SpvId operand0, SpvId operand1) in spirv_builder_emit_binop() 434 SpvId operand0, SpvId operand1, SpvId operand2) in spirv_builder_emit_triop() 449 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3) in spirv_builder_emit_quadop()
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | ar_crs_combiner.cc | 380 auto operand1 = operands1[i]; in InstructionsComputeSameValue() local
|
| D | hlo_evaluator_test.cc | 118 auto operand1 = in TestTernaryOp() local 594 HloInstruction* operand1 = b.AddInstruction(HloInstruction::CreateConstant( in TEST_F() local 616 HloInstruction* operand1 = b.AddInstruction(HloInstruction::CreateConstant( in TEST_F() local 3168 HloInstruction* operand1 = b.AddInstruction( in TEST_P() local 3202 HloInstruction* operand1 = b.AddInstruction( in TEST_P() local 4143 Literal operand1 = in TEST_F() local
|
| D | hlo_cost_analysis_test.cc | 1213 auto operand1 = Parameter(&builder, 1, operand1_shape, "operand1"); in TEST_F() local
|
| D | hlo_instruction_test.cc | 1035 auto operand1 = HloInstruction::CreateConstant( in TEST_F() local
|
| /external/mesa3d/src/intel/common/ |
| D | gen_mi_builder.h | 643 _gen_mi_pack_alu(uint32_t opcode, uint32_t operand1, uint32_t operand2) in _gen_mi_pack_alu()
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| D | brw_defines.h | 1463 #define MI_MATH_ALU2(opcode, operand1, operand2) \ argument 1467 #define MI_MATH_ALU1(opcode, operand1) \ argument
|
| /external/vixl/src/aarch64/ |
| D | logic-aarch64.cc | 1095 uint64_t operand1 = dst.Uint(vform, i); in bif() local 1111 uint64_t operand1 = dst.Uint(vform, i); in bit() local 1128 uint64_t operand1 = src2.Uint(vform, i); in bsl() local
|