Searched defs:hasGDS (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | GCNSubtarget.h | 1304 bool hasGDS() const { return HasGDS; } hasGDS() function |
/llvm-project/llvm/lib/Target/AMDGPU/Utils/ | ||
H A D | AMDGPUBaseInfo.cpp | 2085 bool hasGDS(const MCSubtargetInfo &STI) { hasGDS() function |
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ | ||
H A D | AMDGPUAsmParser.cpp | 1449 bool hasGDS() const { return AMDGPU::hasGDS(getSTI()); } hasGDS() function in __anon446f916f0111::AMDGPUAsmParser |