Home
last modified time | relevance | path

Searched refs:IsG16 (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4158 bool IsA16, bool IsG16) { in packImage16bitOpsToDwords() argument
4171 (I >= Intr->GradientStart && I < Intr->CoordStart && !IsG16) || in packImage16bitOpsToDwords()
4277 const bool IsG16 = GradTy == S16; in legalizeImageIntrinsic() local
4371 if (BaseOpcode->Gradients && !ST.hasG16() && (IsA16 != IsG16)) { in legalizeImageIntrinsic()
4382 if (IsA16 || IsG16) { in legalizeImageIntrinsic()
4387 IsG16); in legalizeImageIntrinsic()
4439 if (IsG16) in legalizeImageIntrinsic()
H A DAMDGPUInstructionSelector.cpp1543 const bool IsG16 = (Flags & 2) != 0; in selectImageIntrinsic() local
1546 if (IsA16 && !STI.hasG16() && !IsG16) in selectImageIntrinsic()
1620 if (IsG16 && !IsA16) { in selectImageIntrinsic()
H A DSIISelLowering.cpp6031 bool IsG16 = false; in lowerImage() local
6143 IsG16 = VAddrScalarVT == MVT::f16 || VAddrScalarVT == MVT::i16; in lowerImage()
6150 if (BaseOpcode->Gradients && !ST->hasG16() && (IsA16 != IsG16)) { in lowerImage()
6172 if (BaseOpcode->Gradients && IsG16 && ST->hasG16()) { in lowerImage()
6180 if (IsG16) { in lowerImage()