| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | vec-move-02.ll | 1 ; Test vector loads. 5 ; Test v16i8 loads. 14 ; Test v8i16 loads. 23 ; Test v4i32 loads. 32 ; Test v2i64 loads. 41 ; Test v4f32 loads. 50 ; Test v2f64 loads. 113 ; Test v2i8 loads. 122 ; Test v4i8 loads. 131 ; Test v8i8 loads. [all …]
|
| H A D | vec-eswap-01.ll | 1 ; Test loads of byte-swapped vector elements. 5 ; Test v16i8 loads. 19 ; Test v8i16 loads. 31 ; Test v4i32 loads. 42 ; Test v2i64 loads. 53 ; Test v4f32 loads. 64 ; Test v2f64 loads.
|
| H A D | la-03.ll | 1 ; Test loads of symbolic addresses in PIC code. 21 ; Test loads of external variables, which must go via the GOT. 29 ; Check loads of locally-defined normal-visibility variables, which might 38 ; Check loads of protected variables, which in the small code model
|
| H A D | la-02.ll | 1 ; Test loads of symbolic addresses when generating medium- and 23 ; Test loads of external variables. There is no guarantee that the 56 ; Check loads of external functions. This could use LARL, but we don't have
|
| H A D | int-move-09.ll | 18 ; Check sign-extending loads from i16. 28 ; Check zero-extending loads from i16. 38 ; Check sign-extending loads from i32. 48 ; Check zero-extending loads from i32. 78 ; Check plain loads and stores.
|
| H A D | vec-bswap-01.ll | 1 ; Test loads of byte-swapped vector elements. 9 ; Test v8i16 loads. 19 ; Test v4i32 loads. 29 ; Test v2i64 loads.
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/ |
| H A D | parser_json.test | 10 process_info_json = json.loads('{"pid" : 287, "procName" : "mediaserverd", "procPath" : "\/usr\/sbi… 17 crash_reason_json = json.loads('{"type" : "EXC_BAD_ACCESS", "signal" : "SIGSEGV", "subtype" : "KERN… 20 crash_reason_json = json.loads('{"type" : "EXC_BAD_ACCESS", "signal" : "SIGSEGV"}') 23 crash_reason_json = json.loads('{"type" : "EXC_BAD_ACCESS", "signal" : "SIGSEGV", "codes" : "0x0000… 26 thread_state_json = json.loads('{"x":[268451845,117442566],"lr":7309751904,"cpsr":1073741824,"fp":6… 37 parser.data = json.loads('{"usedImages":[["f4d85377-f215-3da3-921e-3fe870e622e9",7309737984,"P"]],"… 38 thread_json = json.loads('[{"triggered":true,"id":3835,"queue":"com.apple.bwgraph.devicevendor","fr…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | load-weird-sizes.ll | 1 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -verify-machineinstrs < %s | FileCh… 2 ; RUN: llc -amdgpu-scalarize-global-loads=false -mtriple=amdgcn-amdhsa -mcpu=kaveri -verify-machi… 3 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tonga -mattr=-flat-for-global… 4 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=r600 -mcpu=redwood < %s | FileCheck -check… 5 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=r600 -mcpu=cayman < %s | FileCheck -check-…
|
| H A D | schedule-global-loads.ll | 1 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -verify-machineinstrs < %s | FileCh… 4 ; loads, which end up with extra moves between them. Right now, it 6 ; ordering the loads so that the lower address loads come first.
|
| H A D | fma.ll | 1 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tahiti -verify-machineinstrs … 2 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=gfx906 -verify-machineinstrs … 3 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=r600 -mcpu=cypress -verify-machineinstrs <… 4 ; RUN: not llc -amdgpu-scalarize-global-loads=false -march=r600 -mcpu=cedar -verify-machineinstrs… 5 ; RUN: not llc -amdgpu-scalarize-global-loads=false -march=r600 -mcpu=juniper -verify-machineinst… 6 ; RUN: not llc -amdgpu-scalarize-global-loads=false -march=r600 -mcpu=redwood -verify-machineinst… 7 ; RUN: not llc -amdgpu-scalarize-global-loads=false -march=r600 -mcpu=sumo -verify-machineinstrs … 8 ; RUN: not llc -amdgpu-scalarize-global-loads=false -march=r600 -mcpu=barts -verify-machineinstrs… 9 ; RUN: not llc -amdgpu-scalarize-global-loads=false -march=r600 -mcpu=caicos -verify-machineinstr… 10 ; RUN: not llc -amdgpu-scalarize-global-loads=false -march=r600 -mcpu=turks -verify-machineinstrs…
|
| H A D | load-global-f32.ll | 1 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -verify-machineinstrs < %s | FileCh… 2 ; RUN: llc -amdgpu-scalarize-global-loads=false -mtriple=amdgcn-amdhsa -mcpu=kaveri -verify-machi… 3 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tonga -mattr=-flat-for-global… 5 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=r600 -mcpu=redwood < %s | FileCheck --chec… 6 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=r600 -mcpu=cayman < %s | FileCheck --check…
|
| H A D | fp32_to_fp16.ll | 1 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -verify-machineinstrs < %s | FileCh… 2 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tonga -mattr=-flat-for-global… 3 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=r600 -mcpu=cypress -verify-machineinstrs <…
|
| H A D | fract.ll | 1 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -verify-machineinstrs < %s | FileCh… 2 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=bonaire -verify-machineinstrs… 3 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tonga -mattr=-flat-for-global… 4 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -verify-machineinstrs -enable-unsaf… 5 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tonga -mattr=-flat-for-global…
|
| H A D | load-global-i64.ll | 1 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -verify-machineinstrs < %s | FileCh… 2 ; RUN: llc -amdgpu-scalarize-global-loads=false -mtriple=amdgcn--amdhsa -mcpu=kaveri -verify-mach… 3 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tonga -mattr=-flat-for-global… 5 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=r600 -mcpu=redwood < %s | FileCheck --chec… 6 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=r600 -mcpu=cayman < %s | FileCheck --check…
|
| H A D | reduce-load-width-alignment.ll | 1 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -verify-machineinstrs < %s | FileCh… 2 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=bonaire -verify-machineinstrs… 3 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=tonga -mattr=-flat-for-global…
|
| H A D | fmuladd.v2f16.ll | 1 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=gfx900 -denormal-fp-math=preser… 2 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=gfx900 -denormal-fp-math=preser… 3 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=gfx900 -denormal-fp-math=preser… 4 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=gfx900 -denormal-fp-math=preser… 6 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=gfx900 -denormal-fp-math=ieee -… 7 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=gfx900 -denormal-fp-math=ieee -… 8 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=gfx900 -denormal-fp-math=ieee -… 9 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mcpu=gfx900 -denormal-fp-math=ieee -…
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | time-trace.s | 11 # RUN: | %python -c 'import json, sys; json.dump(json.loads(sys.stdin.read()), sys.stdout, sort_k… 17 # RUN: | %python -c 'import json, sys; json.dump(json.loads(sys.stdin.read()), sys.stdout, sort_k… 22 # RUN: | %python -c 'import json, sys; json.dump(json.loads(sys.stdin.read()), sys.stdout, sort_k…
|
| /llvm-project-15.0.7/llvm/test/Transforms/LowerMatrixIntrinsics/ |
| H A D | remarks-inlining.ll | 50 ; CHECK-LABEL: remark: load.h:41:43: Lowered with 0 stores, 10 loads, 0 compute ops, 0 exposed tran… 53 ; CHECK-LABEL: remark: load.h:41:43: Lowered with 0 stores, 10 loads, 0 compute ops, 0 exposed tran… 56 ; CHECK-LABEL: remark: load.h:41:11: Lowered with 0 stores, 1 loads, 0 compute ops, 0 exposed trans… 59 ; CHECK-LABEL: remark: assign.h:32:43: Lowered with 0 stores, 10 loads, 0 compute ops, 0 exposed tr… 62 ; CHECK-LABEL: remark: assign.h:32:43: Lowered with 0 stores, 10 loads, 0 compute ops, 0 exposed tr… 65 ; CHECK-LABEL: remark: toplevel.c:410:0: Lowered with 10 stores, 20 loads, 10 compute ops, 0 expose… 72 ; CHECK-LABEL: remark: toplevel.c:510:0: Lowered with 2 stores, 1 loads, 4 compute ops, 1 exposed t… 77 ; CHECK-LABEL: remark: add.h:66:11: Lowered with 0 stores, 0 loads, 10 compute ops, 0 exposed trans… 82 ; CHECK-LABEL: remark: store.h:10:11: Lowered with 10 stores, 0 loads, 0 compute ops, 0 exposed tra… 87 ; CHECK-LABEL: remark: store.h:66:11: Lowered with 2 stores, 0 loads, 0 compute ops, 0 exposed tran… [all …]
|
| H A D | remarks.ll | 7 ; CHECK-LABEL: remark: test.h:40:20: Lowered with 6 stores, 6 loads, 24 compute ops 18 ; CHECK-LABEL: remark: test.h:50:20: Lowered with 2 stores, 12 loads, 22 compute ops 32 ; CHECK-LABEL: remark: test.h:60:20: Lowered with 6 stores, 6 loads, 0 compute ops 42 ; CHECK-LABEL: remark: test.h:70:20: Lowered with 6 stores, 6 loads, 0 compute ops 53 ; CHECK-LABEL: remark: test.h:80:20: Lowered with 6 stores, 6 loads, 12 compute ops 71 ; CHECK-LABEL: remark: test.h:90:20: Lowered with 6 stores, 6 loads, 12 compute ops 80 ; CHECK-NEXT: remark: test.h:90:20: Lowered with 2 stores, 12 loads, 22 compute ops 101 ; CHECK-LABEL: remark: test.h:100:20: Lowered with 6 stores, 6 loads, 12 compute ops 118 ; CHECK-LABEL: remark: test.h:30:20: Lowered with 10 stores, 9 loads, 30 compute ops
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoadStoreVectorizer/X86/ |
| H A D | codegenprepare-produced-address-math.ll | 28 br i1 %cnd, label %loads, label %exit 30 loads: 31 ; If and only if the loads are in a different BB from the GEPs codegenprepare 55 br i1 %cnd, label %loads, label %exit 57 loads: ; preds = %entry 70 exit: ; preds = %loads, %entry
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | legalize-unaligned-load.ll | 2 ; Check that we respect the existing chain between loads and stores when we 3 ; legalize unaligned loads. 6 ; Make sure the loads happen before the stores.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Atomics.rst | 101 For cases where simple loads and stores are not sufficient, LLVM provides 106 non-atomic loads and stores, but provide additional guarantees in situations 144 location, loads from that location return undef. 156 variable. Note that NotAtomic volatile loads and stores are not properly 203 rematerializing a load, and turning loads and stores into a memcpy 238 it is legal to reorder non-atomic and Unordered loads around Monotonic 239 loads. CSE/DSE and a few other optimizations are allowed, but Monotonic 252 other memory with normal loads and stores. 266 operation to after it, and move non-Acquire loads from before an Acquire 404 atomic loads and stores. [all …]
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | invariant.group.ll | 3 ; CHECK: invariant.group metadata is only for loads and stores 5 ; CHECK-NEXT: invariant.group metadata is only for loads and stores
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/tailcall/ |
| H A D | tail-call-arguments-clobber.ll | 10 ; Test that the scheduler does not order loads and stores of arguments that 16 ; loads and stores. 19 ; of the loads doesn't matter, but they have to become before the 43 ; of the loads doesn't matter, but they have to become before the
|
| /llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/AArch64/ |
| H A D | tsc-s116.ll | 10 ; <4 x float> instead of 2 loads of <2 x float>, and there should be no need 13 ; These operands are coming from 4 loads which are not 14 ; contiguous. The score estimation needs to be corrected, so that these 4 loads 16 ; contiguous loads, from %a plus offsets 0 to 3, or offsets 1 to 4.
|