Home
last modified time | relevance | path

Searched refs:managed (Results 1 – 25 of 104) sorted by relevance

12345

/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dmanaged.ll5 ; 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 Dunnecessary-value-param-arc.m8 // Passing an Objective-C ARC-managed object to a C function should
12 // Same for explicitly non-ARC-managed Objective-C objects.
H A Dunnecessary-value-param-arc.mm8 // 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 DGC-check-warn-nsalloc.m1 …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 DGC-check.m13 …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 Dderef-abstract-gc.ll5 ; 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 Dmanaged-memory-rewrite-malloc-free.ll4 ; 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 Dmanaged-memory-rewrite-malloc-free-inside-constexpr.ll4 ; 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 Dmanaged-pointers-preparation.ll3 ; 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 Dmanaged-memory-rewrite-alloca.ll4 ; 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 Dsimple-managed-memory-rewrite.ll4 ; 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 Dmemory-only-referenced-from-access.ll5 ; RUN: -polly-acc-codegen-managed-memory \
/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dmanaged-var.cu44 __attribute__((managed(1))) int m8;
/llvm-project-15.0.7/clang/test/CodeGenCUDA/Inputs/
H A Dcuda.h12 #define __managed__ __attribute__((managed))
/llvm-project-15.0.7/clang/test/SemaCUDA/Inputs/
H A Dcuda.h13 #define __managed__ __attribute__((managed))
/llvm-project-15.0.7/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h26 #define __managed__ __attribute__((managed))
/llvm-project-15.0.7/clang/test/AST/Inputs/
H A Dcuda.h13 #define __managed__ __attribute__((managed))
/llvm-project-15.0.7/llvm/test/Transforms/Coroutines/
H A Dcoro-early.ll2 ; and other intrinsics managed by this pass.
/llvm-project-15.0.7/llvm/test/Analysis/BasicAA/
H A Dinvalidation.ll29 ; 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 Dlldb-minimize-processes.patch37 // if we managed to read stoppcbs and pcb_size, use them to find
/llvm-project-15.0.7/llvm/test/Analysis/TypeBasedAliasAnalysis/
H A Dgvn-nonlocal-type-mismatch.ll59 ; 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 Dcuda.h12 #define __managed__ __attribute__((managed))
/llvm-project-15.0.7/clang/test/Analysis/diagnostics/Inputs/expected-sarif/
H A Dsarif-multi-diagnostic-test.c.sarif468 …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 DAsyncOps.td411 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 DConstantInterpreter.rst144 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

12345