| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | managed.ll | 5 ; ERROR: LLVM ERROR: .attribute(.managed) requires PTX version >= 4.0 and sm_30 9 ; CHECK: .visible .global .attribute(.managed) .align 4 .u32 managed_g; 14 ; CHECK: .extern .global .attribute(.managed) .align 8 .b32 managed_decl_g; 18 !0 = !{i32 addrspace(1)* @managed_g, !"managed", i32 1} 19 !1 = !{i32* addrspace(1)* @managed_decl_g, !"managed", i32 1}
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/ |
| H A D | unnecessary-value-param-arc.m | 8 // Passing an Objective-C ARC-managed object to a C function should 12 // Same for explicitly non-ARC-managed Objective-C objects.
|
| H A D | unnecessary-value-param-arc.mm | 8 // Passing an Objective-C ARC-managed object to a C function should 12 // Same for explicitly non-ARC-managed Objective-C objects.
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | GC-check-warn-nsalloc.m | 1 …n10 -fobjc-gc-only %s 2>&1 | grep 'warning: \[rewriter\] call returns pointer to GC managed memory' 2 …y -x objective-c++ %s 2>&1 | grep 'warning: \[rewriter\] call returns pointer to GC managed memory'
|
| H A D | GC-check.m | 13 …NSAllocateCollectable(100, 0); // expected-error {{call returns pointer to GC managed memory; it w… 17 __strong void *gcVar; // expected-error {{GC managed memory will become unmanaged in ARC}}
|
| /llvm-project-15.0.7/llvm/test/Analysis/ValueTracking/ |
| H A D | deref-abstract-gc.ll | 5 ; For the abstract machine model (before RS4GC), gc managed objects 6 ; conceptually live forever. But there may be non-managed objects which are
|
| /llvm-project-15.0.7/polly/test/GPGPU/ |
| H A D | managed-memory-rewrite-malloc-free.ll | 4 ; RUN: -S -polly-acc-codegen-managed-memory \ 5 ; RUN: -polly-acc-rewrite-managed-memory < %s | FileCheck %s --check-prefix=HOST-IR 10 ; `free` to `polly_freeManaged` with the `polly-acc-rewrite-managed-memory`
|
| H A D | managed-memory-rewrite-malloc-free-inside-constexpr.ll | 4 ; RUN: -S -polly-acc-codegen-managed-memory \ 5 ; RUN: -polly-acc-rewrite-managed-memory < %s | FileCheck %s --check-prefix=HOST-IR 10 ; `free` to `polly_freeManaged` with the `polly-acc-rewrite-managed-memory`
|
| H A D | managed-pointers-preparation.ll | 3 ; RUN: -S -polly-acc-codegen-managed-memory < %s | FileCheck %s 7 ; RUN: -S -polly-acc-codegen-managed-memory -disable-output \ 38 ; have been generated as the preparation of the managed memory pointers was
|
| H A D | managed-memory-rewrite-alloca.ll | 4 ; RUN: -polly-target=gpu -polly-codegen-ppcg -polly-acc-codegen-managed-memory \ 5 ; RUN: -polly-acc-rewrite-managed-memory -polly-acc-rewrite-allocas < %s | FileCheck %s --check-pr…
|
| H A D | simple-managed-memory-rewrite.ll | 4 ; RUN: -polly-target=gpu -polly-codegen-ppcg -polly-acc-codegen-managed-memory \ 5 ; RUN: -polly-acc-rewrite-managed-memory < %s | FileCheck %s --check-prefix=HOST-IR
|
| H A D | memory-only-referenced-from-access.ll | 5 ; RUN: -polly-acc-codegen-managed-memory \
|
| /llvm-project-15.0.7/clang/test/SemaCUDA/ |
| H A D | managed-var.cu | 44 __attribute__((managed(1))) int m8;
|
| /llvm-project-15.0.7/clang/test/CodeGenCUDA/Inputs/ |
| H A D | cuda.h | 12 #define __managed__ __attribute__((managed))
|
| /llvm-project-15.0.7/clang/test/SemaCUDA/Inputs/ |
| H A D | cuda.h | 13 #define __managed__ __attribute__((managed))
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | __clang_hip_runtime_wrapper.h | 26 #define __managed__ __attribute__((managed))
|
| /llvm-project-15.0.7/clang/test/AST/Inputs/ |
| H A D | cuda.h | 13 #define __managed__ __attribute__((managed))
|
| /llvm-project-15.0.7/llvm/test/Transforms/Coroutines/ |
| H A D | coro-early.ll | 2 ; and other intrinsics managed by this pass.
|
| /llvm-project-15.0.7/llvm/test/Analysis/BasicAA/ |
| H A D | invalidation.ll | 29 ; FIXME: Sadly, none of these queries managed to use either the domtree or
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/ |
| H A D | lldb-minimize-processes.patch | 37 // if we managed to read stoppcbs and pcb_size, use them to find
|
| /llvm-project-15.0.7/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
| H A D | gvn-nonlocal-type-mismatch.ll | 59 ; As before, but the types are swapped. This time GVN does managed to
|
| /llvm-project-15.0.7/clang/test/Headers/Inputs/include/ |
| H A D | cuda.h | 12 #define __managed__ __attribute__((managed))
|
| /llvm-project-15.0.7/clang/test/Analysis/diagnostics/Inputs/expected-sarif/ |
| H A D | sarif-multi-diagnostic-test.c.sarif | 468 …or memory leaks, double free, and use-after-free problems. Traces memory managed by malloc()/free(…
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Async/IR/ |
| H A D | AsyncOps.td | 411 let summary = "resumes the coroutine on a thread managed by the runtime"; 414 managed by the runtime. 425 become available or error and resumes the coroutine on a thread managed by
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ConstantInterpreter.rst | 144 turned into a ``DeadBlock`` and copied to storage managed by the 149 The lifetime of blocks is managed through 3 methods stored in the 224 * **BlockPointer**: used to reference memory allocated and managed by the
|