Home
last modified time | relevance | path

Searched refs:hasA16 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1070 bool hasA16() const { return HasA16; } in hasA16() function
H A DAMDGPUInstCombineIntrinsic.cpp256 if (!ST->hasA16() && !ST->hasG16()) in simplifyAMDGCNImageIntrinsic()
286 if (!OnlyDerivatives && !ST->hasA16()) in simplifyAMDGCNImageIntrinsic()
H A DAMDGPU.td2112 def HasA16 : Predicate<"Subtarget->hasA16()">,
H A DAMDGPULegalizerInfo.cpp6425 if (IsA16 && !ST.hasA16()) { in legalizeImageIntrinsic()
H A DSIInstrInfo.cpp5166 } else if (ST.hasA16()) { in verifyInstruction()
H A DSIISelLowering.cpp8036 if (!ST->hasA16()) { in lowerImage()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1270 bool hasA16(const MCSubtargetInfo &STI);
H A DAMDGPUBaseInfo.cpp2070 bool hasA16(const MCSubtargetInfo &STI) { in hasA16() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1452 bool hasA16() const { return AMDGPU::hasA16(getSTI()); } in hasA16() function in __anon6862249c0111::AMDGPUAsmParser
6499 if (Name == "a16" && !hasA16()) in parseNamedBit()