Lines Matching defs:CallerInfo
353 const auto *CallerInfo = A.getAAFor<AAUniformWorkGroupSize>(
355 if (!CallerInfo)
359 CallerInfo->getState());
712 const auto *CallerInfo = A.getAAFor<AttributeImpl>(
714 if (!CallerInfo)
718 clampStateAndIndicateChange(this->getState(), CallerInfo->getState());
857 const auto *CallerInfo = A.getAAFor<AAAMDWavesPerEU>(
861 if (!CallerInfo || !AssumedGroupSize)
867 {CallerInfo->getAssumed().getLower().getZExtValue(),
868 CallerInfo->getAssumed().getUpper().getZExtValue() - 1},