/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A 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 …]
|
H A 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
|
H A D | scatter_test.cc | 848 Literal operand1 = in XLA_TEST_F() local
|
/aosp_15_r20/external/angle/src/common/spirv/ |
H A D | spirv_instruction_builder_autogen.cpp | 1375 IdRef operand1, in WriteIAdd() 1389 IdRef operand1, in WriteFAdd() 1403 IdRef operand1, in WriteISub() 1417 IdRef operand1, in WriteFSub() 1431 IdRef operand1, in WriteIMul() 1445 IdRef operand1, in WriteFMul() 1459 IdRef operand1, in WriteUDiv() 1473 IdRef operand1, in WriteSDiv() 1487 IdRef operand1, in WriteFDiv() 1501 IdRef operand1, in WriteUMod() [all …]
|
H A D | spirv_instruction_parser_autogen.cpp | 1659 IdRef *operand1, in ParseIAdd() 1675 IdRef *operand1, in ParseFAdd() 1691 IdRef *operand1, in ParseISub() 1707 IdRef *operand1, in ParseFSub() 1723 IdRef *operand1, in ParseIMul() 1739 IdRef *operand1, in ParseFMul() 1755 IdRef *operand1, in ParseUDiv() 1771 IdRef *operand1, in ParseSDiv() 1787 IdRef *operand1, in ParseFDiv() 1803 IdRef *operand1, in ParseUMod() [all …]
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A 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
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A 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()
|
/aosp_15_r20/external/deqp-deps/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()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A 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()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/verifier/ |
H A D | atomic_fetch.c | 95 #define __ATOMIC_FETCH_OP_TEST(src_reg, dst_reg, operand1, op, operand2, expect) \ argument
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/ |
H A D | fuzzer_pass_wrap_vector_synonym.cpp | 60 opt::Instruction* operand1 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
|
/aosp_15_r20/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
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_wrap_vector_synonym.cpp | 60 opt::Instruction* operand1 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | spirv_builder.c | 586 SpvId operand0, SpvId operand1) in spirv_builder_emit_binop() 600 SpvId operand0, SpvId operand1, SpvId operand2) in spirv_builder_emit_triop() 617 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3) in spirv_builder_emit_quadop() 635 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3, in spirv_builder_emit_hexop()
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | postfix_evaluator-inl.h | 102 ValueType operand1 = ValueType(); in EvaluateToken() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | fusion_merger_test.cc | 97 auto* operand1 = root->operand(1); in TEST_F() local
|
H A D | nccl_all_reduce_thunk.cc | 123 mlir::Value operand1 = reduction_op->getOperand(1); in FindReductionOp() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A 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
|
H A D | ar_crs_combiner.cc | 380 auto operand1 = operands1[i]; in InstructionsComputeSameValue() local
|
H A D | hlo_cost_analysis_test.cc | 1213 auto operand1 = Parameter(&builder, 1, operand1_shape, "operand1"); in TEST_F() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/ |
D | EmulateInstruction.h | 218 operand1; // register containing first operand for binary op member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/ |
D | EmulateInstruction.h | 218 operand1; // register containing first operand for binary op member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/ |
D | EmulateInstruction.h | 218 operand1; // register containing first operand for binary op member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/ |
D | EmulateInstruction.h | 218 operand1; // register containing first operand for binary op member
|
/aosp_15_r20/external/mesa3d/src/intel/common/ |
H A D | mi_builder.h | 861 _mi_pack_alu(uint32_t opcode, uint32_t operand1, uint32_t operand2) in _mi_pack_alu()
|