Home
last modified time | relevance | path

Searched refs:l_b (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-2012-05-07-MemcpyAlignBug.ll6 ; The important thing for this test is that we need an unaligned load of `l_b'
9 ; CHECK: adrp x[[PAGE:[0-9]+]], {{l_b@PAGE|.Lb}}
10 ; CHECK: add x[[ADDR:[0-9]+]], x[[PAGE]], {{l_b@PAGEOFF|:lo12:.Lb}}
/external/llvm/test/CodeGen/AArch64/
Darm64-2012-05-07-MemcpyAlignBug.ll6 ; The important thing for this test is that we need an unaligned load of `l_b'
9 ; CHECK: adrp x[[PAGE:[0-9]+]], {{l_b@PAGE|.Lb}}
10 ; CHECK: add x[[ADDR:[0-9]+]], x[[PAGE]], {{l_b@PAGEOFF|:lo12:.Lb}}
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/
Dalias.s4 l_b = l_a define
5 l_c = l_b
/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.cc565 const TensorList* l_b = tl_b_t(b).get<TensorList>(); in Compute() local
571 c, l_b != nullptr, in Compute()
579 OP_REQUIRES(c, l_b->element_dtype == element_dtype_, in Compute()
582 DataTypeString(l_b->element_dtype), " vs. ", in Compute()
584 OP_REQUIRES(c, l_a->element_shape.IsIdenticalTo(l_b->element_shape), in Compute()
589 l_b->element_shape.DebugString())); in Compute()
595 std::copy(l_b->tensors.begin(), l_b->tensors.end(), in Compute()
599 std::copy(l_b->tensors.begin(), l_b->tensors.end(), in Compute()
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dnacl-atomic-fence-all.ll29 %l_b = load i32, i32* %p_b, align 1
30 %l_b2 = sub i32 1, %l_b
68 %l_b = load i32, i32* %p_b, align 1
69 %l_b2 = sub i32 1, %l_b
108 %l_b = load i32, i32* %p_b, align 1
110 %l_b2 = sub i32 1, %l_b
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc118 auto l_b = xla::Literal::CreateFromProto(b).ValueOrDie(); in CompareLiteralProtos() local
119 bool equal = l_a == l_b; in CompareLiteralProtos()
130 auto l_b = xla::Literal::CreateFromProto(b).ValueOrDie(); in CompareLiteralToLiteralProto() local
131 bool equal = a == l_b; in CompareLiteralToLiteralProto()