Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNSubtarget.h1070 bool hasA16() const { return HasA16; } in hasA16() function
HDAMDGPUInstCombineIntrinsic.cpp256 if (!ST->hasA16() && !ST->hasG16()) in simplifyAMDGCNImageIntrinsic()
286 if (!OnlyDerivatives && !ST->hasA16()) in simplifyAMDGCNImageIntrinsic()
HDAMDGPU.td2112 def HasA16 : Predicate<"Subtarget->hasA16()">,
HDAMDGPULegalizerInfo.cpp6425 if (IsA16 && !ST.hasA16()) { in legalizeImageIntrinsic()
HDSIInstrInfo.cpp5166 } else if (ST.hasA16()) { in verifyInstruction()
HDSIISelLowering.cpp8036 if (!ST->hasA16()) { in lowerImage()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUBaseInfo.h1270 bool hasA16(const MCSubtargetInfo &STI);
HDAMDGPUBaseInfo.cpp2070 bool hasA16(const MCSubtargetInfo &STI) { in hasA16() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp1452 bool hasA16() const { return AMDGPU::hasA16(getSTI()); } in hasA16() function in __anonbca0073b0111::AMDGPUAsmParser
6499 if (Name == "a16" && !hasA16()) in parseNamedBit()