Searched refs:l_b (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-2012-05-07-MemcpyAlignBug.ll | 6 ; 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/ |
D | arm64-2012-05-07-MemcpyAlignBug.ll | 6 ; 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-project/llvm/test/MC/MachO/ |
D | alias.s | 4 l_b = l_a define 5 l_c = l_b
|
/external/tensorflow/tensorflow/core/kernels/ |
D | list_kernels.cc | 502 const TensorList* l_b = tl_b_t(i).get<TensorList>(); in Compute() local 508 c, l_b != nullptr, in Compute() 516 OP_REQUIRES(c, l_b->element_dtype == element_dtype_, in Compute() 519 DataTypeString(l_b->element_dtype), " vs. ", in Compute() 521 OP_REQUIRES(c, l_a->element_shape.IsIdenticalTo(l_b->element_shape), in Compute() 526 l_b->element_shape.DebugString())); in Compute() 529 std::copy(l_b->tensors().begin(), l_b->tensors().end(), in Compute() 533 std::copy(l_b->tensors().begin(), l_b->tensors().end(), in Compute()
|
/external/tensorflow/tensorflow/compiler/xrt/tests/ |
D | raw_api_test.cc | 222 auto l_b = xla::Literal::CreateFromProto(b).ValueOrDie(); in CompareLiteralProtos() local 223 bool equal = l_a == l_b; in CompareLiteralProtos() 234 auto l_b = xla::Literal::CreateFromProto(b).ValueOrDie(); in CompareLiteralToLiteralProto() local 235 bool equal = a == l_b; in CompareLiteralToLiteralProto()
|