Home
last modified time | relevance | path

Searched refs:annotated (Results 1 – 25 of 106) sorted by relevance

12345

/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ARM/
H A Dliteral-arm.s1 @@ Check that PC-relative memory addressing is annotated
30 @@ are not annotated
41 @@ annotated
58 @@ annotated
H A Dliteral-vldr-arm.s1 @@ Check that PC-relative memory addressing is annotated
24 @@ not annotated
39 @@ are not annotated
H A Dliteral-vldr-thumb2.s1 @@ 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 Dliteral-thumb2.s1 @@ Check that PC-relative memory addressing is annotated
80 @@ addressingare not annotated
107 @@ annotated
H A Dliteral-thumb.s1 @@ Check that PC-relative memory addressing is annotated
/llvm-project-15.0.7/mlir/test/Dialect/SparseTensor/
H A Ddense.mlir4 // 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 Dnoescape.mm34 …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 Dannotation-intrinsic.ll11 define dso_local i32 @annotated(i32* %c) local_unnamed_addr #0 {
12 ; CHECK-LABEL: @annotated(
H A Dstrnlen-1.ll14 ; 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 Dreleasing.md9 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 Dsuper-dealloc-attribute.m19 - (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 Ddense_output.mlir31 // 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 DMarkedUpDisassembly.rst55 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 Duse-sample-profile-attr.ll6 ;; 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 Dnorepeated-icp-3.ll22 ; 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 Dopt-pipeline-vector-passes.ll11 ; debug flag, but it only works on loops explicitly annotated
15 ; works on loops explicitly annotated with pragmas.
H A Dnew-pm-thinlto-prelink-samplepgo-inline-threshold.ll3 ; 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 Dphi_or.ll8 ; annotated.
12 ; For the above case, two branches should be annotated.
/llvm-project-15.0.7/llvm/test/Transforms/FunctionSpecialization/
H A Dfunction-specialization-minsize2.ll3 ; Checks for callsites that have been annotated with MinSize. No specialisation
H A Dfunction-specialization-minsize3.ll3 ; Checks for callsites that have been annotated with MinSize. We only expect
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmachine-outliner-function-annotate.mir3 # Check that a non tail called or thunk function is annotated properly with
/llvm-project-15.0.7/third-party/benchmark/cmake/
H A DGetGitVersion.cmake3 # 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 Dindex.rst37 .. _`Doxygen documentation`: doxygen/annotated.html
/llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/
H A Dload-sample-prof-icp.ll15 ; profile count annotated on the direct call.
/llvm-project-15.0.7/mlir/test/Dialect/Quant/
H A Dquant_region.mlir15 // CHECK-LABEL: @annotated
16 func.func @annotated(%arg0: tensor<4xf32>, %arg1: tensor<4xf32>, %arg2: tensor<4xf32>) -> (tensor<4…

12345