HomeSort by: relevance | last modified time | path
    Searched refs:IsG16 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULegalizerInfo.cpp 4018 bool IsA16, bool IsG16) {
4033 } else if ((I >= Intr->GradientStart && I < Intr->CoordStart && !IsG16) ||
4138 const bool IsG16 = GradTy == S16;
4232 if (BaseOpcode->Gradients && !ST.hasG16() && (IsA16 != IsG16)) {
4243 if (IsA16 || IsG16) {
4248 IsG16);
4298 if (IsG16)
AMDGPUInstructionSelector.cpp 1502 const bool IsG16 = (Flags & 2) != 0;
1505 if (IsA16 && !STI.hasG16() && !IsG16)
1579 if (IsG16 && !IsA16) {
SIISelLowering.cpp 5977 bool IsG16 = false;
6089 IsG16 = VAddrScalarVT == MVT::f16 || VAddrScalarVT == MVT::i16;
6096 if (BaseOpcode->Gradients && !ST->hasG16() && (IsA16 != IsG16)) {
6113 // We've dealt with incorrect input so we know that if IsA16, IsG16
6117 // have already verified that both IsA16 and IsG16 are true
6118 if (BaseOpcode->Gradients && IsG16 && ST->hasG16()) {
6126 if (IsG16) {

Completed in 27 milliseconds