Lines Matching refs:AAKernelInfo

3602 struct AAKernelInfo : public StateWrapper<KernelInfoState, AbstractAttribute> {  struct
3604 AAKernelInfo(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAKernelInfo() argument
3641 static AAKernelInfo &createForPosition(const IRPosition &IRP, Attributor &A);
3659 struct AAKernelInfoFunction : AAKernelInfo {
3661 : AAKernelInfo(IRP, A) {} in AAKernelInfoFunction()
3821 auto AddDependence = [](Attributor &A, const AAKernelInfo *KI, in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
4125 auto *CalleeAA = A.lookupAAFor<AAKernelInfo>( in insertInstructionGuardsHelper()
4728 auto *CBAA = A.getAAFor<AAKernelInfo>( in updateImpl()
4749 auto *CBAA = A.getAAFor<AAKernelInfo>( in updateImpl()
4798 auto *CAA = A.getOrCreateAAFor<AAKernelInfo>( in updateReachingKernelEntries()
4830 A.getOrCreateAAFor<AAKernelInfo>(IRPosition::function(*Caller)); in updateParallelLevels()
4865 struct AAKernelInfoCallSite : AAKernelInfo {
4867 : AAKernelInfo(IRP, A) {} in AAKernelInfoCallSite()
4871 AAKernelInfo::initialize(A); in initialize()
5063 A.getAAFor<AAKernelInfo>(*this, FnPos, DepClassTy::REQUIRED); in updateImpl()
5152 auto *FnAA = A.getAAFor<AAKernelInfo>( in handleParallel51()
5309 auto *CallerKernelInfoAA = A.getAAFor<AAKernelInfo>( in foldIsSPMDExecMode()
5317 auto *AA = A.getAAFor<AAKernelInfo>(*this, IRPosition::function(*K), in foldIsSPMDExecMode()
5370 auto *CallerKernelInfoAA = A.getAAFor<AAKernelInfo>( in foldParallelLevel()
5389 auto *AA = A.getAAFor<AAKernelInfo>(*this, IRPosition::function(*K), in foldParallelLevel()
5433 auto *CallerKernelInfoAA = A.getAAFor<AAKernelInfo>( in foldKernelFnAttribute()
5495 A.getOrCreateAAFor<AAKernelInfo>( in registerAAs()
5598 const char AAKernelInfo::ID = 0;
5671 AAKernelInfo &AAKernelInfo::createForPosition(const IRPosition &IRP, in createForPosition()
5673 AAKernelInfo *AA = nullptr; in createForPosition()