Home
last modified time | relevance | path

Searched refs:LDS (Results 1 – 25 of 55) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dlds-oqap-crash.ll5 ; if an LDS instruction could fit in the current clause, but never finding
8 ; The LDS instruction should not have been defining OQAP in the first place,
9 ; because the LDS instructions are pseudo instructions and the OQAP
Dgep-address-space.ll15 ; The LDS offset will be 65536 bytes, which is larger than the size of LDS on
Dpromote-alloca-padding-size-estimate.ll3 ; This shows that the amount of LDS estimate is sensitive to the order
4 ; of the LDS globals.
6 ; Both of these functions use the same amount of LDS, but the total
Dlocal-memory.r600.ll5 ; Check that the LDS size emitted correctly
37 ; Check that the LDS size emitted correctly
Dlocal-memory.amdgcn.ll6 ; Check that the LDS size emitted correctly
39 ; Check that the LDS size emitted correctly
Dprivate-memory-atomics.ll4 ; This works because promote allocas pass replaces these with LDS atomics.
Dlocal-64.ll49 ; The LDS offset will be 65536 bytes, which is larger than the size of LDS on
Dpromote-alloca-stored-pointer-value.ll4 ; Pointer value is stored in a candidate for LDS usage.
Dcoalescing-with-subregs-in-loop-bug.mir6 # in an LDS read. %29 is a 128 bit value that is linked by copies to
/external/llvm/test/CodeGen/AMDGPU/
Dlds-oqap-crash.ll5 ; if an LDS instruction could fit in the current clause, but never finding
8 ; The LDS instruction should not have been defining OQAP in the first place,
9 ; because the LDS instructions are pseudo instructions and the OQAP
Dgep-address-space.ll15 ; The LDS offset will be 65536 bytes, which is larger than the size of LDS on
Dpromote-alloca-padding-size-estimate.ll3 ; This shows that the amount of LDS estimate is sensitive to the order
4 ; of the LDS globals.
6 ; Both of these functions use the same amount of LDS, but the total
Dprivate-memory-atomics.ll4 ; This works because promote allocas pass replaces these with LDS atomics.
Dlocal-64.ll36 ; The LDS offset will be 65536 bytes, which is larger than the size of LDS on
Dpromote-alloca-stored-pointer-value.ll4 ; Pointer value is stored in a candidate for LDS usage.
Dllvm.SI.fs.interp.ll23 ; on 16 bank LDS chips.
Dlocal-memory-two-objects.ll9 ; Check that the LDS size emitted correctly
Dlocal-memory.ll8 ; Check that the LDS size emitted correctly
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp85 LDS = 1u << 1, enumerator
91 FLAT = GLOBAL | LDS | SCRATCH,
94 ATOMIC = GLOBAL | LDS | SCRATCH | GDS,
97 ALL = GLOBAL | LDS | SCRATCH | GDS | OTHER,
461 return SIAtomicAddrSpace::LDS; in toSIAtomicAddrSpace()
747 if ((AddrSpace & SIAtomicAddrSpace::LDS) != SIAtomicAddrSpace::NONE) { in insertWait()
DSIInstrFormats.td308 // VINTRP instructions read parameter values from LDS, but these parameter
309 // values are stored outside of the LDS memory that is allocated to the
313 // the parameter values in LDS, this would essentially be an out-of-bounds
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAMDGPUOperandSyntax.rst122 Specifies whether to use GDS or LDS memory (LDS is the default).
511 Specifies where to store the result: VGPRs or LDS (VGPRs by default).
516 lds Store result in LDS.
559 Specifies which half of the LDS word to use. Low half of LDS word is used by default.
565 high Use high half of LDS word.
DAMDGPUUsage.rst284 3 Local (group/LDS)
848 2 Local (group/LDS)
1168 to dynamically allocated LDS
1500 Local group LDS 32 0xFFFFFFFF
1520 The local memory space uses the hardware Local Data Store (LDS) which is
1549 and group (LDS) memory depending in if the address is within one of the
1552 access to LDS requires hardware aperture setup and M0 (GFX7-GFX8) register setup
2001 L1 or LDS
2003 mis-aligned atomic, LDS
2024 (LDS) to allocate for each
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaInstrInfo.cpp41 case Alpha::LDS: in isLoadFromStackSlot()
183 BuildMI(MBB, MI, DL, get(Alpha::LDS), DestReg) in loadRegFromStackSlot()
DAlphaLLRP.cpp66 case Alpha::LDT: case Alpha::LDS: in runOnMachineFunction()
/external/u-boot/scripts/
DMakefile.build321 quiet_cmd_cpp_lds_S = LDS $@

123