| /llvm-project-15.0.7/libcxx/utils/ci/ |
| H A D | macos-ci-setup | 35 cat <<EOF > ~/Library/LaunchAgents/libcxx.buildkite-agent.plist 41 <string>libcxx.buildkite-agent</string> 45 <string>${HOMEBREW_PREFIX}/bin/buildkite-agent</string> 48 <string>${HOME}/libcxx.buildkite-agent/builds</string> 73 <string>${HOME}/libcxx.buildkite-agent/stdout.log</string> 76 <string>${HOME}/libcxx.buildkite-agent/stderr.log</string> 82 launchctl load ~/Library/LaunchAgents/libcxx.buildkite-agent.plist 99 for package in sphinx-doc python3 ninja cmake clang-format buildkite/buildkite/buildkite-agent; do
|
| H A D | Dockerfile | 18 # to run a BuildKite agent. 101 # Install the Buildkite agent and dependencies. This must be done as non-root 102 # for the Buildkite agent to be installed in a path where we can find it. 103 RUN bash -c "$(curl -sL https://raw.githubusercontent.com/buildkite/agent/main/install.sh)" 104 ENV PATH="${PATH}:/home/libcxx-builder/.buildkite-agent/bin" 105 …uilders,arch=$(uname -m),os=linux\"" >> "/home/libcxx-builder/.buildkite-agent/buildkite-agent.cfg" 107 # By default, start the Buildkite agent (this requires a token). 108 CMD buildkite-agent start
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/ |
| H A D | impl.cpp | 17 hsa_agent_t agent, const void *src, in invoke_hsa_copy() argument 23 hsa_status_t err = hsa_amd_memory_async_copy(dest, agent, src, agent, size, 0, in invoke_hsa_copy() 50 hsa_agent_t agent, void *src, in locking_async_memcpy() argument 61 err = invoke_hsa_copy(signal, dest, agent, lockedPtr, size); in locking_async_memcpy() 64 err = invoke_hsa_copy(signal, lockedPtr, agent, src, size); in locking_async_memcpy()
|
| H A D | rt.h | 27 void *module_bytes, size_t module_size, hsa_agent_t agent,
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
| H A D | legalize-atomic-cmpxchg-with-success.mir | 17 …U_ATOMIC_CMPXCHG [[COPY]](p1), [[BUILD_VECTOR]] :: (load store syncscope("agent-one-as") monotonic… 23 …%3:_(s32), %4:_(s1) = G_ATOMIC_CMPXCHG_WITH_SUCCESS %0, %1, %2 :: (load store syncscope("agent-one… 41 …U_ATOMIC_CMPXCHG [[COPY]](p0), [[BUILD_VECTOR]] :: (load store syncscope("agent-one-as") monotonic… 47 …%3:_(s32), %4:_(s1) = G_ATOMIC_CMPXCHG_WITH_SUCCESS %0, %1, %2 :: (load store syncscope("agent-one… 64 …OMIC_CMPXCHG [[COPY]](p3), [[COPY1]], [[COPY2]] :: (load store syncscope("agent-one-as") monotonic… 70 …%3:_(s32), %4:_(s1) = G_ATOMIC_CMPXCHG_WITH_SUCCESS %0, %1, %2 :: (load store syncscope("agent-one… 88 …U_ATOMIC_CMPXCHG [[COPY]](p1), [[BUILD_VECTOR]] :: (load store syncscope("agent-one-as") monotonic… 94 …%3:_(s64), %4:_(s1) = G_ATOMIC_CMPXCHG_WITH_SUCCESS %0, %1, %2 :: (load store syncscope("agent-one… 111 …OMIC_CMPXCHG [[COPY]](p3), [[COPY1]], [[COPY2]] :: (load store syncscope("agent-one-as") monotonic… 117 …%3:_(s64), %4:_(s1) = G_ATOMIC_CMPXCHG_WITH_SUCCESS %0, %1, %2 :: (load store syncscope("agent-one…
|
| H A D | irtranslator-fence.ll | 81 fence syncscope("agent-one-as") acquire 90 fence syncscope("agent-one-as") release 99 fence syncscope("agent-one-as") acq_rel 108 fence syncscope("agent-one-as") seq_cst 260 fence syncscope("agent") acquire 269 fence syncscope("agent") release 278 fence syncscope("agent") acq_rel 287 fence syncscope("agent") seq_cst
|
| H A D | memory-legalizer-atomic-fence.ll | 161 fence syncscope("agent-one-as") acquire 177 fence syncscope("agent-one-as") release 197 fence syncscope("agent-one-as") acq_rel 217 fence syncscope("agent-one-as") seq_cst 518 fence syncscope("agent") acquire 536 fence syncscope("agent") release 558 fence syncscope("agent") acq_rel 580 fence syncscope("agent") seq_cst
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | syncscopes.ll | 4 …ble $vgpr0, 0, 0, implicit $exec, implicit $flat_scr :: (store syncscope("agent") seq_cst (s32) in… 8 i32 %agent, 15 store atomic i32 %agent, i32* %agent_out syncscope("agent") seq_cst, align 4
|
| H A D | atomics-hw-remarks-gfx90a.ll | 5 ; GFX90A-HW: Hardware instruction generated for atomic fadd operation at memory scope agent due to … 9 ; GFX90A-HW: Hardware instruction generated for atomic fadd operation at memory scope agent-one-as … 28 %ret = atomicrmw fadd float addrspace(1)* %ptr, float %val syncscope("agent") monotonic, align 4 64 …%ret = atomicrmw fadd float addrspace(1)* %ptr, float %val syncscope("agent-one-as") monotonic, al…
|
| H A D | atomics-cas-remarks-gfx90a.ll | 5 ; GFX90A-CAS: A compare and swap loop was generated for an atomic fadd operation at agent memory sc… 10 ; GFX90A-CAS: A compare and swap loop was generated for an atomic fadd operation at agent-one-as me… 29 %ret = atomicrmw fadd float* %p, float %q syncscope("agent") monotonic, align 4 74 %ret = atomicrmw fadd float* %p, float %q syncscope("agent-one-as") monotonic, align 4
|
| H A D | expand-atomicrmw-syncscope.ll | 7 …%ret = atomicrmw fadd float addrspace(1)* %arg, float 1.000000e+00 syncscope("agent") monotonic, a… 31 …%ret = atomicrmw fadd float addrspace(1)* %arg, float 1.000000e+00 syncscope("agent-one-as") monot…
|
| H A D | waitcnt-vscnt.mir | 15 …_RTN $vgpr0_vgpr1, $vgpr2, 0, 1, implicit $exec :: (load store syncscope("agent") seq_cst (s32), a…
|
| H A D | global-atomics-fp-wrong-subtarget.ll | 22 %result = atomicrmw fadd float addrspace(1)* %ptr, float 4.0 syncscope("agent") seq_cst
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/dynamic_hsa/ |
| H A D | hsa.h | 96 hsa_status_t hsa_agent_get_info(hsa_agent_t agent, hsa_agent_info_t attribute, 102 hsa_status_t hsa_iterate_agents(hsa_status_t (*callback)(hsa_agent_t agent, 106 hsa_status_t hsa_agent_iterate_isas(hsa_agent_t agent, 174 hsa_status_t hsa_queue_create(hsa_agent_t agent, uint32_t size, 300 hsa_agent_t agent,
|
| H A D | hsa_ext_amd.h | 71 hsa_agent_t agent, 88 hsa_agent_t agent, hsa_amd_memory_pool_t memory_pool, 109 hsa_agent_t agent; member
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | syncscopes.ll | 4 ; CHECK: fence syncscope("agent") seq_cst 10 ; CHECK: fence syncscope("agent") seq_cst
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | atomic.ll | 10 ; CHECK: load atomic volatile i32, i32* %x syncscope("agent") acquire, align 4 11 load atomic volatile i32, i32* %x syncscope("agent") acquire, align 4 32 ; CHECK: atomicrmw volatile xchg i32* %x, i32 10 syncscope("agent") monotonic 33 atomicrmw volatile xchg i32* %x, i32 10 syncscope("agent") monotonic
|
| /llvm-project-15.0.7/libcxx/docs/ |
| H A D | AddingNewCIJobs.rst | 17 `Buildkite guide <https://buildkite.com/docs/agent/v3>`_ to setup your 20 agent to register itself to Buildkite, it will need a BuildKite Agent token. 40 use agent tags to allow targetting your agents from the Buildkite pipeline 52 Testing your new job is easy -- once your agent is set up (if any), just open
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MIR/AMDGPU/ |
| H A D | syncscopes.mir | 9 …define void @syncscopes(i32 %agent, i32 addrspace(4)* %agent_out, i32 %workgroup, i32 addrspace(4)… 11 …store atomic i32 %agent, i32 addrspace(4)* %agent_out syncscope("agent") seq_cst, align 4, !nontem… 45 …icit $exec, implicit $flat_scr :: (volatile non-temporal store syncscope("agent") seq_cst (s32) in… 87 …icit $exec, implicit $flat_scr :: (volatile non-temporal store syncscope("agent") seq_cst (s32) in…
|
| /llvm-project-15.0.7/clang/www/ |
| H A D | robots.txt | 1 User-agent: *
|
| /llvm-project-15.0.7/clang/test/CodeGenOpenCL/ |
| H A D | atomics-unsafe-hw-remarks-gfx90a.cl | 31 // GFX90A-HW-REMARK: Hardware instruction generated for atomic fadd operation at memory scope agent… 38 // GFX90A-HW: atomicrmw fadd float addrspace(1)* %{{.*}}, float %{{.*}} syncscope("agent-one-as")…
|
| H A D | atomics-cas-remarks-gfx90a.cl | 30 // REMARK: remark: A compare and swap loop was generated for an atomic fadd operation at agent-one-… 35 // GFX90A-CAS: atomicrmw fadd float addrspace(1)* {{.*}} syncscope("agent-one-as") monotonic
|
| H A D | atomic-ops.cl | 43 // CHECK: load atomic i32, i32* %{{[.0-9A-Z_a-z]+}} syncscope("agent") seq_cst, align 4 111 // CHECK: load atomic i32, i32* %{{.*}} syncscope("agent") seq_cst, align 4 151 // CHECK: load atomic i32, i32* %{{.*}} syncscope("agent-one-as") monotonic, align 4 159 // CHECK: load atomic i32, i32* %{{.*}} syncscope("agent-one-as") acquire, align 4 167 // CHECK: load atomic i32, i32* %{{.*}} syncscope("agent") seq_cst, align 4
|
| /llvm-project-15.0.7/llvm/test/Linker/Inputs/ |
| H A D | syncscope-1.ll | 2 fence syncscope("agent") seq_cst
|
| H A D | syncscope-2.ll | 3 fence syncscope("agent") seq_cst
|