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