Home
last modified time | relevance | path

Searched refs:empty1 (Results 1 – 9 of 9) sorted by relevance

/llvm-project/lld/test/ELF/linkerscript/
H A Dempty-section-start-stop.test10 # CHECK-NEXT: empty1
14 # CHECK: [[#%x,ADDR:]] l empty1 0000000000000000 .hidden __start_empty1
22 empty1 : { *(empty1) }
/llvm-project/flang/test/Semantics/
H A Dtransfer01.f908 type(empty) :: empty1(1) local
19 print *, transfer(1., empty1)
24 print *, transfer(source, empty1)
/llvm-project/llvm/test/Assembler/
H A Dinitializes-attribute-invalid.ll10 ; RUN: not llvm-as < %s %t/empty1.ll -o /dev/null 2>&1 | FileCheck %s --check-prefix=EMPTY1
61 ;--- empty1.ll
/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
H A Dihex-writer-empty-sections.test108 - Name: .empty1
164 FirstSec: .empty1
165 LastSec: .empty1
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp4.cpp197 } constexpr empty1; variable
/llvm-project/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp54 FileEntry empty1; in TEST() local
56 EXPECT_EQ(empty1.Dir, 0u); in TEST()
57 EXPECT_EQ(empty1.Base, 0u); in TEST()
62 EXPECT_EQ(empty1, empty2); in TEST()
65 EXPECT_NE(a1, empty1); in TEST()
/llvm-project/lld/test/COFF/
H A Darm64ec-codemap.test266 .section .empty1, "xr"
/llvm-project/polly/lib/External/isl/
H A Disl_schedule_node.c4608 isl_bool empty1, empty2; in isl_schedule_node_order_before_or_after() local
4625 empty1 = isl_union_set_is_empty(filter); in isl_schedule_node_order_before_or_after()
4627 if (empty1 < 0 || empty2 < 0) in isl_schedule_node_order_before_or_after()
4629 if (empty1 || empty2) { in isl_schedule_node_order_before_or_after()
/llvm-project/mlir/test/Dialect/Linalg/
H A Dcanonicalize.mlir863 %empty1 = tensor.empty(%d1, %d2, %d0) : tensor<?x?x?xf32>
870 ins(%arg0 : tensor<?x?x?xf32>) outs(%empty1, %empty2 : tensor<?x?x?xf32>, tensor<?x?x?xf32>) {