Searched refs:LDS (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMemoryLegalizer.cpp | 84 LDS = 1u << 1, member in __anon24492::SIAtomicAddrSpace 90 FLAT = GLOBAL | LDS | SCRATCH, 93 ATOMIC = GLOBAL | LDS | SCRATCH | GDS, 96 ALL = GLOBAL | LDS | SCRATCH | GDS | OTHER, 503 return SIAtomicAddrSpace::LDS; in toSIAtomicAddrSpace() 789 if ((AddrSpace & SIAtomicAddrSpace::LDS) != SIAtomicAddrSpace::NONE) { in insertWait() 794 // If no cross address space ordering then an LDS waitcnt is not in insertWait() 795 // needed as LDS operations for all waves are executed in a in insertWait() 797 // also synchronizing with global/GDS memory as LDS operations in insertWait() 804 // The LDS keep in insertWait() [all...] |
H A D | AMDGPUISelLowering.h | 483 LDS,
|
H A D | AMDGPUISelLowering.cpp | 4325 NODE_NAME_CASE(LDS) in getTargetNodeName() 4540 case AMDGPUISD::LDS: { in computeKnownBitsForTargetNode()
|
H A D | SIISelLowering.cpp | 2157 // On SI local pointers are just offsets into LDS, so they are always in LowerFormalArguments() 5102 return DAG.getNode(AMDGPUISD::LDS, DL, MVT::i32, GA); in LowerGlobalAddress() 5913 // 16 bank LDS in LowerINTRINSIC_WO_CHAIN() 5937 // 32 bank LDS in LowerINTRINSIC_WO_CHAIN() 7500 // SI has a hardware bug in the LDS / GDS boounds checking: if the base in LowerLOAD() 7956 // SI has a hardware bug in the LDS / GDS boounds checking: if the base in LowerSTORE()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_target_gv100.cpp | 171 OPINFO(LDS , NONE, NONE, NONE, NONE, NONE, NONE);
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 509 #define LDS(a, b) CHOICE(ldsl ARG2(a,b), lds ARG2(a,b), lds ARG2(b,a)) macro 1226 #define LDS(a, b) lds b, P_(a) macro
|
Completed in 34 milliseconds