Home
last modified time | relevance | path

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

12345678910>>...535

/llvm-project/llvm/test/CodeGen/AArch64/
H A Dinline-asm-clobber-arm64ec.ll8 ; CHECK-NEXT: note: x13 is clobbered by asynchronous signals when using Arm64EC.
9 ; CHECK-NEXT: note: x14 is clobbered by asynchronous signals when using Arm64EC.
10 ; CHECK-NEXT: note: x23 is clobbered by asynchronous signals when using Arm64EC.
11 ; CHECK-NEXT: note: x24 is clobbered by asynchronous signals when using Arm64EC.
12 ; CHECK-NEXT: note: x28 is clobbered by asynchronous signals when using Arm64EC.
22 ; CHECK-NEXT: note: w13 is clobbered by asynchronous signals when using Arm64EC.
23 ; CHECK-NEXT: note: w14 is clobbered by asynchronous signals when using Arm64EC.
24 ; CHECK-NEXT: note: w23 is clobbered by asynchronous signals when using Arm64EC.
25 ; CHECK-NEXT: note: w24 is clobbered by asynchronous signals when using Arm64EC.
26 ; CHECK-NEXT: note: w28 is clobbered by asynchronous signals when using Arm64EC.
[all …]
/llvm-project/mlir/test/Dialect/SCF/
H A Dloop-unroll.mlir1 // RUN: mlir-opt %s -test-loop-unrolling='unroll-factor=2' | FileCheck %s --check-prefix UNROLL-BY-2
2 // RUN: mlir-opt %s -test-loop-unrolling='unroll-factor=3' | FileCheck %s --check-prefix UNROLL-BY-3
3 // RUN: mlir-opt %s -test-loop-unrolling='unroll-factor=2 loop-depth=0' | FileCheck %s --check-prefix UNROLL-OUTER-BY-2
4 // RUN: mlir-opt %s -test-loop-unrolling='unroll-factor=2 loop-depth=1' | FileCheck %s --check-prefix UNROLL-INNER-BY-2
5 // RUN: mlir-opt %s -test-loop-unrolling='unroll-factor=2 annotate=true' | FileCheck %s --check-prefix UNROLL-BY-2-ANNOTATE
7 // RUN: mlir-opt %s --affine-loop-unroll='unroll-factor=5 cleanup-unroll=true' | FileCheck %s --check-prefix CLEANUP-UNROLL-BY-5
18 // UNROLL-BY-2-LABEL: func @dynamic_loop_unroll
19 // UNROLL-BY-2-SAME: %[[LB:.*0]]: index,
20 // UNROLL-BY-2-SAME: %[[UB:.*1]]: index,
21 // UNROLL-BY
[all...]
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
H A Dlocstats.ll10 ; CHECK: "sum_all_variables(#bytes in parent scope covered by DW_OP_entry_value)": 5,
12 ; CHECK-NEXT: "sum_all_params(#bytes in parent scope covered by DW_AT_location)": 20,
13 ; CHECK-NEXT: "sum_all_params(#bytes in parent scope covered by DW_OP_entry_value)": 5,
15 ; CHECK-NEXT: "sum_all_local_vars(#bytes in parent scope covered by DW_AT_location)": 60,
16 ; CHECK-NEXT: "sum_all_local_vars(#bytes in parent scope covered by DW_OP_entry_value)": 0,
23 ; CHECK: "#variables processed by location statistics": 6,
24 ; CHECK-NEXT: "#variables with 0% of parent scope covered by DW_AT_location": 1,
25 ; CHECK-NEXT: "#variables with (0%,10%) of parent scope covered by DW_AT_location": 0,
26 ; CHECK-NEXT: "#variables with [10%,20%) of parent scope covered by DW_AT_location": 0,
27 ; CHECK-NEXT: "#variables with [20%,30%) of parent scope covered by DW_AT_location": 0,
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dthrow-by-value-catch-by-reference.cpp1 // RUN: %check_clang_tidy %s misc-throw-by-value-catch-by-reference %t -- -- -fcxx-exceptions
25 throw new logic_error("by pointer"); in testThrowFunc()
26 …ows a pointer; it should throw a non-pointer value instead [misc-throw-by-value-catch-by-reference] in testThrowFunc()
27 logic_ptr tmp = new logic_error("by pointer"); in testThrowFunc()
29 …expression should throw anonymous temporary values instead [misc-throw-by-value-catch-by-reference] in testThrowFunc()
30 …ows a pointer; it should throw a non-pointer value instead [misc-throw-by-value-catch-by-reference] in testThrowFunc()
31 throw logic_error("by value"); in testThrowFunc()
38 …expression should throw anonymous temporary values instead [misc-throw-by-value-catch-by-reference] in testThrowFunc()
39 …ows a pointer; it should throw a non-pointer value instead [misc-throw-by-value-catch-by-reference] in testThrowFunc()
42 …expression should throw anonymous temporary values instead [misc-throw-by-value-catch-by-reference] in testThrowFunc()
[all …]
/llvm-project/mlir/test/Dialect/Affine/
H A Dunroll.mlir3 …gistered-dialect %s -affine-loop-unroll="unroll-factor=4" | FileCheck %s --check-prefix UNROLL-BY-4
4 …gistered-dialect %s -affine-loop-unroll="unroll-factor=1" | FileCheck %s --check-prefix UNROLL-BY-1
17 // UNROLL-BY-4-DAG: [[$MAP0:#map[0-9]*]] = affine_map<(d0) -> (d0 + 1)>
18 // UNROLL-BY-4-DAG: [[$MAP1:#map[0-9]*]] = affine_map<(d0) -> (d0 + 2)>
19 // UNROLL-BY-4-DAG: [[$MAP2:#map[0-9]*]] = affine_map<(d0) -> (d0 + 3)>
20 // UNROLL-BY-4-DAG: [[$MAP3:#map[0-9]*]] = affine_map<(d0, d1) -> (d0 + 1)>
21 // UNROLL-BY-4-DAG: [[$MAP4:#map[0-9]*]] = affine_map<(d0, d1) -> (d0 + 3)>
22 // UNROLL-BY-4-DAG: [[$MAP5:#map[0-9]*]] = affine_map<(d0)[s0] -> (d0 + s0 + 1)>
23 // UNROLL-BY-4-DAG: [[$MAP6:#map[0-9]*]] = affine_map<(d0, d1) -> (d0 * 16 + d1)>
24 // UNROLL-BY-4-DAG: [[$MAP11:#map[0-9]*]] = affine_map<(d0) -> (d0)>
[all …]
/llvm-project/clang/test/Analysis/
H A DMismatchedDeallocator-checker-test.mm37 delete p; // expected-warning{{Memory allocated by 'malloc()' should be deallocated by 'free()', not 'delete'}}
43 delete q; // expected-warning{{Memory allocated by 'realloc()' should be deallocated by 'free()', not 'delete'}}
48 delete p; // expected-warning{{Memory allocated by 'calloc()' should be deallocated by 'free()', not 'delete'}}
53 delete p; // expected-warning{{Memory allocated by 'strdup()' should be deallocated by 'free()', not 'delete'}}
58 delete p; // expected-warning{{Memory allocated by 'my_malloc()' should be deallocated by 'fre
[all...]
H A Ddivision-by-zero-track-zero.cpp10 return 1 / div; // expected-note {{Division by zero}} \ in f()
11 // expected-warning {{Division by zero}} in f()
20 return 1 / div; // expected-note {{Division by zero}} \ in f()
21 // expected-warning {{Division by zero}} in f()
30 return 1 / div; // expected-note {{Division by zero}} \ in f()
31 // expected-warning {{Division by zero}} in f()
42 return 1 / div; // expected-note {{Division by zero}} \ in f()
43 // expected-warning {{Division by zero}} in f()
54 return 1 / div; // expected-note {{Division by zero}} \ in f()
55 // expected-warning {{Division by zero}} in f()
[all …]
/llvm-project/clang/test/Frontend/
H A Drewrite-includes.c31 // CHECK-NEXT: {{^}}#if defined(__CLANG_REWRITTEN_INCLUDES) /* rewrite-includes1.h expanded by -fre…
33 // CHECK-NEXT: {{^}}#else /* rewrite-includes1.h expanded by -frewrite-includes */{{$}}
36 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}}
38 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}}
41 …defined(__CLANG_REWRITTEN_SYSTEM_INCLUDES) /* rewrite-includes2.h expanded by -frewrite-includes *…
43 // CHECK-NEXT: {{^}}#else /* rewrite-includes2.h expanded by -frewrite-includes */{{$}}
47 // CHECK-NEXT: {{^}}#endif /* rewrite-includes2.h expanded by -frewrite-includes */{{$}}
49 // CHECK-NEXT: {{^}}#endif /* rewrite-includes1.h expanded by -frewrite-includes */{{$}}
53 // CHECK-NEXT: {{^}}#if defined(__CLANG_REWRITTEN_INCLUDES) /* rewrite-includes3.h expanded by -fre…
55 // CHECK-NEXT: {{^}}#else /* rewrite-includes3.h expanded by -frewrite-includes */{{$}}
[all …]
H A Drewrite-includes-conditions.c50 // CHECK: #if 0 /* disabled by -frewrite-includes */
53 // CHECK-NEXT: #endif /* disabled by -frewrite-includes */
54 // CHECK-NEXT: #if 1 /* evaluated by -frewrite-includes */
57 // CHECK: #if 0 /* disabled by -frewrite-includes */
60 // CHECK-NEXT: #endif /* disabled by -frewrite-includes */
61 // CHECK-NEXT: #if 0 /* evaluated by -frewrite-includes */
64 // CHECK: #if 0 /* disabled by -frewrite-includes */
68 // CHECK-NEXT: #endif /* disabled by -frewrite-includes */
69 // CHECK-NEXT: #elif 0 /* evaluated by -frewrite-includes */
72 // CHECK: #if 0 /* disabled by -frewrite-includes */
[all …]
/llvm-project/llvm/test/Transforms/LoopVectorize/
H A Doptimal-epilog-vectorization.ll1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
11 ; RUN: opt -passes='loop-vectorize' -enable-epilogue-vectorization -epilogue-vectorization-force-VF=2 -S %s | FileCheck --check-prefix=CHECK-PROFITABLE-BY-DEFAULT %s
98 ; CHECK-PROFITABLE-BY-DEFAULT-LABEL: @f1(
99 ; CHECK-PROFITABLE-BY-DEFAULT-NEXT: entry:
100 ; CHECK-PROFITABLE-BY-DEFAULT-NEXT: [[CMP1:%.*]] = icmp sgt i32 [[N:%.*]], 0
101 ; CHECK-PROFITABLE-BY-DEFAULT-NEXT: br i1 [[CMP1]], label [[FOR_BODY_PREHEADER:%.*]], label [[FOR_END:%.*]]
102 ; CHECK-PROFITABLE-BY-DEFAULT: for.body.preheader:
103 ; CHECK-PROFITABLE-BY-DEFAULT-NEXT: [[WIDE_TRIP_COUNT:%.*]] = zext i32 [[N]] to i64
104 ; CHECK-PROFITABLE-BY-DEFAULT-NEXT: br label [[FOR_BODY:%.*]]
105 ; CHECK-PROFITABLE-BY
[all...]
/llvm-project/compiler-rt/test/ubsan/TestCases/Integer/
H A Dunsigned-shift.cpp15 …; // CHECK: unsigned-shift.cpp:[[@LINE]]:3: runtime error: left shift of 2 by 31 places cannot be … in main()
16 …; // CHECK: unsigned-shift.cpp:[[@LINE]]:3: runtime error: left shift of 4 by 31 places cannot be … in main()
17 …; // CHECK: unsigned-shift.cpp:[[@LINE]]:3: runtime error: left shift of 8 by 31 places cannot be … in main()
18 … // CHECK: unsigned-shift.cpp:[[@LINE]]:3: runtime error: left shift of 16 by 31 places cannot be … in main()
19 … // CHECK: unsigned-shift.cpp:[[@LINE]]:3: runtime error: left shift of 32 by 31 places cannot be … in main()
20 … // CHECK: unsigned-shift.cpp:[[@LINE]]:3: runtime error: left shift of 64 by 31 places cannot be … in main()
21 …// CHECK: unsigned-shift.cpp:[[@LINE]]:3: runtime error: left shift of 128 by 31 places cannot be … in main()
22 …// CHECK: unsigned-shift.cpp:[[@LINE]]:3: runtime error: left shift of 256 by 31 places cannot be … in main()
23 …// CHECK: unsigned-shift.cpp:[[@LINE]]:3: runtime error: left shift of 512 by 31 places cannot be … in main()
24 …/ CHECK: unsigned-shift.cpp:[[@LINE]]:3: runtime error: left shift of 1024 by 31 places cannot be … in main()
[all …]
/llvm-project/mlir/test/mlir-tblgen/
H A Dop-format-verify.td14 // Format ambiguity caused by attribute followed by colon literal
17 // Test attribute followed by a colon.
18 // CHECK: error: format ambiguity caused by `:` literal found after attribute `attr`
23 // Test optional attribute followed by colon.
24 // CHECK: error: format ambiguity caused by `:` literal found after attribute `attr`
29 // Test attribute followed by whitespace and then colon.
30 // CHECK: error: format ambiguity caused by `:` literal found after attribute `attr`
35 // Test attribute followed by optional dictionary and then colon.
36 // CHECK: error: format ambiguity caused by `:` literal found after attribute `attr`
41 // Test attribute followed by optional group and then colon.
[all …]
/llvm-project/clang/test/C/C99/
H A Dn717.c11 // C99 6.4.3p1 specifies the grammar for UCNs. A \u must be followed by exactly
12 // four hex digits, and \U must be followed by exactly eight.
13 M(\u1) // expected-warning {{incomplete universal character name; treating as '\' followed by id…
14 M(\u12) // expected-warning {{incomplete universal character name; treating as '\' followed by id…
15 M(\u123) // expected-warning {{incomplete universal character name; treating as '\' followed by id…
17 M(\u12345)// Okay, two tokens (UCN followed by 5)
19 …// expected-warning {{incomplete universal character name; treating as '\' followed by identifier}}
20 …// expected-warning {{incomplete universal character name; treating as '\' followed by identifier}}
21 …// expected-warning {{incomplete universal character name; treating as '\' followed by identifier}}
22 … expected-warning {{incomplete universal character name; treating as '\' followed by identifier}} \
[all …]
/llvm-project/clang/test/SemaObjC/
H A Dwarn-retain-cycle.m11 [x setBlock: // expected-note {{block will be retained by the captured object}}
13 x.block = // expected-note {{block will be retained by the captured object}}
16 [x addBlock: // expected-note {{block will be retained by the captured object}}
31 … // expected-note {{block will be retained by the captured object}}
47 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
48 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
62 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
68 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
70 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the …
72 …id) sizeof(self); // expected-note {{block will be retained by an object strongly retained by the …
[all …]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dmisleading-capture-default-by-value.cpp1 // RUN: %check_clang_tidy -std=c++11-or-later %s cppcoreguidelines-misleading-capture-default-by-va…
9 …hat capture 'this' should not specify a by-value capture default [cppcoreguidelines-misleading-cap… in lambdas_that_warn_default_capture_copy()
13 …hat capture 'this' should not specify a by-value capture default [cppcoreguidelines-misleading-cap… in lambdas_that_warn_default_capture_copy()
17 …hat capture 'this' should not specify a by-value capture default [cppcoreguidelines-misleading-cap… in lambdas_that_warn_default_capture_copy()
21 …hat capture 'this' should not specify a by-value capture default [cppcoreguidelines-misleading-cap… in lambdas_that_warn_default_capture_copy()
25 …hat capture 'this' should not specify a by-value capture default [cppcoreguidelines-misleading-cap… in lambdas_that_warn_default_capture_copy()
29 …hat capture 'this' should not specify a by-value capture default [cppcoreguidelines-misleading-cap… in lambdas_that_warn_default_capture_copy()
33 …hat capture 'this' should not specify a by-value capture default [cppcoreguidelines-misleading-cap… in lambdas_that_warn_default_capture_copy()
37 …hat capture 'this' should not specify a by-value capture default [cppcoreguidelines-misleading-cap… in lambdas_that_warn_default_capture_copy()
41 …hat capture 'this' should not specify a by-value capture default [cppcoreguidelines-misleading-cap… in lambdas_that_warn_default_capture_copy()
[all …]
/llvm-project/clang/test/Sema/
H A Dformat-strings-darwin.c25 …// expected-warning@-8 {{'D' conversion specifier is not supported by ISO C}} expected-note@-8 {{d… in test()
26 …// expected-warning@-8 {{'D' conversion specifier is not supported by ISO C}} expected-note@-8 {{d… in test()
27 …// expected-warning@-8 {{'U' conversion specifier is not supported by ISO C}} expected-note@-8 {{d… in test()
28 …// expected-warning@-8 {{'U' conversion specifier is not supported by ISO C}} expected-note@-8 {{d… in test()
29 …// expected-warning@-8 {{'O' conversion specifier is not supported by ISO C}} expected-note@-8 {{d… in test()
30 …// expected-warning@-8 {{'O' conversion specifier is not supported by ISO C}} expected-note@-8 {{d… in test()
43 …printf("%hD", x); // expected-warning{{conversion specifier is not supported by ISO C}} expected-n… in testPrintf()
44 …printf("%lD", y); // expected-warning{{conversion specifier is not supported by ISO C}} expected-n… in testPrintf()
45 …printf("%hU", x); // expected-warning{{conversion specifier is not supported by ISO C}} expected-n… in testPrintf()
46 …printf("%lU", y); // expected-warning{{conversion specifier is not supported by ISO C}} expected-n… in testPrintf()
[all …]
/llvm-project/clang-tools-extra/docs/
H A DReleaseNotes.rst9 Written by the `LLVM Team <https://llvm.org/>`_
41 infrastructure are described first, followed by tool-specific sections.
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsimplify-boolean-expr-demorgan.cpp23 …// CHECK-MESSAGES-RELAXED: :[[@LINE-2]]:7: warning: boolean expression can be simplified by DeMorg… in foo()
24 …// CHECK-MESSAGES-RELAXED: :[[@LINE-2]]:7: warning: boolean expression can be simplified by DeMorg… in foo()
31 …// CHECK-MESSAGES: :[[@LINE-3]]:7: warning: boolean expression can be simplified by DeMorgan's the… in foo()
32 …// CHECK-MESSAGES: :[[@LINE-3]]:7: warning: boolean expression can be simplified by DeMorgan's the… in foo()
33 …// CHECK-MESSAGES: :[[@LINE-3]]:7: warning: boolean expression can be simplified by DeMorgan's the… in foo()
41 …// CHECK-MESSAGES: :[[@LINE-3]]:7: warning: boolean expression can be simplified by DeMorgan's the… in foo()
42 …// CHECK-MESSAGES: :[[@LINE-3]]:7: warning: boolean expression can be simplified by DeMorgan's the… in foo()
43 …// CHECK-MESSAGES: :[[@LINE-3]]:7: warning: boolean expression can be simplified by DeMorgan's the… in foo()
51 …// CHECK-MESSAGES: :[[@LINE-3]]:7: warning: boolean expression can be simplified by DeMorgan's the… in foo()
52 …// CHECK-MESSAGES: :[[@LINE-3]]:7: warning: boolean expression can be simplified by DeMorgan's the… in foo()
[all …]
/llvm-project/clang/test/CXX/lex/lex.charset/
H A Dp2-cxx98.cpp6 char c20 = '\u0020'; // ' ', expected-error {{character ' ' cannot be specified by a universal char…
7 char c22 = '\u0022'; // ", expected-error {{character '"' cannot be specified by a universal charac…
8 char c23 = '\u0023'; // #, expected-error {{character '#' cannot be specified by a universal charac…
10 char c25 = '\u0025'; // %, expected-error {{character '%' cannot be specified by a universal charac…
11 char c27 = '\u0027'; // ', expected-error {{character ''' cannot be specified by a universal charac…
12 char c3f = '\u003f'; // ?, expected-error {{character '?' cannot be specified by a universal charac…
14 char c41 = '\u0041'; // A, expected-error {{character 'A' cannot be specified by a universal charac…
15 char c5f = '\u005f'; // _, expected-error {{character '_' cannot be specified by a universal charac…
17 char c7e = '\u007e'; // ~, expected-error {{character '~' cannot be specified by a universal charac…
33 const char *s20 = "\u0020"; // ' ', expected-error {{character ' ' cannot be specified by a univers…
[all …]
/llvm-project/libcxx/test/libcxx/diagnostics/
H A Dmutex.nodiscard.verify.cpp28 … // expected-warning {{ignoring temporary created by a constructor declar… in test()
29 … // expected-warning {{ignoring temporary created by a constructor declar… in test()
30 …; // expected-warning {{ignoring temporary created by a constructor declar… in test()
31 …m1, m2}; // expected-warning {{ignoring temporary created by a constructor declar… in test()
33 …lock}; // expected-warning {{ignoring temporary created by a constructor declar… in test()
34 …_lock, m0}; // expected-warning {{ignoring temporary created by a constructor declar… in test()
35 …opt_lock, m0, m1}; // expected-warning {{ignoring temporary created by a constructor declar… in test()
36 …:adopt_lock, m0, m1, m2}; // expected-warning {{ignoring temporary created by a constructor declar… in test()
50 …std::unique_lock<M>{}; // expected-warning {{ignoring temporary created by a … in test()
51 …std::unique_lock<M>{m}; // expected-warning {{ignoring temporary created by a … in test()
[all …]
/llvm-project/clang/test/SemaCXX/
H A Danonymous-struct.cpp31 …ed-error {{anonymous non-C-compatible type given name for linkage purposes by typedef declaration …
42 } A; // expected-note {{type is given name 'A' for linkage purposes by this typedef declaration}}
44 …-warning {{anonymous non-C-compatible type given name for linkage purposes by typedef declaration;…
46 } B; // expected-note {{type is given name 'B' for linkage purposes by this typedef declaration}}
48 …-warning {{anonymous non-C-compatible type given name for linkage purposes by typedef declaration;…
50 } C; // expected-note {{type is given name 'C' for linkage purposes by this typedef declaration}}
53 …-warning {{anonymous non-C-compatible type given name for linkage purposes by typedef declaration;…
55 } Lambda1; // expected-note {{type is given name 'Lambda1' for linkage purposes by this typedef dec…
58 …-warning {{anonymous non-C-compatible type given name for linkage purposes by typedef declaration;…
61 } Lambda2; // expected-note {{type is given name 'Lambda2' for linkage purposes by this typedef dec…
[all …]
H A Dwarn-div-or-rem-by-zero.cpp6 (void)(42 / 0); // expected-warning{{division by zero is undefined}} in div()
7 (void)(42 / false); // expected-warning{{division by zero is undefined}} in div()
8 (void)(42 / !1); // expected-warning{{division by zero is undefined}} in div()
9 (void)(42 / (1 - 1)); // expected-warning{{division by zero is undefined}} in div()
10 (void)(42 / !(1 + 1)); // expected-warning{{division by zero is undefined}} in div()
11 (void)(42 / (int)(0.0)); // expected-warning{{division by zero is undefined}} in div()
15 (void)(42 % 0); // expected-warning{{remainder by zero is undefined}} in rem()
16 (void)(42 % false); // expected-warning{{remainder by zero is undefined}} in rem()
17 (void)(42 % !1); // expected-warning{{remainder by zero is undefined}} in rem()
18 (void)(42 % (1 - 1)); // expected-warning{{remainder by zero is undefined}} in rem()
[all …]
/llvm-project/llvm/test/tools/llvm-remarkutil/count/
H A Dcount-by-remark.test1 …N: llvm-remarkutil count --parser=yaml --count-by=remark-name --group-by=source %p/Inputs/remark-c…
2 …: llvm-remarkutil count --parser=yaml --count-by=remark-name --group-by=function %p/Inputs/remark-…
3 …vm-remarkutil count --parser=yaml --count-by=remark-name --group-by=function-with-loc %p/Inputs/re…
4 …UN: llvm-remarkutil count --parser=yaml --count-by=remark-name --group-by=total %p/Inputs/remark-c…
/llvm-project/llvm/utils/lit/tests/
H A Dper-test-coverage-by-lit-cfg.py4 # RUN: %{inputs}/per-test-coverage-by-lit-cfg/per-test-coverage-by-lit-cfg.py | \
8 # RUN: %{inputs}/per-test-coverage-by-lit-cfg/per-test-coverage-by-lit-cfg.py | \
11 # CHECK: {{^}}PASS: per-test-coverage-by-lit-cfg :: per-test-coverage-by-lit-cfg.py ({{[^)]*}})
15 # CHECK: LLVM_PROFILE_FILE=per-test-coverage-by-lit-cfg0.profraw
16 # CHECK: per-test-coverage-by-lit-cfg.py
19 # CHECK: LLVM_PROFILE_FILE=per-test-coverage-by-lit-cfg1.profraw
20 # CHECK: per-test-coverage-by-lit-cfg.py
23 # CHECK: LLVM_PROFILE_FILE=per-test-coverage-by-lit-cfg2.profraw
24 # CHECK: per-test-coverage-by-lit-cfg.py
/llvm-project/llvm/docs/CommandGuide/
H A Dllvm-mca.rst28 reporting style were inspired by the IACA tool from Intel.
43 (:program:`llvm-mca` detects Intel syntax by the presence of an `.intel_syntax`
44 directive at the beginning of the input. By default its output syntax matches
51 By design, the quality of the analysis conducted by :program:`llvm-mca` is
52 inevitably affected by the quality of the scheduling models in LLVM.
89 Specify the processor for which to analyze the code. By default, the cpu name
94 Specify the output assembly variant for the report generated by the tool.
96 the AT&T (vic. Intel) assembly format for the code printed out by the tool in
128 Specify the size of the load queue in the load/store unit emulated by the tool.
129 By default, the tool assumes an unbound number of entries in the load queue.
[all …]

12345678910>>...535