/llvm-project/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
H A D | padded_sparse_conv_2d.mlir | 108 // CHECK-SAME: ( ( 180 ), ( 240 ), ( 300 ), ( 300 ), ( 300 ), ( 300 ), ( 240 ), ( 180 ) ), 109 // CHECK-SAME: ( ( 180 ), ( 240 ), ( 300 ), ( 300 ), ( 300 ), ( 300 ), ( 240 ), ( 180 ) ), 110 // CHECK-SAME: ( ( 180 ), ( 240 ), ( 300 ), ( 300 ), ( 30 [all...] |
/llvm-project/llvm/test/MC/SystemZ/ |
H A D | tokens.s | 9 #CHECK: foo 100(200), 300 11 #CHECK: foo 100(200,), 300 13 #CHECK: foo 100(200,%r1), 300 61 #CHECK: foo 100(15), 300 63 #CHECK: foo 100(15,), 300 65 #CHECK: foo 100(15,%r1), 300 67 #CHECK: foo 100(%v20,10), 300 71 foo 100(200), 300 72 foo 100(200,), 300 73 foo 100(200,%r1), 300 [all...] |
/llvm-project/openmp/runtime/test/worksharing/sections/ |
H A D | omp_sections_reduction.c | 47 for (i=1;i<300;i++) { in test_omp_sections_reduction() 53 for (i=300;i<700;i++) { in test_omp_sections_reduction() 78 for (i=1;i<300;i++) { in test_omp_sections_reduction() 84 for (i=300;i<700;i++) { in test_omp_sections_reduction() 215 for (i=1;i<300;i++) { in test_omp_sections_reduction() 221 for (i=300;i<700;i++) { in test_omp_sections_reduction() 247 for (i=1;i<300;i++) { in test_omp_sections_reduction() 253 for (i=300;i<700;i++) { in test_omp_sections_reduction() 280 for (i=1;i<300;i++) { in test_omp_sections_reduction() 286 for (i=300;i<700;i++) { in test_omp_sections_reduction() [all …]
|
H A D | omp_parallel_sections_reduction.c | 47 for (i=1;i<300;i++) { in test_omp_parallel_sections_reduction() 53 for (i=300;i<700;i++) { in test_omp_parallel_sections_reduction() 76 for (i=1;i<300;i++) { in test_omp_parallel_sections_reduction() 82 for (i=300;i<700;i++) { in test_omp_parallel_sections_reduction() 204 for (i=1;i<300;i++) { in test_omp_parallel_sections_reduction() 210 for (i=300;i<700;i++) { in test_omp_parallel_sections_reduction() 232 for (i=1;i<300;i++) { in test_omp_parallel_sections_reduction() 238 for (i=300;i<700;i++) { in test_omp_parallel_sections_reduction() 263 for (i=1;i<300;i++) { in test_omp_parallel_sections_reduction() 269 for (i=300;i<700;i++) { in test_omp_parallel_sections_reduction() [all …]
|
/llvm-project/clang/test/SemaOpenCL/ |
H A D | storageclass.cl | 50 #if (defined(__OPENCL_C_VERSION__) && __OPENCL_C_VERSION__ < 300) 53 #elif (__OPENCL_CPP_VERSION__ == 202100 || __OPENCL_C_VERSION__ == 300) 55 #if (__OPENCL_C_VERSION__ == 300) 96 #if (defined(__OPENCL_C_VERSION__) && __OPENCL_C_VERSION__ < 300) 99 #elif (__OPENCL_CPP_VERSION__ == 202100 || __OPENCL_C_VERSION__ == 300) 101 #if (__OPENCL_C_VERSION__ == 300) 118 #if (defined(__OPENCL_C_VERSION__) && __OPENCL_C_VERSION__ < 300) 125 #if (defined(__OPENCL_C_VERSION__) && __OPENCL_C_VERSION__ < 300) 171 #if (defined(__OPENCL_C_VERSION__) && __OPENCL_C_VERSION__ < 300) 178 #if (defined(__OPENCL_C_VERSION__) && __OPENCL_C_VERSION__ < 300) [all …]
|
/llvm-project/clang/include/clang/Basic/ |
H A D | OpenCLExtensions.def | 103 OPENCL_OPTIONALCOREFEATURE(__opencl_c_pipes, false, 300, OCL_C_30) 104 OPENCL_OPTIONALCOREFEATURE(__opencl_c_generic_address_space, false, 300, OCL_C_30) 105 OPENCL_OPTIONALCOREFEATURE(__opencl_c_atomic_order_acq_rel, false, 300, OCL_C_30) 106 OPENCL_OPTIONALCOREFEATURE(__opencl_c_atomic_order_seq_cst, false, 300, OCL_C_30) 107 OPENCL_OPTIONALCOREFEATURE(__opencl_c_subgroups, false, 300, OCL_C_30) 108 OPENCL_OPTIONALCOREFEATURE(__opencl_c_3d_image_writes, false, 300, OCL_C_30) 109 OPENCL_OPTIONALCOREFEATURE(__opencl_c_device_enqueue, false, 300, OCL_C_30) 110 OPENCL_OPTIONALCOREFEATURE(__opencl_c_read_write_images, false, 300, OCL_C_30) 111 OPENCL_OPTIONALCOREFEATURE(__opencl_c_program_scope_global_variables, false, 300, OCL_C_30) 112 OPENCL_OPTIONALCOREFEATURE(__opencl_c_fp64, false, 300, OCL_C_30) [all …]
|
/llvm-project/llvm/test/Transforms/SampleProfile/Inputs/ |
H A D | entry_counts_cold.prof | 17 bar:450:300 18 1: 300 baz:300 19 2: 300 20 3: 300
|
H A D | summary.prof | 7 2: 300 8 1: bar:300 9 1: 300
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_range_test.cpp | 51 {{{100, 200}}, {{200, 300}, {1, 1000}}, {{100, 200}}}, 52 {{{100, 200}, {200, 300}}, {{100, 300}}, {{100, 300}}}, 53 {{{100, 200}, {200, 300}, {300, 400}}, {{150, 350}}, {{150, 350}}}, 54 {{{100, 200}, {300, 400}, {500, 600}}, 56 {{100, 200}, {300, 400}, {500, 600}}},
|
/llvm-project/flang/test/Semantics/ |
H A D | computed-goto01.f90 | 16 GOTO (100, 200, 300) 1 17 GOTO (100, 200, 300) I 18 GOTO (100, 200, 300) I+J 19 GOTO (100, 200, 300) B(1) 23 300 CONTINUE label
|
H A D | label01.F90 | 125 goto 300 ! FIXME: emits diagnostic even without -pedantic 129 300 continue label 158 if (i) 300,310,320 159 300 continue label 198 READ (10,20,end=200,size=x,advance='no',eor=300) a 206 300 print *, "end of record" label
|
/llvm-project/llvm/test/Transforms/SCCP/ |
H A D | ip-ranges-casts.ll | 27 %c.1 = icmp sgt i16 %t.1, 300 35 %c.5 = icmp sgt i8 %t.2, 300 49 ; CHECK-NEXT: [[CALL_2:%.*]] = tail call i1 @f.trunc(i32 300) 54 %call.2 = tail call i1 @f.trunc(i32 300) 71 ; CHECK-NEXT: [[C_5:%.*]] = icmp sgt i64 [[T_2]], 300 82 %c.1 = icmp sgt i64 %t.1, 300 90 %c.5 = icmp sgt i64 %t.2, 300 104 ; CHECK-NEXT: [[CALL_2:%.*]] = tail call i1 @f.zext(i32 300, i32 900) 109 %call.2 = tail call i1 @f.zext(i32 300, i32 900) 134 %c.1 = icmp sgt i64 %t.1, 300 [all...] |
H A D | ip-constant-ranges.ll | 12 %cmp.a = icmp sgt i32 %a, 300 13 %cmp.b = icmp sgt i32 %b, 300 14 %cmp.a2 = icmp ugt i32 %a, 300 15 %cmp.b2 = icmp ugt i32 %b, 300 32 ; CHECK-NEXT: [[CMP:%.*]] = icmp sgt i32 [[X]], 300 33 ; CHECK-NEXT: [[CMP4:%.*]] = icmp ugt i32 [[X]], 300 42 %cmp = icmp sgt i32 %x, 300 45 %cmp4 = icmp ugt i32 %x, 300 87 %cmp = icmp sgt i32 %x, 300 124 %cmp = icmp sgt i32 %x, 300 [all...] |
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | fuzzer-oom.test | 10 RUN: not %run %t-OutOfMemoryTest.exe -rss_limit_mb=300 2>&1 | FileCheck %s 12 CHECK: ERROR: libFuzzer: out-of-memory (used: {{.*}}; limit: 300Mb) 16 RUN: not %run %t-OutOfMemorySingleLargeMallocTest.exe -rss_limit_mb=300 2>&1 | FileCheck %s --ch… 17 RUN: not %run %t-OutOfMemorySingleLargeMallocTest.exe -malloc_limit_mb=300 2>&1 | FileCheck %s --ch… 18 RUN: not %run %t-OutOfMemorySingleLargeMallocTest.exe -rss_limit_mb=1000 -malloc_limit_mb=300 2>&1 …
|
/llvm-project/mlir/test/Dialect/SparseTensor/ |
H A D | sparse_fill_zero.mlir | 17 // CHECK-DAG: %[[VAL_10:.*]] = arith.constant 300 : index 32 // CHECK: %[[VAL_20:.*]] = memref.alloc() : memref<300xf64> 33 // CHECK: %[[VAL_21:.*]] = memref.cast %[[VAL_20]] : memref<300xf64> to memref<?xf64> 34 // CHECK: %[[VAL_22:.*]] = memref.alloc() : memref<300xi1> 35 // CHECK: %[[VAL_23:.*]] = memref.cast %[[VAL_22]] : memref<300xi1> to memref<?xi1> 36 // CHECK: %[[VAL_24:.*]] = memref.alloc() : memref<300xindex> 37 // CHECK: %[[VAL_25:.*]] = memref.cast %[[VAL_24]] : memref<300xindex> to memref<?xindex> 38 // CHECK: linalg.fill ins(%[[VAL_2]] : f64) outs(%[[VAL_20]] : memref<300xf64>) 39 // CHECK: linalg.fill ins(%[[VAL_7]] : i1) outs(%[[VAL_22]] : memref<300xi1>) 80 // CHECK: %[[VAL_71:.*]] = memref.load %[[VAL_20]]{{\[}}%[[VAL_70]]] : memref<300… [all …]
|
/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
H A D | mmap_limit_mb.cpp | 6 // RUN: %env_asan_opts=mmap_limit_mb=300 %run %t 20 16 7 // RUN: %env_asan_opts=mmap_limit_mb=300 %run %t 20 1000000 8 // RUN: %env_asan_opts=mmap_limit_mb=300 not %run %t 500 16 2>&1 | FileCheck %s 9 // RUN: %env_asan_opts=mmap_limit_mb=300 not %run %t 500 1000000 2>&1 | FileCheck %s
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | load-combine-dbg.ll | 10 ; CHECK: .loc {{.*}} main.swift:300 19 %4 = zext i8 %2 to i32, !dbg !300 36 !300 = !DILocation(line: 300, scope: !30)
|
/llvm-project/llvm/test/LTO/Resolution/X86/ |
H A D | diagnostic-handler-remarks-with-hotness.ll | 16 ; RUN: -pass-remarks-hotness-threshold=300 \ 42 ; RUN: -pass-remarks-hotness-threshold=300 \ 69 ; RUN: -pass-remarks-hotness-threshold=300 \ 82 ; YAML-NEXT: Hotness: 300 97 ; CHECK: 'tinkywinky' inlined into 'main' with (cost=-15000, threshold=337) (hotness: 300) 114 !0 = !{!"function_entry_count", i64 300}
|
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
H A D | debug_line_many_files_v5.s | 38 .uleb128 300 # 300 directories 55 .uleb128 300 # 300 files
|
/llvm-project/llvm/test/Transforms/LoopUnroll/ |
H A D | opt-levels.ll | 1 …roll-runtime=true -unroll-threshold-default=0 -unroll-threshold-aggressive=300 | FileCheck %s -che… 2 …roll-runtime=true -unroll-threshold-default=0 -unroll-threshold-aggressive=300 | FileCheck %s -che… 3 …roll-runtime=true -unroll-threshold-default=0 -unroll-threshold-aggressive=300 | FileCheck %s -che… 4 …roll-runtime=true -unroll-threshold-default=0 -unroll-threshold-aggressive=300 | FileCheck %s -che…
|
/llvm-project/libc/test/src/__support/ |
H A D | str_to_long_double_test.cpp | 36 eisel_lemire_test(0x12345678'12345678'12345678'12345678_u128, 300, 38 eisel_lemire_test(0x12345678'12345678'12345678'12345678_u128, -300, 43 eisel_lemire_test(0x12345678'12345678'12345678_u96, 300, 0xd97757de56adb65c, in TEST_F() 45 eisel_lemire_test(0x12345678'12345678'12345678_u96, -300, 0xc30feb9a7618457d, in TEST_F() 94 eisel_lemire_test(0x12345678'12345678'12345678'12345678_u128, 300, 96 eisel_lemire_test(0x12345678'12345678'12345678'12345678_u128, -300,
|
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/ |
H A D | resize_size.pass.cpp | 31 v.resize(300); // check the case when resizing and we already have room in tests() 32 assert(v.size() == 300); in tests() 51 v.resize(300); // check the case when resizing and we already have room in tests() 52 assert(v.size() == 300); in tests()
|
/llvm-project/llvm/test/Transforms/LoopUnrollAndJam/ |
H A D | opt-levels.ll | 1 …le-unroll-and-jam -unroll-threshold-default=0 -unroll-threshold-aggressive=300 | FileCheck %s -che… 2 …le-unroll-and-jam -unroll-threshold-default=0 -unroll-threshold-aggressive=300 | FileCheck %s -che… 3 …le-unroll-and-jam -unroll-threshold-default=0 -unroll-threshold-aggressive=300 | FileCheck %s -che… 4 …le-unroll-and-jam -unroll-threshold-default=0 -unroll-threshold-aggressive=300 | FileCheck %s -che…
|
/llvm-project/llvm/test/Transforms/JumpThreading/ |
H A D | thread-prob-7.ll | 49 !2 = !{!"branch_weights", i32 300, i32 300} 54 ; CHECK: [[PROF2]] = !{!"branch_weights", i32 300, i32 300}
|
/llvm-project/clang/test/Sema/ |
H A D | inline-asm-validate-tmpl.cpp | 5 // this template, when instantiated with 300, violates the range contraint 11 int main() { test<300>(10); } // expected-note{{in instantiation of function template specializati… in main()
|