Home
last modified time | relevance | path

Searched defs:hasGDS (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1234 bool hasGDS() const { return HasGDS; } hasGDS() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp2113 bool hasGDS(const MCSubtargetInfo &STI) { hasGDS() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1445 bool hasGDS() const { return AMDGPU::hasGDS(getSTI()); } hasGDS() function in __anond8418a2e0111::AMDGPUAsmParser