Home
last modified time | relevance | path

Searched full:most (Results 1 – 25 of 3008) sorted by relevance

12345678910>>...121

/llvm-project/flang/test/Semantics/OpenMP/
H A Datomic01.f9014 ! At most one memory-order-clause may appear on the construct.
18 !ERROR: At most one SEQ_CST clause can appear on the READ directive
22 !ERROR: At most one SEQ_CST clause can appear on the READ directive
26 !ERROR: At most one SEQ_CST clause can appear on the READ directive
31 !ERROR: At most one ACQUIRE clause can appear on the READ directive
35 !ERROR: At most one ACQUIRE clause can appear on the READ directive
39 !ERROR: At most one ACQUIRE clause can appear on the READ directive
44 !ERROR: At most one RELAXED clause can appear on the READ directive
48 !ERROR: At most one RELAXED clause can appear on the READ directive
52 !ERROR: At most on
[all...]
H A Dcombined-constructs.f9023 !ERROR: At most one DEVICE clause can appear on the TARGET PARALLEL directive
43 !ERROR: At most one DEFAULTMAP clause can appear on the TARGET PARALLEL directive
70 !ERROR: At most one DEVICE clause can appear on the TARGET PARALLEL DO directive
90 !ERROR: At most one DEFAULTMAP clause can appear on the TARGET PARALLEL DO directive
123 !ERROR: At most one DEVICE clause can appear on the TARGET TEAMS directive
150 !ERROR: At most one DEFAULTMAP clause can appear on the TARGET TEAMS directive
163 !ERROR: At most one NUM_TEAMS clause can appear on the TARGET TEAMS directive
177 !ERROR: At most one THREAD_LIMIT clause can appear on the TARGET TEAMS directive
191 !ERROR: At most one DEFAULT clause can appear on the TARGET TEAMS directive
230 !ERROR: At most on
[all...]
H A Ddevice-constructs.f9027 !ERROR: At most one DEVICE clause can appear on the TARGET directive
53 !ERROR: At most one DEFAULTMAP clause can appear on the TARGET directive
66 !ERROR: At most one THREAD_LIMIT clause can appear on the TARGET directive
79 !ERROR: At most one NUM_TEAMS clause can appear on the TEAMS directive
93 !ERROR: At most one THREAD_LIMIT clause can appear on the TEAMS directive
107 !ERROR: At most one DEFAULT clause can appear on the TEAMS directive
160 !ERROR: At most one IF clause can appear on the TARGET ENTER DATA directive
168 !ERROR: At most one DEVICE clause can appear on the TARGET EXIT DATA directive
176 !ERROR: At most one IF clause can appear on the TARGET UPDATE directive
179 !ERROR: At most on
[all...]
H A Ddefault.f906 !ERROR: At most one DEFAULT clause can appear on the PARALLEL directive
13 !ERROR: At most one DEFAULT clause can appear on the TASK directive
20 !ERROR: At most one DEFAULT clause can appear on the TASKLOOP directive
27 !ERROR: At most one DEFAULT clause can appear on the TEAMS directive
H A Dordered01.f9013 !ERROR: At most one THREADS clause can appear on the ORDERED directive
22 !ERROR: At most one SIMD clause can appear on the ORDERED directive
31 !ERROR: At most one SIMD clause can appear on the ORDERED directive
41 !ERROR: At most one SOURCE dependence type can appear on the ORDERED directive
45 !ERROR: At most one SOURCE dependence type can appear on the ORDERED directive
H A Dallocate02.f906 ! At most one allocator clause can appear on the allocate directive.
16 !ERROR: At most one ALLOCATOR clause can appear on the ALLOCATE directive
22 !ERROR: At most one ALLOCATOR clause can appear on the ALLOCATE directive
H A Dclause-validity01.f90136 !ERROR: At most one NUM_THREADS clause can appear on the PARALLEL directive
197 !ERROR: At most one SCHEDULE clause can appear on the DO directive
297 !ERROR: At most one NOWAIT clause can appear on the END SECTIONS directive
315 !ERROR: At most one NUM_THREADS clause can appear on the PARALLEL SECTIONS directive
338 !ERROR: At most one NOWAIT clause can appear on the END SINGLE directive
375 !ERROR: At most one SAFELEN clause can appear on the SIMD directive
410 !ERROR: At most one PROC_BIND clause can appear on the PARALLEL DO directive
477 !ERROR: At most one NUM_TASKS clause can appear on the TASKLOOP directive
549 !ERROR: At most one FINAL clause can appear on the TASK directive
/llvm-project/flang/test/Semantics/
H A Dallocate02.f9036 ! At most one of source-expr and type-spec must appear.
40 !ERROR: At most one of source-expr and type-spec may appear in a ALLOCATE statement
42 !ERROR: At most one of source-expr and type-spec may appear in a ALLOCATE statement
44 !ERROR: At most one of source-expr and type-spec may appear in a ALLOCATE statement
46 !ERROR: At most one of source-expr and type-spec may appear in a ALLOCATE statement
/llvm-project/flang/test/Semantics/OpenACC/
H A Dacc-data.f9054 !ERROR: At most one IF clause can appear on the ENTER DATA directive
61 !ERROR: At most one ASYNC clause can appear on the ENTER DATA directive
89 !ERROR: At most one FINALIZE clause can appear on the EXIT DATA directive
104 !ERROR: At most one IF clause can appear on the EXIT DATA directive
109 !ERROR: At most one ASYNC clause can appear on the EXIT DATA directive
128 !ERROR: At most one IF clause can appear on the DATA directive
169 !ERROR: At most one DEFAULT clause can appear on the DATA directive
173 !ERROR: At most one IF clause can appear on the DATA directive
H A Dacc-parallel.f90158 …!ERROR: At most one NUM_GANGS clause can appear on the PARALLEL directive or in group separated by…
162 …!ERROR: At most one NUM_GANGS clause can appear on the PARALLEL directive or in group separated by…
169 …!ERROR: At most one NUM_WORKERS clause can appear on the PARALLEL directive or in group separated …
173 …!ERROR: At most one NUM_WORKERS clause can appear on the PARALLEL directive or in group separated …
180 …!ERROR: At most one VECTOR_LENGTH clause can appear on the PARALLEL directive or in group separate…
184 …!ERROR: At most one VECTOR_LENGTH clause can appear on the PARALLEL directive or in group separate…
H A Dacc-set-validity.f9083 !ERROR: At most one DEFAULT_ASYNC clause can appear on the SET directive
86 !ERROR: At most one DEFAULT_ASYNC clause can appear on the SET directive
89 !ERROR: At most one DEVICE_NUM clause can appear on the SET directive
92 !ERROR: At most one DEVICE_TYPE clause can appear on the SET directive
H A Dacc-update-validity.f9038 !ERROR: At most one ASYNC clause can appear on the UPDATE directive
58 !ERROR: At most one IF clause can appear on the UPDATE directive
61 !ERROR: At most one IF_PRESENT clause can appear on the UPDATE directive
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dinaccurate-erase.cpp58 // CHECK-MESSAGES: :[[@LINE-1]]:3: warning: this call will remove at most one in g()
69 …// CHECK-MESSAGES: :[[@LINE-1]]:3: warning: this call will remove at most one item even when multi… in main()
75 // CHECK-MESSAGES: :[[@LINE-1]]:3: warning: this call will remove at most one in main()
80 // CHECK-MESSAGES: :[[@LINE-1]]:3: warning: this call will remove at most one in main()
86 // CHECK-MESSAGES: :[[@LINE-1]]:3: warning: this call will remove at most one in main()
93 // CHECK-MESSAGES: :[[@LINE-1]]:9: warning: this call will remove at most one in main()
/llvm-project/mlir/include/mlir/Dialect/Linalg/TransformOps/
H A DGPUHeuristics.h40 /// The `desiredBitAlignment` is the number of elements by which the most
60 /// The `alignment` is the number of elements by which the most minor
75 /// The `alignment` is the number of elements by which the most minor
102 /// Most minor vector size (i.e. 1-D), in number of elements, used in a copy.
105 /// Number of threads to use for the copy mapping, from most major to most
/llvm-project/lldb/docs/use/
H A Dondemand.rst55 Since most users set breakpoints by file and line, this is an easy way for
61 the most common way to stop your program at interesting areas of your code.
76 information name indexing is one of the most expensive operations that we are
119 an expression. These are some of the most costly parts of expression evaluation
123 information is enabled. The way that most debug information is created these
134 parser should have no problem finding your variables. Most global variables
/llvm-project/llvm/test/tools/llvm-ml/
H A Dstruct_errors.asm10 ; CHECK: error: Initializer too long for field; expected at most 2 elements, got 3
24 ; CHECK: error: Initializer too long for field; expected at most 3 elements, got 4
42 ; CHECK: error: Initializer too long for field; expected at most 4 elements, got 5
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.h32 /// Most significant bits used to identify "Fix" variants in MessagePack.
36 /// the three most significant bits. So FixBits::String contains 0b10100000.
48 /// the three most significant bits. So FixBitsMask::String contains
81 /// they must have the pattern "111" as their three most significant bits. This
/llvm-project/llvm/docs/
H A DMemTagSanitizer.rst52 * Every pointer can have a 4-bit Address Tag that is in its most significant byte.
53 * Most memory access instructions generate an exception if Address Tag != Allocation Tag.
70 values to keep through most of its life time.
72 For this reason MemTagSanitizer generates at most one random tag per
/llvm-project/llvm/utils/TableGen/jupyter/tablegen_kernel/
H A Dkernel.py74 # The most recent set of magic since the last reset.
113 Traceback (most recent call last):
119 Traceback (most recent call last):
123 Traceback (most recent call last):
127 Traceback (most recent call last):
211 Traceback (most recent call last):
222 Traceback (most recent call last):
/llvm-project/clang/test/OpenMP/
H A Dtarget_defaultmap_messages.cpp52 #pragma omp target defaultmap(tofrom:scalar) defaultmap(tofrom:scalar) // omp45-error {{directive '#pragma omp target' cannot contain more than one 'defaultmap' clause}} omp5-error {{at most one defaultmap clause for each variable-category can appear on the directive}} omp5x-error {{at most one defaultmap clause for each variable-category can appear on the directive}} in tmain()
59 #pragma omp target defaultmap(tofrom : scalar) defaultmap(to : scalar) // omp5-error {{at most one defaultmap clause for each variable-category can appear on the directive}} in tmain()
61 #pragma omp target defaultmap(alloc : pointer) defaultmap(to: scalar) defaultmap(firstprivate : pointer) // expected-error {{at most one defaultmap clause for each variable-category can appear on the directive}} in tmain()
89 #pragma omp target defaultmap(present: scalar) defaultmap(present: scalar) // omp51-error {{at most one defaultmap clause for each variable-category can appear on the directive}} in tmain()
115 #pragma omp target defaultmap(tofrom: scalar) defaultmap(tofrom: scalar) // omp45-error {{directive '#pragma omp target' cannot contain more than one 'defaultmap' clause}} omp5-error {{at most one defaultmap clause for each variable-category can appear on the directive}} omp5x-error {{at most one defaultmap clause for each variable-category can appear on the directive}} in main()
119 #pragma omp target defaultmap(tofrom : scalar) defaultmap(to: scalar) // omp5-error {{at most one defaultmap clause for each variable-category can appear on the directive}} in main()
121 #pragma omp target defaultmap(alloc: pointer) defaultmap(to: scalar) defaultmap(firstprivate: pointer) // expected-error {{at most one defaultmap clause for each variable-category can appear on the directive}} in main()
/llvm-project/mlir/test/Dialect/Linalg/
H A Dtransform-op-gpu-map-copy-to-threads.mlir8 /// Too little data for all threads, needs predication, while keeping most
36 /// Too little data for all threads, needs predication, while keeping most
66 /// Too little data for all threads, needs predication, while keeping most
92 /// Too little data for all threads, needs predication, while keeping most
119 /// Too little data for all threads, needs predication, while keeping most
294 // DP mapping: 7 mandated most minor, then skip 5 (as 7*5 overflows 32), then
320 // DP mapping: 5 mandated most minor, then 3 to allow 8 on the outermost.
345 // DP mapping: 5 mandated most minor, then 3 to allow 8 on the outermost.
388 …// expected-error @below {{too few threads to map copy op to threads on the most minor dimension, …
415 …// expected-error @below {{too few threads to map copy op to threads on the most minor dimension, …
[all …]
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dprint_memory_profile_test.cpp29 // CHECK-100-10: Live Heap Allocations: {{.*}}; showing top 100% (at most 10 unique contexts)
33 // CHECK-100-1: Live Heap Allocations: {{.*}}; showing top 100% (at most 1 unique contexts)
37 // CHECK-50-10: Live Heap Allocations: {{.*}}; showing top 50% (at most 10 unique contexts)
/llvm-project/lldb/examples/python/
H A Dscripted_step.py6 # most of the power with a much simpler interface.
16 # operations. Then if you hit "continue" the bottom-most step-over would complete,
23 # The bottom-most plan in the stack is the immediate controller of stepping,
24 # most importantly, when the process resumes, the bottom most plan will get
31 # was hit), is queried to determine how to proceed, starting from the most
/llvm-project/llvm/docs/HistoricalNotes/
H A D2001-09-18-OptimizeExceptions.txt12 locally if one is thrown by the function. Most functions don't throw
25 6. Most large C++ programs throw few exceptions. Most well designed
/llvm-project/clang/include/clang/AST/
H A DVTTBuilder.h74 /// The most derived class for which we're building this vtable.
87 /// The AST record layout of the most derived class.
94 /// The sub-VTT indices for the bases of the most derived class.
98 /// the most derived class.

12345678910>>...121