Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1049 bool hasA16() const { return HasA16; } hasA16() function
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp2072 bool hasA16(const MCSubtargetInfo &STI) { hasA16() function
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1445 bool hasA16() const { return AMDGPU::hasA16(getSTI()); } hasA16() function in __anon446f916f0111::AMDGPUAsmParser