Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1072 bool hasG16() const { return HasG16; } in hasG16() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp2074 bool hasG16(const MCSubtargetInfo &STI) { in hasG16() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1454 bool hasG16() const { return AMDGPU::hasG16(getSTI()); } in hasG16() function in __anon6862249c0111::AMDGPUAsmParser