HomeSort by relevance Sort by last modified time
    Searched full:const0 (Results 26 - 50 of 61) sorted by null

12 3

  /art/test/458-checker-instruct-simplification/src/
Main.java 63 /// CHECK-DAG: <<Const0:j\d+>> LongConstant 0
64 /// CHECK-DAG: <<Add:j\d+>> Add [<<Const0>>,<<Arg>>]
438 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0
439 /// CHECK-DAG: <<Or:i\d+>> Or [<<Arg>>,<<Const0>>]
471 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0
472 /// CHECK-DAG: <<Shl:i\d+>> Shl [<<Arg>>,<<Const0>>]
488 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0
489 /// CHECK-DAG: <<Shr:j\d+>> Shr [<<Arg>>,<<Const0>>]
522 /// CHECK-DAG: <<Const0:j\d+>> LongConstant 0
523 /// CHECK-DAG: <<Sub:j\d+>> Sub [<<Arg>>,<<Const0>>]
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
transpose_folding_test.cc 98 HloInstruction* const0 = builder.AddInstruction( local
106 ShapeUtil::MakeShape(F32, {1, 2}), const0, {1, 0}));
125 EXPECT_EQ(const0, instruction->operand(0));
buffer_liveness_test.cc 486 // Add(GetTupleElement(tuple_param0, 0), const0)
492 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( local
495 tuple_element0_shape, HloOpcode::kAdd, tuple_element0, const0));
550 // Add(GetTupleElement(tuple_param0, 0), const0)
556 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( local
559 tuple_element0_shape, HloOpcode::kAdd, tuple_element0, const0));
    [all...]
heap_simulator_test.cc 175 auto const0 = builder.AddInstruction( local
179 HeapSimulatorTracker tracker(TestName(), builder.Build(), {const0});
523 auto const0 = builder_.AddInstruction( local
525 buffers_.emplace_back(MakeUnique<LogicalBuffer>(const0, ShapeIndex{}, id));
    [all...]
buffer_assignment_test.cc 277 auto const0 = builder.AddInstruction( local
284 EXPECT_FALSE(buffers->HasTopLevelAllocation(const0));
291 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( local
296 HloInstruction::CreateBinary(f32vec4_, HloOpcode::kAdd, const0, const1));
302 EXPECT_FALSE(buffers->HasTopLevelAllocation(const0));
339 auto const0 = builder.AddInstruction(HloInstruction::CreateConstant( local
342 HloInstruction::CreateUnary(const0->shape(), HloOpcode::kCopy, const0));
647 auto const0 = builder.AddInstruction( local
652 /*init_value=*/const0,
    [all...]
hlo_instruction_test.cc 383 auto const0 = builder.AddInstruction( local
388 HloInstruction::CreateReduce(f32v100, param0, const0,
397 EXPECT_EQ(1, visitor.NumUsers(const0));
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
writebarrier.go 46 var sb, sp, wbaddr, const0 *Value
105 const0 = f.ConstInt32(initpos, f.Config.Types.UInt32, 0)
169 flag = b.NewValue2(pos, OpNeq32, cfgtypes.Bool, flag, const0)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
writebarrier.go 46 var sb, sp, wbaddr, const0 *Value
105 const0 = f.ConstInt32(initpos, f.Config.Types.UInt32, 0)
169 flag = b.NewValue2(pos, OpNeq32, cfgtypes.Bool, flag, const0)
  /external/libvpx/libvpx/vpx_dsp/mips/
fwd_txfm_msa.h 328 const0, const1, out0, out1, out2, out3) \
332 v4i32 k0_m = __msa_fill_w((int32_t)const0); \
  /external/llvm/test/CodeGen/SystemZ/
fp-mul-04.ll 165 %const0 = fpext double 1.01 to fp128
166 %extra0 = fmul fp128 %mul0, %const0
  /art/test/706-checker-scheduler/src/
Main.java 221 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0
234 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0
247 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0
260 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0
  /external/tensorflow/tensorflow/c/
c_api_test.cc 1545 TF_Operation* const0 = FloatConst2x2(graph_, s_, const0_val, "Const_0"); local
1568 TF_Operation* const0 = FloatConst2x2(graph_, s_, const0_val, "Const_0"); local
1606 TF_Operation* const0 = local
    [all...]
c_api_function_test.cc 761 * | const0 | |
796 * | const0 | |
    [all...]
  /art/test/550-checker-multiply-accumulate/src/
Main.java 347 /// CHECK: <<Const0:i\d+>> IntConstant 0
348 /// CHECK: <<MulNeg:i\d+>> MultiplyAccumulate [<<Const0>>,<<Left>>,<<Right>>] kind:Sub
394 /// CHECK: <<Const0:j\d+>> LongConstant 0
395 /// CHECK: <<MulNeg:j\d+>> MultiplyAccumulate [<<Const0>>,<<Left>>,<<Right>>] kind:Sub
  /prebuilts/go/darwin-x86/src/go/types/testdata/
const0.src 7 package const0
  /prebuilts/go/linux-x86/src/go/types/testdata/
const0.src 7 package const0
  /prebuilts/go/darwin-x86/src/go/types/
check_test.go 73 {"testdata/const0.src"},
  /prebuilts/go/linux-x86/src/go/types/
check_test.go 73 {"testdata/const0.src"},
  /art/test/536-checker-intrinsic-optimization/src/
Main.java 136 /// CHECK-DAG: <<Const0:i\d+>> IntConstant 0
139 /// CHECK-DAG: <<IsEmpty:z\d+>> Equal [<<Length>>,<<Const0>>]
  /external/tensorflow/tensorflow/python/client/
session_clusterspec_prop_test.py 389 const0 = constant_op.constant(2.0)
390 mul0 = const0 * feed0
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 62 CONST0 and VTX0 is for parameters
63 CONST0 is binding smaller input parameter buffer, and for constant indexing,
    [all...]
  /external/libyuv/files/source/
row_msa.cc 136 #define ARGBTOY(argb0, argb1, argb2, argb3, const0, const1, const2, shift, \
146 reg0_m = __msa_dotp_u_h(vec0_m, const0); \
147 reg1_m = __msa_dotp_u_h(vec1_m, const0); \
245 #define ARGBTOUV(argb0, argb1, argb2, argb3, const0, const1, const2, const3, \
267 reg0_m -= __msa_dotp_u_h(vec2_m, const0); \
268 reg1_m -= __msa_dotp_u_h(vec3_m, const0); \
    [all...]
  /art/test/530-checker-lse/src/
Main.java 435 /// CHECK: <<Const0:i\d+>> IntConstant 0
439 /// CHECK: Return [<<Const0>>]
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
direct_session_test.cc 650 Node* const0 = test::graph::Constant(&g, value0); local
651 Node* identity0 = test::graph::Identity(&g, const0);
    [all...]
  /external/llvm/docs/
BitCodeFormat.rst 602 #n+1 = icmp eq #n, #const0
610 #n+1 = icmp eq #1, (#n+1)-#const0
    [all...]

Completed in 490 milliseconds

12 3