Home
last modified time | relevance | path

Searched full:scattered (Results 1 – 25 of 96) sorted by relevance

1234

/llvm-project/llvm/test/ObjectYAML/MachO/
H A Drelocations_armv7.yaml5 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
15 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
30 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
33 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
58 # CHECK-NEXT: scattered: true
66 # CHECK-NEXT: scattered: true
74 # CHECK-NEXT: scattered: true
82 # CHECK-NEXT: scattered: true
90 # CHECK-NEXT: scattered: true
98 # CHECK-NEXT: scattered: true
[all …]
H A Drelocations_ppc_big_endian.yaml5 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
15 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
30 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
33 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
36 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
64 # CHECK-NEXT: scattered: true
72 # CHECK-NEXT: scattered: true
80 # CHECK-NEXT: scattered: true
88 # CHECK-NEXT: scattered: true
96 # CHECK-NEXT: scattered: true
[all …]
H A Drelocations_arm64.yaml5 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
11 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
20 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
23 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
26 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
53 # CHECK-NEXT: scattered: false
61 # CHECK-NEXT: scattered: false
69 # CHECK-NEXT: scattered: false
77 # CHECK-NEXT: scattered: false
99 # CHECK-NEXT: scattered: false
[all …]
H A Drelocations_x86_64.yaml5 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
9 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
15 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
18 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
21 # OBJDUMP-VERIFY-NEXT: address pcrel length extern type scattered symbolnum/value
48 # CHECK-NEXT: scattered: false
56 # CHECK-NEXT: scattered: false
78 # CHECK-NEXT: scattered: false
86 # CHECK-NEXT: scattered: false
94 # CHECK-NEXT: scattered: false
[all …]
/llvm-project/llvm/test/ExecutionEngine/JITLink/AArch64/
H A DMachO_subtractor_single_block.yaml52 scattered: false
60 scattered: false
68 scattered: false
76 scattered: false
84 scattered: false
92 scattered: false
114 scattered: false
136 scattered: false
144 scattered: false
152 scattered: false
[all …]
/llvm-project/mlir/test/Dialect/XeGPU/
H A Dinvalid.mlir45 // expected-error@+1 {{Expects a non-scattered TensorDesc}}
65 // expected-error@+1 {{Expects a non-scattered TensorDesc.}}
113 // expected-error@+1 {{Expects a non-scattered TensorDesc}}
124 // expected-error@+1 {{Expects a non-scattered TensorDesc}}
132 // expected-error@+1 {{Expects a scattered TensorDesc}}
158 // expected-error@+1 {{Expects a scattered TensorDesc}}
177 // expected-error@+1 {{Expects a scattered TensorDesc}}
201 // expected-error@+1 {{Expects a scattered TensorDesc}}
H A DXeGPUOps.mlir
/llvm-project/lld/test/MachO/
H A Dcompact-unwind-sym-relocs.s110 scattered: false label
118 scattered: false label
126 scattered: false label
134 scattered: false label
142 scattered: false label
150 scattered: false label
158 scattered: false label
180 scattered: false label
188 scattered: false label
196 scattered: false label
[all …]
H A Dobjc-uses-custom-personality.s103 scattered: false label
111 scattered: false label
119 scattered: false label
127 scattered: false label
135 scattered: false label
157 scattered: false label
165 scattered: false label
173 scattered: false label
H A Dweak-definition-gc.s337 scattered: false label
345 scattered: false label
353 scattered: false label
361 scattered: false label
369 scattered: false label
377 scattered: false label
385 scattered: false label
407 scattered: false label
415 scattered: false label
423 scattered: false label
[all …]
H A Dcompact-unwind-both-local-and-dylib-personality.s253 scattered: false label
261 scattered: false label
269 scattered: false label
277 scattered: false label
285 scattered: false label
307 scattered: false label
315 scattered: false label
323 scattered: false label
H A Dunsorted-relocations.yaml62 scattered: false
70 scattered: false
78 scattered: false
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/Inputs/
H A Dinlined-file0-line0-col0.yaml44 scattered: false
52 scattered: false
60 scattered: false
106 scattered: false
114 scattered: false
122 scattered: false
130 scattered: false
138 scattered: false
146 scattered: false
154 scattered: false
[all …]
/llvm-project/llvm/test/tools/dsymutil/Inputs/scattered-reloc/
H A D1.s2 # $ cat scattered.c
4 # $ clang -S -arch armv7 -g scattered.c
5 # $ clang -c -o 1.o scattered.s
9 # scattered reloc (I do not think LLVM will generate scattered relocs in
15 .file 1 "scattered.c"
25 .asciz "scattered.c" @ string offset=35
/llvm-project/lld/test/MachO/Inputs/
H A Dlto-obj-weak-def.yaml57 scattered: false
65 scattered: false
73 scattered: false
81 scattered: false
103 scattered: false
H A Ddouble-unwind-info.yaml57 scattered: false
65 scattered: false
73 scattered: false
81 scattered: false
103 scattered: false
/llvm-project/llvm/test/tools/dsymutil/ARM/
H A Dscattered.c2 RUN: %p/../Inputs/scattered-reloc/ -f -o - | \
6 RUN: -oso-prepend-path %p/../Inputs/scattered-reloc/ -f -o - \
9 // See Inputs/scattered-reloc/scattered.s to see how this test
/llvm-project/llvm/test/ExecutionEngine/JITLink/x86-64/
H A DMachO_subtractor_single_block.yaml65 scattered: false
73 scattered: false
81 scattered: false
89 scattered: false
111 scattered: false
/llvm-project/llvm/test/tools/llvm-objdump/MachO/
H A Drelocations.test11 VERBOSE-NEXT: address pcrel length extern type scattered symbolnum/value
15 VERBOSE-NEXT: address pcrel length extern type scattered symbolnum/value
19 NONVERBOSE-NEXT: address pcrel length extern type scattered symbolnum/value
23 NONVERBOSE-NEXT: address pcrel length extern type scattered symbolnum/value
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/Inputs/
H A Dstrip-all-with-dwarf.yaml43 scattered: false
51 scattered: false
108 scattered: false
116 scattered: false
124 scattered: false
132 scattered: false
213 scattered: false
246 scattered: false
/llvm-project/llvm/test/tools/dsymutil/Inputs/
H A Dreflection_metadata.yaml53 scattered: false
74 scattered: false
95 scattered: false
128 scattered: false
149 scattered: false
170 scattered: false
238 scattered: false
H A Dtest.yaml53 scattered: false
74 scattered: false
107 scattered: false
128 scattered: false
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h31 bool r_scattered; // 1 = scattered, 0 = non-scattered
47 bool ext, uint8_t type, bool scattered = false,
50 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {} in r_address()
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/
H A Drelocations.test12 # CHECK-NEXT: address pcrel length extern type scattered symbolnum/value
85 scattered: false
93 scattered: false
/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp64 // Used to store the scattered form of a vector.
67 // Used to map a vector Value and associated type to its scattered form.
68 // The associated type is only non-null for pointer values that are "scattered"
76 // along with a pointer to their scattered forms. in skipPastPhiNodesAndDbg()
103 // component of a scattered vector or vector pointer.
319 ScatterMap Scattered;
449 assert(Gathered.empty() && Scattered.empty()); in scatter()
468 // Return a scattered form of V that can be accessed by Point. V must be a in scatter()
473 // Put the scattered form of arguments in the entry block,
477 return Scatterer(BB, BB->begin(), V, VS, &Scattered[{ in gather()
330 ScatterMap Scattered; global() member in __anondccd23f60111::ScalarizerVisitor
676 SmallVector<Scatterer, 8> Scattered(NumArgs); splitCall() local
[all...]

1234