| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ARM/ |
| H A D | literal-arm.s | 1 @@ Check that PC-relative memory addressing is annotated 30 @@ are not annotated 41 @@ annotated 58 @@ annotated
|
| H A D | literal-vldr-arm.s | 1 @@ Check that PC-relative memory addressing is annotated 24 @@ not annotated 39 @@ are not annotated
|
| H A D | literal-vldr-thumb2.s | 1 @@ Check that PC-relative memory addressing is annotated 30 @@ Check that AddrMode5 instructions which do not use PC-relative addressing are not annotated 56 @@ Check that AddrMode5FP16 instructions which do not use PC-relative addressing are not annotated
|
| H A D | literal-thumb2.s | 1 @@ Check that PC-relative memory addressing is annotated 80 @@ addressingare not annotated 107 @@ annotated
|
| H A D | literal-thumb.s | 1 @@ Check that PC-relative memory addressing is annotated
|
| /llvm-project-15.0.7/mlir/test/Dialect/SparseTensor/ |
| H A D | dense.mlir | 4 // Test to demonstrate the difference between non-annotated dense tensors 5 // and all-dense-annotated "sparse" tensors. The former class remains as 31 // Test with an all-dense-annotated "sparse" matrix as input and 32 // a non-annotated dense matrix as output. 71 // Test with a non-annotated dense matrix as input and 72 // an all-dense annotated "sparse" matrix as output. 112 // Test with a non-annotated dense matrix as input and 113 // an all-dense annotated "sparse" matrix as output.
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | noescape.mm | 34 …te__((noescape))); // expected-note {{parameter of overridden method is annotated with __attribute… 42 …void m0(int *) override; // expected-warning {{parameter of overriding method should be annotated … 47 …e__((noescape)) p; // expected-note {{parameter of overridden method is annotated with __attribute… 69 -(void) m0:(int*) p; // expected-warning {{parameter of overriding method should be annotated with … 107 …_((noescape)) p; // expected-note 2 {{parameter of overridden method is annotated with __attribute… 123 -(void) m0:(int*) p { // expected-warning {{parameter of overriding method should be annotated with… 133 -(void) m0:(int*) p; // expected-warning {{parameter of overriding method should be annotated with …
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | annotation-intrinsic.ll | 11 define dso_local i32 @annotated(i32* %c) local_unnamed_addr #0 { 12 ; CHECK-LABEL: @annotated(
|
| H A D | strnlen-1.ll | 14 ; Verify that the strnlen pointer argument is not annotated nonnull when 27 ; Verify that the strnlen pointer argument is annotated dereferenceable(1) 40 ; Verify that the strnlen pointer argument is annotated nonnull etc.,
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | releasing.md | 9 commits between the last annotated tag and HEAD 32 * Update this to an annotated tag:
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | super-dealloc-attribute.m | 19 - (void) MyDeallocMeth; // Method in root is not annotated. 28 - (void) MyDeallocMeth __attribute((objc_requires_super)); // 'Baz' author has annotated method 30 - (void) AnnotMeth __attribute((objc_requires_super)); // 'Baz' author has annotated method
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
| H A D | dense_output.mlir | 31 // to an all-dense annotated "sparse" tensor, which effectively 34 // Note that there is a subtle difference between a non-annotated 35 // tensor and an all-dense annotated tensor. Both tensors are assumed
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MarkedUpDisassembly.rst | 55 annotation: '<' tag-name tag-modifier-list ':' annotated-text '>' 71 might be annotated as: 78 …character. For example, a literal '<' character is output as '<<' in an annotated assembly string.
|
| /llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/ |
| H A D | use-sample-profile-attr.ll | 6 ;; profile annotated. 12 ;; @foo has use-sample-profile attribute so it will have profile annotated. 26 ;; @main has use-sample-profile attribute so it will have profile annotated.
|
| H A D | norepeated-icp-3.ll | 22 ; annotated with new inline instance profile. The existing value profile 67 ; be dropped when the indirect call is annotated with new profile.
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | opt-pipeline-vector-passes.ll | 11 ; debug flag, but it only works on loops explicitly annotated 15 ; works on loops explicitly annotated with pragmas.
|
| H A D | new-pm-thinlto-prelink-samplepgo-inline-threshold.ll | 3 ; Function `sum` is annotated with inline cost -1 and function `sum1` is 4 ; annotated with inline cost 0, by function attribute `function-inline-cost`.
|
| /llvm-project-15.0.7/llvm/test/Transforms/LowerExpectIntrinsic/ |
| H A D | phi_or.ll | 8 ; annotated. 12 ; For the above case, two branches should be annotated.
|
| /llvm-project-15.0.7/llvm/test/Transforms/FunctionSpecialization/ |
| H A D | function-specialization-minsize2.ll | 3 ; Checks for callsites that have been annotated with MinSize. No specialisation
|
| H A D | function-specialization-minsize3.ll | 3 ; Checks for callsites that have been annotated with MinSize. We only expect
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | machine-outliner-function-annotate.mir | 3 # Check that a non tail called or thunk function is annotated properly with
|
| /llvm-project-15.0.7/third-party/benchmark/cmake/ |
| H A D | GetGitVersion.cmake | 3 # This function inspects the annotated git tags for the project and returns a string
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | index.rst | 37 .. _`Doxygen documentation`: doxygen/annotated.html
|
| /llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/ |
| H A D | load-sample-prof-icp.ll | 15 ; profile count annotated on the direct call.
|
| /llvm-project-15.0.7/mlir/test/Dialect/Quant/ |
| H A D | quant_region.mlir | 15 // CHECK-LABEL: @annotated 16 func.func @annotated(%arg0: tensor<4xf32>, %arg1: tensor<4xf32>, %arg2: tensor<4xf32>) -> (tensor<4…
|