Searched refs:empty1 (Results 1 – 9 of 9) sorted by relevance
| /llvm-project/lld/test/ELF/linkerscript/ |
| H A D | empty-section-start-stop.test | 10 # CHECK-NEXT: empty1 14 # CHECK: [[#%x,ADDR:]] l empty1 0000000000000000 .hidden __start_empty1 22 empty1 : { *(empty1) }
|
| /llvm-project/flang/test/Semantics/ |
| H A D | transfer01.f90 | 8 type(empty) :: empty1(1) local 19 print *, transfer(1., empty1) 24 print *, transfer(source, empty1)
|
| /llvm-project/llvm/test/Assembler/ |
| H A D | initializes-attribute-invalid.ll | 10 ; 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 D | ihex-writer-empty-sections.test | 108 - Name: .empty1 164 FirstSec: .empty1 165 LastSec: .empty1
|
| /llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
| H A D | p4.cpp | 197 } constexpr empty1; variable
|
| /llvm-project/llvm/unittests/DebugInfo/GSYM/ |
| H A D | GSYMTest.cpp | 54 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 D | arm64ec-codemap.test | 266 .section .empty1, "xr"
|
| /llvm-project/polly/lib/External/isl/ |
| H A D | isl_schedule_node.c | 4608 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 D | canonicalize.mlir | 863 %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>) {
|