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