Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1051 bool hasG16() const { return HasG16; } hasG16() function
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp2076 bool hasG16(const MCSubtargetInfo &STI) { hasG16() function
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1447 bool hasG16() const { return AMDGPU::hasG16(getSTI()); } hasG16() function in __anon446f916f0111::AMDGPUAsmParser