Searched refs:empty2 (Results 1 – 12 of 12) sorted by relevance
| /llvm-project/flang/test/Semantics/ |
| H A D | transfer01.f90 | 13 real :: empty2(0) local 20 print *, transfer(1., empty2) ! ok 25 print *, transfer(source, empty2) ! ok 29 print *, transfer(1., empty2, size=o) 31 print *, transfer(1., empty2, size=ia) 33 print *, transfer(1., empty2, size=ip)
|
| /llvm-project/lld/test/ELF/linkerscript/ |
| H A D | empty-section-start-stop.test | 11 # CHECK-NEXT: empty2 15 # CHECK-NEXT: {{0*}}[[#ADDR]] g empty2 0000000000000000 .protected __stop_empty2 23 empty2 : { *(empty2) }
|
| /llvm-project/llvm/test/Assembler/ |
| H A D | initializes-attribute-invalid.ll | 11 ; RUN: not llvm-as < %s %t/empty2.ll -o /dev/null 2>&1 | FileCheck %s --check-prefix=EMPTY2 67 ;--- empty2.ll
|
| /llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | ihex-writer-empty-sections.test | 116 - Name: .empty2 178 FirstSec: .empty2 179 LastSec: .empty2
|
| /llvm-project/clang/test/CodeGenCXX/ |
| H A D | value-init.cpp | 120 Test2 empty2[3] = {}; in f() local
|
| /llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
| H A D | p4.cpp | 203 } constexpr empty2; variable
|
| /llvm-project/mlir/test/Integration/Dialect/Transform/ |
| H A D | match_reduction.mlir | 316 %empty2 = tensor.empty() : tensor<32xf32> 317 %fill2 = linalg.fill ins(%cst : f32) outs(%empty2 : tensor<32xf32>) -> tensor<32xf32>
|
| /llvm-project/lld/test/COFF/ |
| H A D | arm64ec-codemap.test | 267 .section .empty2, "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 4626 empty2 = isl_union_set_is_empty(node_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 | 864 %empty2 = tensor.empty(%d2, %d1, %d0) : tensor<?x?x?xf32> 870 ins(%arg0 : tensor<?x?x?xf32>) outs(%empty1, %empty2 : tensor<?x?x?xf32>, tensor<?x?x?xf32>) {
|
| /llvm-project/llvm/unittests/DebugInfo/GSYM/ |
| H A D | GSYMTest.cpp | 55 FileEntry empty2; in TEST() local 62 EXPECT_EQ(empty1, empty2); in TEST()
|
| /llvm-project/llvm/test/Transforms/InstSimplify/ |
| H A D | icmp-ranges.ll | 5462 define i1 @empty2(i32 %x) { 5463 ; CHECK-LABEL: @empty2(
|