File tree
9 files changed
+233
-3
lines changedFilter options
- llvm
- docs
- lib/Target/SPIRV
- test/CodeGen/SPIRV/extensions/SPV_INTEL_fpga_buffer_location
9 files changed
+233
-3
lines changed+3
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
213 | 213 |
|
214 | 214 |
|
215 | 215 |
|
| 216 | + |
| 217 | + |
| 218 | + |
216 | 219 |
|
217 | 220 |
|
218 | 221 |
|
|
llvm/lib/Target/SPIRV/SPIRVCallLowering.cpp
Copy file name to clipboardExpand all lines: llvm/lib/Target/SPIRV/SPIRVCallLowering.cpp+8-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
362 | 362 |
|
363 | 363 |
|
364 | 364 |
|
365 |
| - |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
366 | 373 |
|
367 | 374 |
|
368 | 375 |
|
|
llvm/lib/Target/SPIRV/SPIRVCommandLine.cpp
Copy file name to clipboardExpand all lines: llvm/lib/Target/SPIRV/SPIRVCommandLine.cpp+3-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
| 100 | + |
| 101 | + |
| 102 | + |
101 | 103 |
|
102 | 104 |
|
103 | 105 |
|
|
llvm/lib/Target/SPIRV/SPIRVMetadata.cpp
Copy file name to clipboardExpand all lines: llvm/lib/Target/SPIRV/SPIRVMetadata.cpp+11
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
81 | 82 |
|
82 | 83 |
|
83 | 84 |
|
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
84 | 95 |
|
85 | 96 |
|
llvm/lib/Target/SPIRV/SPIRVMetadata.h
Copy file name to clipboardExpand all lines: llvm/lib/Target/SPIRV/SPIRVMetadata.h+4-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
28 |
| - |
| 29 | + |
| 30 | + |
| 31 | + |
29 | 32 |
|
30 | 33 |
|
llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
Copy file name to clipboardExpand all lines: llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp+3
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
920 | 920 |
|
921 | 921 |
|
922 | 922 |
|
| 923 | + |
| 924 | + |
| 925 | + |
923 | 926 |
|
924 | 927 |
|
925 | 928 |
|
|
llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td
Copy file name to clipboardExpand all lines: llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td+3
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
315 | 315 |
|
316 | 316 |
|
317 | 317 |
|
| 318 | + |
318 | 319 |
|
319 | 320 |
|
320 | 321 |
|
| ||
517 | 518 |
|
518 | 519 |
|
519 | 520 |
|
| 521 | + |
520 | 522 |
|
521 | 523 |
|
522 | 524 |
|
| ||
1268 | 1270 |
|
1269 | 1271 |
|
1270 | 1272 |
|
| 1273 | + |
1271 | 1274 |
|
1272 | 1275 |
|
1273 | 1276 |
|
|
llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_fpga_buffer_location/FPGABufferLocation.ll
Copy file name to clipboard+115
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_fpga_buffer_location/sycl-buffer-location-with-ptr-annotation.ll
Copy file name to clipboard+83
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
0 commit comments