Lines Matching refs:AAKernelInfo

3601 struct AAKernelInfo : public StateWrapper<KernelInfoState, AbstractAttribute> {  struct
3603 AAKernelInfo(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAKernelInfo() argument
3640 static AAKernelInfo &createForPosition(const IRPosition &IRP, Attributor &A);
3658 struct AAKernelInfoFunction : AAKernelInfo {
3660 : AAKernelInfo(IRP, A) {} in AAKernelInfoFunction()
3820 auto AddDependence = [](Attributor &A, const AAKernelInfo *KI, in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
4126 auto *CalleeAA = A.lookupAAFor<AAKernelInfo>( in insertInstructionGuardsHelper()
4729 auto *CBAA = A.getAAFor<AAKernelInfo>( in updateImpl()
4750 auto *CBAA = A.getAAFor<AAKernelInfo>( in updateImpl()
4799 auto *CAA = A.getOrCreateAAFor<AAKernelInfo>( in updateReachingKernelEntries()
4831 A.getOrCreateAAFor<AAKernelInfo>(IRPosition::function(*Caller)); in updateParallelLevels()
4866 struct AAKernelInfoCallSite : AAKernelInfo {
4868 : AAKernelInfo(IRP, A) {} in AAKernelInfoCallSite()
4872 AAKernelInfo::initialize(A); in initialize()
5064 A.getAAFor<AAKernelInfo>(*this, FnPos, DepClassTy::REQUIRED); in updateImpl()
5153 auto *FnAA = A.getAAFor<AAKernelInfo>( in handleParallel51()
5310 auto *CallerKernelInfoAA = A.getAAFor<AAKernelInfo>( in foldIsSPMDExecMode()
5318 auto *AA = A.getAAFor<AAKernelInfo>(*this, IRPosition::function(*K), in foldIsSPMDExecMode()
5371 auto *CallerKernelInfoAA = A.getAAFor<AAKernelInfo>( in foldParallelLevel()
5390 auto *AA = A.getAAFor<AAKernelInfo>(*this, IRPosition::function(*K), in foldParallelLevel()
5434 auto *CallerKernelInfoAA = A.getAAFor<AAKernelInfo>( in foldKernelFnAttribute()
5496 A.getOrCreateAAFor<AAKernelInfo>( in registerAAs()
5599 const char AAKernelInfo::ID = 0;
5672 AAKernelInfo &AAKernelInfo::createForPosition(const IRPosition &IRP, in createForPosition()
5674 AAKernelInfo *AA = nullptr; in createForPosition()