Home
last modified time | relevance | path

Searched defs:operand1 (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dconditional_test.cc228 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 Dvalue_inference_test.cc275 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 Dscatter_test.cc848 Literal operand1 = in XLA_TEST_F() local
/aosp_15_r20/external/angle/src/common/spirv/
H A Dspirv_instruction_builder_autogen.cpp1375 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 Dspirv_instruction_parser_autogen.cpp1659 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 Di915_3d.h389 #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 Dir_builder.h74 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/
Dir_builder.h74 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 Dir_builder.h74 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 Datomic_fetch.c95 #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 Dfuzzer_pass_wrap_vector_synonym.cpp60 opt::Instruction* operand1 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_wrap_vector_synonym.cpp60 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 Dfuzzer_pass_wrap_vector_synonym.cpp60 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 Dspirv_builder.c586 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 Dpostfix_evaluator-inl.h102 ValueType operand1 = ValueType(); in EvaluateToken() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dfusion_merger_test.cc97 auto* operand1 = root->operand(1); in TEST_F() local
H A Dnccl_all_reduce_thunk.cc123 mlir::Value operand1 = reduction_op->getOperand(1); in FindReductionOp() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator_test.cc118 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 Dar_crs_combiner.cc380 auto operand1 = operands1[i]; in InstructionsComputeSameValue() local
H A Dhlo_cost_analysis_test.cc1213 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/
DEmulateInstruction.h218 operand1; // register containing first operand for binary op member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DEmulateInstruction.h218 operand1; // register containing first operand for binary op member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DEmulateInstruction.h218 operand1; // register containing first operand for binary op member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DEmulateInstruction.h218 operand1; // register containing first operand for binary op member
/aosp_15_r20/external/mesa3d/src/intel/common/
H A Dmi_builder.h861 _mi_pack_alu(uint32_t opcode, uint32_t operand1, uint32_t operand2) in _mi_pack_alu()

12