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.cpp3566 IRPosition CBArgPos = IRPosition::callsite_argument(CB, I); in identifyDefaultAbstractAttributes() local
3570 getOrCreateAAFor<AAIsDead>(CBArgPos); in identifyDefaultAbstractAttributes()
3576 getAssumedSimplified(CBArgPos, /* AA */ nullptr, UsedAssumedInformation, in identifyDefaultAbstractAttributes()
3580 checkAndQueryIRAttr<Attribute::NoUndef, AANoUndef>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes()
3586 getOrCreateAAFor<AANoFPClass>(CBArgPos); in identifyDefaultAbstractAttributes()
3592 checkAndQueryIRAttr<Attribute::NonNull, AANonNull>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes()
3595 checkAndQueryIRAttr<Attribute::NoCapture, AANoCapture>(CBArgPos, in identifyDefaultAbstractAttributes()
3599 checkAndQueryIRAttr<Attribute::NoAlias, AANoAlias>(CBArgPos, CBArgAttrs); in identifyDefaultAbstractAttributes()
3602 getOrCreateAAFor<AADereferenceable>(CBArgPos); in identifyDefaultAbstractAttributes()
3605 getOrCreateAAFor<AAAlign>(CBArgPos); in identifyDefaultAbstractAttributes()
[all …]
H A DAttributorAttributes.cpp506 const IRPosition CBArgPos = IRPosition::callsite_argument(*CBContext, ArgNo); in getArgumentStateFromCallBaseContext() local
512 A, &QueryingAttribute, CBArgPos, DepClassTy::REQUIRED, IsKnown); in getArgumentStateFromCallBaseContext()
516 A.getAAFor<AAType>(QueryingAttribute, CBArgPos, DepClassTy::REQUIRED); in getArgumentStateFromCallBaseContext()