Home
last modified time | relevance | path

Searched refs:CBArgPos (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3554 IRPosition CBArgPos = IRPosition::callsite_argument(CB, I); in identifyDefaultAbstractAttributes() local
3558 getOrCreateAAFor<AAIsDead>(CBArgPos); in identifyDefaultAbstractAttributes()
3564 getAssumedSimplified(CBArgPos, /* AA */ nullptr, UsedAssumedInformation, in identifyDefaultAbstractAttributes()
3568 checkAndQueryIRAttr<Attribute::NoUndef, AANoUndef>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes()
3574 getOrCreateAAFor<AANoFPClass>(CBArgPos); in identifyDefaultAbstractAttributes()
3580 checkAndQueryIRAttr<Attribute::NonNull, AANonNull>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes()
3584 CBArgPos, CBArgAttrs, /*SkipHasAttrCheck=*/true); in identifyDefaultAbstractAttributes()
3587 checkAndQueryIRAttr<Attribute::NoAlias, AANoAlias>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes()
3590 getOrCreateAAFor<AADereferenceable>(CBArgPos); in identifyDefaultAbstractAttributes()
3593 getOrCreateAAFor<AAAlign>(CBArgPos); in identifyDefaultAbstractAttributes()
[all …]
H A DAttributorAttributes.cpp507 const IRPosition CBArgPos = IRPosition::callsite_argument(*CBContext, ArgNo); in getArgumentStateFromCallBaseContext() local
513 A, &QueryingAttribute, CBArgPos, DepClassTy::REQUIRED, IsKnown); in getArgumentStateFromCallBaseContext()
517 A.getAAFor<AAType>(QueryingAttribute, CBArgPos, DepClassTy::REQUIRED); in getArgumentStateFromCallBaseContext()