Home
last modified time | relevance | path

Searched refs:empty2 (Results 1 – 12 of 12) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dtransfer01.f9013 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 Dempty-section-start-stop.test11 # CHECK-NEXT: empty2
15 # CHECK-NEXT: {{0*}}[[#ADDR]] g empty2 0000000000000000 .protected __stop_empty2
23 empty2 : { *(empty2) }
/llvm-project/llvm/test/Assembler/
H A Dinitializes-attribute-invalid.ll11 ; 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 Dihex-writer-empty-sections.test116 - Name: .empty2
178 FirstSec: .empty2
179 LastSec: .empty2
/llvm-project/clang/test/CodeGenCXX/
H A Dvalue-init.cpp120 Test2 empty2[3] = {}; in f() local
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp4.cpp203 } constexpr empty2; variable
/llvm-project/mlir/test/Integration/Dialect/Transform/
H A Dmatch_reduction.mlir316 %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 Darm64ec-codemap.test267 .section .empty2, "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
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 Dcanonicalize.mlir864 %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 DGSYMTest.cpp55 FileEntry empty2; in TEST() local
62 EXPECT_EQ(empty1, empty2); in TEST()
/llvm-project/llvm/test/Transforms/InstSimplify/
H A Dicmp-ranges.ll5462 define i1 @empty2(i32 %x) {
5463 ; CHECK-LABEL: @empty2(