Home
last modified time | relevance | path

Searched refs:GDS (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp86 GDS = 1u << 3, member in __anon24492::SIAtomicAddrSpace
93 ATOMIC = GLOBAL | LDS | SCRATCH | GDS,
96 ALL = GLOBAL | LDS | SCRATCH | GDS | OTHER,
507 return SIAtomicAddrSpace::GDS; in toSIAtomicAddrSpace()
797 // also synchronizing with global/GDS memory as LDS operations in insertWait()
798 // could be reordered with respect to later global/GDS memory in insertWait()
812 if ((AddrSpace & SIAtomicAddrSpace::GDS) != SIAtomicAddrSpace::NONE) { in insertWait()
816 // If no cross address space ordering then an GDS waitcnt is not in insertWait()
817 // needed as GDS operations for all waves are executed in a in insertWait()
819 // also synchronizing with global/LDS memory as GDS operation in insertWait()
[all...]
H A DGCNHazardRecognizer.cpp103 // These DS opcodes don't support GDS. in isSendMsgTraceDataOrGDS()
110 int GDS = AMDGPU::getNamedOperandIdx(MI.getOpcode(), in isSendMsgTraceDataOrGDS() local
112 if (MI.getOperand(GDS).getImm()) in isSendMsgTraceDataOrGDS()
H A DAMDGPUISelDAGToDAG.cpp2327 SDValue GDS = CurDAG->getTargetConstant(1, SL, MVT::i1); in SelectDS_GWS() local
2334 Ops.push_back(GDS); in SelectDS_GWS()
/third_party/mesa3d/src/amd/common/
H A Dac_perfcounter.h74 GDS = 0xF, enumerator
H A Dac_perfcounter.c171 .gpu_block = GDS,
172 .name = "GDS",

Completed in 15 milliseconds