/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | fusion_test.cc | 203 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in XLA_TEST_F() local 208 ShapeUtil::MakeShape(F32, {3, 1}), HloOpcode::kAdd, const0, const1)); in XLA_TEST_F() 237 const4, reshape3, add2, const1, const0}, in XLA_TEST_F() 251 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in XLA_TEST_F() local 254 ShapeUtil::MakeShape(F32, {1, 3}), HloOpcode::kCopy, const0)); in XLA_TEST_F() 349 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in XLA_TEST_F() local 352 ShapeUtil::MakeShape(S32, {1, 2, 3}), const0)); in XLA_TEST_F() 364 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in XLA_TEST_F() local 367 HloInstruction::CreateReshape(ShapeUtil::MakeShape(S32, {3, 2}), const0)); in XLA_TEST_F() 379 auto const0 = builder.AddInstruction( in XLA_TEST_F() local [all …]
|
D | multioutput_fusion_test.cc | 71 auto const0 = builder.AddInstruction( in RunTest2D() local 77 elem_shape0, HloOpcode::kAdd, param0, const0)); in RunTest2D()
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct16x16_msa.c | 18 const int32_t *const0, int16_t *int_buf) { in fadst16_cols_step1_msa() argument 31 LD_SW2(const0, 4, k0, k1); in fadst16_cols_step1_msa() 32 LD_SW2(const0 + 8, 4, k2, k3); in fadst16_cols_step1_msa() 41 LD_SW2(const0 + 4 * 4, 4, k0, k1); in fadst16_cols_step1_msa() 42 LD_SW2(const0 + 4 * 6, 4, k2, k3); in fadst16_cols_step1_msa() 50 LD_SW2(const0 + 4 * 8, 4, k0, k1); in fadst16_cols_step1_msa() 51 k2 = LD_SW(const0 + 4 * 10); in fadst16_cols_step1_msa() 63 LD_SW2(const0 + 4 * 11, 4, k0, k1); in fadst16_cols_step1_msa() 64 LD_SW2(const0 + 4 * 13, 4, k2, k3); in fadst16_cols_step1_msa() 75 LD_SW2(const0 + 4 * 15, 4, k0, k1); in fadst16_cols_step1_msa() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
D | inst-select-load-smrd.mir | 8 define amdgpu_kernel void @smrd_imm(i32 addrspace(4)* %const0) { ret void } 98 %3:sgpr(s32) = G_LOAD %2 :: (load 4 from %ir.const0) 103 %6:sgpr(s32) = G_LOAD %5 :: (load 4 from %ir.const0) 108 %9:sgpr(s32) = G_LOAD %8 :: (load 4 from %ir.const0) 113 %12:sgpr(s32) = G_LOAD %11 :: (load 4 from %ir.const0) 118 %15:sgpr(s32) = G_LOAD %14 :: (load 4 from %ir.const0) 123 %18:sgpr(s32) = G_LOAD %17 :: (load 4 from %ir.const0) 128 %21:sgpr(s32) = G_LOAD %20 :: (load 4 from %ir.const0) 133 %24:sgpr(s32) = G_LOAD %23 :: (load 4 from %ir.const0) 138 %27:sgpr(s32) = G_LOAD %26 :: (load 4 from %ir.const0)
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | dct_msa.c | 72 v8i16 const0, const1; in vp8_short_fdct4x4_msa() local 84 SET_DOTP_VALUES(coeff, 0, 1, 2, const0, const1); in vp8_short_fdct4x4_msa() 90 DPADD_SH2_SW(temp0, temp0, const0, const1, out0, out1); in vp8_short_fdct4x4_msa() 107 DPADD_SH2_SW(temp0, temp0, const0, const1, out1, out3); in vp8_short_fdct4x4_msa() 118 v8i16 const0, const1, const2; in vp8_short_fdct8x4_msa() local 152 const0 = RET_1_IF_NZERO_H(in3); in vp8_short_fdct8x4_msa() 160 in1 += const0; in vp8_short_fdct8x4_msa()
|
/external/boringssl/src/crypto/hrss/asm/ |
D | poly_rq_mul.S | 76 const0: label 5126 vpunpcklwd const0(%rip), %ymm11, %ymm10 5127 vpunpckhwd const0(%rip), %ymm11, %ymm9 5131 vpunpcklwd const0(%rip), %ymm8, %ymm7 5132 vpunpckhwd const0(%rip), %ymm8, %ymm8 5134 vpunpcklwd const0(%rip), %ymm6, %ymm5 5135 vpunpckhwd const0(%rip), %ymm6, %ymm6 5148 vpunpcklwd const0(%rip), %ymm5, %ymm8 5149 vpunpckhwd const0(%rip), %ymm5, %ymm7 5222 vpunpcklwd const0(%rip), %ymm5, %ymm8 [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | instruction_fusion_test.cc | 36 HloInstruction* const0 = builder.AddInstruction( in TEST_F() local 39 ShapeUtil::MakeShape(S32, {}), HloOpcode::kExp, const0)); in TEST_F() 56 HloInstruction* const0 = builder.AddInstruction( in TEST_F() local 59 ShapeUtil::MakeShape(S32, {}), HloOpcode::kNegate, const0)); in TEST_F() 76 HloInstruction* const0 = builder.AddInstruction( in TEST_F() local 79 ShapeUtil::MakeShape(S32, {}), HloOpcode::kExp, const0)); in TEST_F() 95 HloInstruction* const0 = builder.AddInstruction( in TEST_F() local 98 ShapeUtil::MakeShape(S32, {}), HloOpcode::kExp, const0)); in TEST_F()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | radeon_compiler_optimize_tests.c | 59 float const0[4] = {2.0f, 0.0f, 0.0f, 0.0f}; in test_runner_rc_optimize() local 63 rc_constants_add_immediate_vec4(&c.Program.Constants, const0); in test_runner_rc_optimize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | mtvsrdd.ll | 6 define <2 x i64> @const0(i64 %a) { 10 ; CHECK-LABEL: const0
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | reshape_mover_test.cc | 187 auto const0 = builder.AddInstruction( variable 202 root_shape, HloOpcode::kSelect, const0, reshape1, reshape2)); 207 op::Select(const0, reshape1, reshape2)); 212 op::Reshape(op::Select(op::Reshape(const0), param1, param2))); 269 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( variable 272 builder.AddInstruction(HloInstruction::CreateReshape(root_shape, const0)); 288 op::Select(pred, op::Reshape(const0), op::Reshape(const1))); 293 op::Select(pred, op::Reshape(const0), op::Reshape(const1)));
|
D | buffer_assignment_test.cc | 336 auto const0 = builder.AddInstruction( in TEST_F() local 343 EXPECT_TRUE(buffers->HasTopLevelAllocation(const0)); in TEST_F() 348 EXPECT_FALSE(buffers->HasTopLevelAllocation(const0)); in TEST_F() 356 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in TEST_F() local 361 HloInstruction::CreateBinary(f32vec4_, HloOpcode::kAdd, const0, const1)); in TEST_F() 367 EXPECT_TRUE(buffers->HasTopLevelAllocation(const0)); in TEST_F() 373 EXPECT_FALSE(buffers->HasTopLevelAllocation(const0)); in TEST_F() 410 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in TEST_F() local 413 HloInstruction::CreateUnary(const0->shape(), HloOpcode::kCopy, const0)); in TEST_F() 810 auto const0 = builder.AddInstruction( in TEST_F() local [all …]
|
D | buffer_liveness_test.cc | 496 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in TEST_F() local 499 tuple_element0_shape, HloOpcode::kAdd, tuple_element0, const0)); in TEST_F() 560 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( in TEST_F() local 563 tuple_element0_shape, HloOpcode::kAdd, tuple_element0, const0)); in TEST_F()
|
D | heap_simulator_test.cc | 367 auto const0 = builder.AddInstruction( in TEST_F() local 371 HeapSimulatorTracker tracker(TestName(), builder.Build(), {const0}); in TEST_F() 802 auto const0 = builder_.AddInstruction( in DummyBufferValue() local 805 absl::make_unique<HloValue>(id, const0, ShapeIndex{})); in DummyBufferValue()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | extract_outside_compilation_pass_test.cc | 152 Output const0 = ops::Const(s.WithOpName("const0"), 1, {2}); in TEST() local 153 auto ret = ops::_Retval(s.WithOpName("ret"), const0, 0); in TEST() 177 Output const0 = ops::Const(s.WithOpName("const0"), 1, {2}); in TEST() local 202 Output const0 = ops::Const(s.WithOpName("const0"), 1, {2}); in TEST() local 203 auto ret = ops::_Retval(s.WithOpName("ret"), const0, 0); in TEST() 272 Output const0 = ops::Const(s.WithOpName("const0"), 1, {2}); in TEST_F() local 273 Output identity0 = ops::Identity(s.WithOpName("identity0"), const0); in TEST_F() 409 Output const0 = ops::Const(s.WithOpName("const0"), 1, {2}); in TEST_F() local 454 Output const0 = ops::Const(s.WithOpName("const0"), 1, {2}); in TEST_F() local
|
D | deadness_analysis_test.cc | 784 Output const0 = ops::Const(root.WithOpName("const0"), 1); in TEST() local 787 Output add = ops::Add(root.WithOpName("add"), const0, const1); in TEST() 789 root.graph()->AddControlEdge(id0.node(), const0.node()); in TEST() 808 Output const0 = ops::Const(root.WithOpName("const0"), 1); in TEST() local 811 Output add = ops::Add(root.WithOpName("add"), const0, const1); in TEST() 814 root.graph()->AddControlEdge(ctrl_trigger0.operation.node(), const0.node()); in TEST()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_pbo.c | 405 struct ureg_src const0; in create_fs() local 443 const0 = ureg_DECL_constant(ureg, 0); in create_fs() 460 ureg_swizzle(const0, in create_fs() 466 ureg_scalar(const0, TGSI_SWIZZLE_Z), in create_fs() 473 ureg_scalar(const0, TGSI_SWIZZLE_W), in create_fs()
|
/external/webp/src/dsp/ |
D | upsampling_msa.c | 38 const v4i32 const0 = (v4i32)__msa_fill_w(cnst * 256); \ 40 MUL4(in0, const0, in1, const0, in2, const0, in3, const0, \ 46 const v4i32 const0 = (v4i32)__msa_fill_w(cnst * 256); \ 48 MUL2(in0, const0, in1, const0, temp0, temp1); \
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tgsi.c | 131 struct ureg_src const0, struct ureg_src const1) in vs_normalize_coords() argument 136 ureg_MAD(ureg, tmp, coords, const0, const1); in vs_normalize_coords() 267 struct ureg_src const0, const1; in create_vs() local 278 const0 = ureg_DECL_constant(ureg, 0); in create_vs() 286 src = vs_normalize_coords(ureg, src, const0, const1); in create_vs()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_msa.cc | 768 v16u8 const0 = {3, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 3, 1, 1, 1}; in ScaleRowDown34_0_Box_MSA() local 802 reg0 = (v8i16)__msa_dotp_u_h(vec0, const0); in ScaleRowDown34_0_Box_MSA() 805 reg3 = (v8i16)__msa_dotp_u_h(vec3, const0); in ScaleRowDown34_0_Box_MSA() 808 reg6 = (v8i16)__msa_dotp_u_h(vec6, const0); in ScaleRowDown34_0_Box_MSA() 811 reg9 = (v8i16)__msa_dotp_u_h(vec9, const0); in ScaleRowDown34_0_Box_MSA() 862 v16u8 const0 = {3, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 3, 1, 1, 1}; in ScaleRowDown34_1_Box_MSA() local 896 reg0 = (v8i16)__msa_dotp_u_h(vec0, const0); in ScaleRowDown34_1_Box_MSA() 899 reg3 = (v8i16)__msa_dotp_u_h(vec3, const0); in ScaleRowDown34_1_Box_MSA() 902 reg6 = (v8i16)__msa_dotp_u_h(vec6, const0); in ScaleRowDown34_1_Box_MSA() 905 reg9 = (v8i16)__msa_dotp_u_h(vec9, const0); in ScaleRowDown34_1_Box_MSA()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_test.cc | 1626 TF_Operation* const0 = FloatConst2x2(graph_, s_, const0_val, "Const_0"); in BuildErrorGraph() local 1627 TF_Operation* nograd = NoGradientOp(graph_, s_, const0, "NoGrad"); in BuildErrorGraph() 1628 inputs[0] = TF_Output{const0, 0}; in BuildErrorGraph() 1649 TF_Operation* const0 = FloatConst2x2(graph_, s_, const0_val, "Const_0"); in BuildSuccessGraph() local 1651 TF_Operation* matmul = MatMul(graph_, s_, const0, const1, "MatMul"); in BuildSuccessGraph() 1652 inputs[0] = TF_Output{const0, 0}; in BuildSuccessGraph() 1687 TF_Operation* const0 = in BuildExpectedGraph() local 1692 MatMul(expected_graph_, s_, const0, const1, "MatMul"); in BuildExpectedGraph() 1704 TF_Operation* matmul2 = MatMul(expected_graph_, s_, const0, const3, in BuildExpectedGraph()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-mul-04.ll | 165 %const0 = fpext double 1.01 to fp128 166 %extra0 = fmul fp128 %mul0, %const0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-mul-04.ll | 165 %const0 = fpext double 1.01 to fp128 166 %extra0 = fmul fp128 %mul0, %const0
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | fwd_txfm_msa.h | 328 const0, const1, out0, out1, out2, out3) \ argument 332 v4i32 k0_m = __msa_fill_w((int32_t)const0); \
|
/external/tensorflow/tensorflow/python/client/ |
D | session_clusterspec_prop_test.py | 388 const0 = constant_op.constant(2.0) 389 mul0 = const0 * feed0
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session_test.cc | 1258 Node* const0 = test::graph::Constant(&g, value0); in TEST() local 1259 Node* identity0 = test::graph::Identity(&g, const0); in TEST() 1311 Node* const0 = test::graph::Constant(&g, value0); in TEST() local 1312 Node* identity0 = test::graph::Identity(&g, const0); in TEST()
|