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