/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | conditional_test.cc | 229 auto operand2 = ConstantR0<float>(&builder, 12.0f); in XLA_TEST_F() local 282 auto operand2 = ConstantR0<float>(&builder, 12.6f); in XLA_TEST_F() local 309 auto operand2 = ConstantR0<float>(&builder, 12.6f); in XLA_TEST_F() local 336 auto operand2 = ConstantR0<float>(&builder, 12.6f); in XLA_TEST_F() local 358 auto operand2 = ConstantR0<float>(&builder, 12.6f); in XLA_TEST_F() local 371 auto operand2 = ConstantR0<float>(&builder, 12.0f); in XLA_TEST_F() local 386 auto operand2 = ConstantR0<float>(&builder, 12.0f); in XLA_TEST_F() local 401 auto operand2 = ConstantR1<float>(&builder, {10.0f, 11.0f}); in XLA_TEST_F() local 420 auto operand2 = ConstantR1<float>(&builder, {10.0f, 11.0f}); in XLA_TEST_P() local 457 auto operand2 = ConstantR1<float>(&builder, {10.0f, 11.0f}); in XLA_TEST_F() local [all …]
|
H A D | value_inference_test.cc | 276 auto operand2 = Parameter(&b, 1, indices_shape, "p2"); in TEST_F() local 310 auto operand2 = ConstantR1<int32_t>(&b, {1, 2}); in TEST_F() local
|
/aosp_15_r20/external/angle/src/common/spirv/ |
H A D | spirv_instruction_builder_autogen.cpp | 1376 IdRef operand2) in WriteIAdd() 1390 IdRef operand2) in WriteFAdd() 1404 IdRef operand2) in WriteISub() 1418 IdRef operand2) in WriteFSub() 1432 IdRef operand2) in WriteIMul() 1446 IdRef operand2) in WriteFMul() 1460 IdRef operand2) in WriteUDiv() 1474 IdRef operand2) in WriteSDiv() 1488 IdRef operand2) in WriteFDiv() 1502 IdRef operand2) in WriteUMod() [all …]
|
H A D | spirv_instruction_parser_autogen.cpp | 1660 IdRef *operand2) in ParseIAdd() 1676 IdRef *operand2) in ParseFAdd() 1692 IdRef *operand2) in ParseISub() 1708 IdRef *operand2) in ParseFSub() 1724 IdRef *operand2) in ParseIMul() 1740 IdRef *operand2) in ParseFMul() 1756 IdRef *operand2) in ParseUDiv() 1772 IdRef *operand2) in ParseSDiv() 1788 IdRef *operand2) in ParseFDiv() 1804 IdRef *operand2) 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 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 | 89 uint32_t operand2) { in AddBinaryOp() 106 uint32_t operand2, uint32_t operand3) { in AddTernaryOp() 123 uint32_t operand2, uint32_t operand3, in AddQuadOp()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | ir_builder.h | 89 uint32_t operand2) { in AddBinaryOp() 106 uint32_t operand2, uint32_t operand3) { in AddTernaryOp() 123 uint32_t operand2, uint32_t operand3, in AddQuadOp()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ir_builder.h | 89 uint32_t operand2) { in AddBinaryOp() 106 uint32_t operand2, uint32_t operand3) { in AddTernaryOp() 123 uint32_t operand2, uint32_t operand3, 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 | 62 opt::Instruction* operand2 = 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 | 62 opt::Instruction* operand2 = 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 | 62 opt::Instruction* operand2 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | postfix_evaluator-inl.h | 103 ValueType operand2 = ValueType(); in EvaluateToken() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | fusion_merger_test.cc | 101 auto* operand2 = root->operand(2); in TEST_F() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | instruction_test.cpp | 201 const Operand& operand2 = *(inst.cbegin() + 2); in TEST() local 228 Operand& operand2 = *(inst.begin() + 2); in TEST() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/ |
H A D | instruction_test.cpp | 201 const Operand& operand2 = *(inst.cbegin() + 2); in TEST() local 228 Operand& operand2 = *(inst.begin() + 2); in TEST() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | instruction_test.cpp | 201 const Operand& operand2 = *(inst.cbegin() + 2); in TEST() local 228 Operand& operand2 = *(inst.begin() + 2); in TEST() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | spirv_builder.c | 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/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_evaluator_test.cc | 120 auto operand2 = in TestTernaryOp() local 596 HloInstruction* operand2 = b.AddInstruction(HloInstruction::CreateConstant( in TEST_F() local 618 HloInstruction* operand2 = b.AddInstruction( in TEST_F() local 3166 HloInstruction* operand2 = b.AddInstruction( in TEST_P() local 3200 HloInstruction* operand2 = b.AddInstruction(HloInstruction::CreateConstant( in TEST_P() local
|
H A D | ar_crs_combiner.cc | 381 auto operand2 = i2->operands()[i]; in InstructionsComputeSameValue() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/ |
D | EmulateInstruction.h | 220 operand2; // register containing second operand for binary op member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/ |
D | EmulateInstruction.h | 220 operand2; // register containing second operand for binary op member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/ |
D | EmulateInstruction.h | 220 operand2; // register containing second operand for binary op member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/ |
D | EmulateInstruction.h | 220 operand2; // register containing second 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()
|