Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3561 IRPosition CBArgPos = IRPosition::callsite_argument(CB, I); in identifyDefaultAbstractAttributes() local
3565 getOrCreateAAFor<AAIsDead>(CBArgPos); in identifyDefaultAbstractAttributes()
3571 getAssumedSimplified(CBArgPos, /* AA */ nullptr, UsedAssumedInformation, in identifyDefaultAbstractAttributes()
3575 checkAndQueryIRAttr<Attribute::NoUndef, AANoUndef>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes()
3581 getOrCreateAAFor<AANoFPClass>(CBArgPos); in identifyDefaultAbstractAttributes()
3587 checkAndQueryIRAttr<Attribute::NonNull, AANonNull>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes()
3590 checkAndQueryIRAttr<Attribute::NoCapture, AANoCapture>(CBArgPos, in identifyDefaultAbstractAttributes()
3597 getOrCreateAAFor<AADereferenceable>(CBArgPos); in identifyDefaultAbstractAttributes()
3600 getOrCreateAAFor<AAAlign>(CBArgPos); in identifyDefaultAbstractAttributes()
3605 getOrCreateAAFor<AAMemoryBehavior>(CBArgPos); in identifyDefaultAbstractAttributes()
[all …]
H A DAttributorAttributes.cpp505 const IRPosition CBArgPos = IRPosition::callsite_argument(*CBContext, ArgNo); in getArgumentStateFromCallBaseContext() local
511 A, &QueryingAttribute, CBArgPos, DepClassTy::REQUIRED, IsKnown); in getArgumentStateFromCallBaseContext()
515 A.getAAFor<AAType>(QueryingAttribute, CBArgPos, DepClassTy::REQUIRED); in getArgumentStateFromCallBaseContext()