Home
last modified time | relevance | path

Searched full:300 (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/llvm-project/mlir/test/Integration/Dialect/SparseTensor/CPU/
H A Dpadded_sparse_conv_2d.mlir108 // 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 Dtokens.s9 #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 Domp_sections_reduction.c47 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 Domp_parallel_sections_reduction.c47 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 Dstorageclass.cl50 #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 DOpenCLExtensions.def103 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 Dentry_counts_cold.prof17 bar:450:300
18 1: 300 baz:300
19 2: 300
20 3: 300
H A Dsummary.prof7 2: 300
8 1: bar:300
9 1: 300
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_range_test.cpp51 {{{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 Dcomputed-goto01.f9016 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 Dlabel01.F90125 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 Dip-ranges-casts.ll27 %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 Dip-constant-ranges.ll12 %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 Dfuzzer-oom.test10 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 Dsparse_fill_zero.mlir17 // 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 Dmmap_limit_mb.cpp6 // 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 Dload-combine-dbg.ll10 ; 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 Ddiagnostic-handler-remarks-with-hotness.ll16 ; 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 Ddebug_line_many_files_v5.s38 .uleb128 300 # 300 directories
55 .uleb128 300 # 300 files
/llvm-project/llvm/test/Transforms/LoopUnroll/
H A Dopt-levels.ll1 …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 Dstr_to_long_double_test.cpp36 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 Dresize_size.pass.cpp31 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 Dopt-levels.ll1 …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 Dthread-prob-7.ll49 !2 = !{!"branch_weights", i32 300, i32 300}
54 ; CHECK: [[PROF2]] = !{!"branch_weights", i32 300, i32 300}
/llvm-project/clang/test/Sema/
H A Dinline-asm-validate-tmpl.cpp5 // 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()

12345678910>>...23