Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h990 bool hasG16() const { return HasG16; } hasG16() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp2104 bool hasG16(const MCSubtargetInfo &STI) { hasG16() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1443 bool hasG16() const { return AMDGPU::hasG16(getSTI()); } hasG16() function in __anond8418a2e0111::AMDGPUAsmParser