Lines Matching refs:ArgPos
3467 IRPosition ArgPos = IRPosition::argument(Arg); in identifyDefaultAbstractAttributes() local
3474 checkAndQueryIRAttr<Attribute::NoFree, AANoFree>(ArgPos, ArgAttrs); in identifyDefaultAbstractAttributes()
3482 getAssumedSimplified(ArgPos, /* AA */ nullptr, UsedAssumedInformation, in identifyDefaultAbstractAttributes()
3486 getOrCreateAAFor<AAIsDead>(ArgPos); in identifyDefaultAbstractAttributes()
3489 checkAndQueryIRAttr<Attribute::NoUndef, AANoUndef>(ArgPos, ArgAttrs); in identifyDefaultAbstractAttributes()
3493 checkAndQueryIRAttr<Attribute::NonNull, AANonNull>(ArgPos, ArgAttrs); in identifyDefaultAbstractAttributes()
3496 checkAndQueryIRAttr<Attribute::NoAlias, AANoAlias>(ArgPos, ArgAttrs); in identifyDefaultAbstractAttributes()
3499 getOrCreateAAFor<AADereferenceable>(ArgPos); in identifyDefaultAbstractAttributes()
3502 getOrCreateAAFor<AAAlign>(ArgPos); in identifyDefaultAbstractAttributes()
3505 checkAndQueryIRAttr<Attribute::NoCapture, AANoCapture>(ArgPos, ArgAttrs); in identifyDefaultAbstractAttributes()
3509 getOrCreateAAFor<AAMemoryBehavior>(ArgPos); in identifyDefaultAbstractAttributes()
3512 checkAndQueryIRAttr<Attribute::NoFree, AANoFree>(ArgPos, ArgAttrs); in identifyDefaultAbstractAttributes()
3516 getOrCreateAAFor<AAPrivatizablePtr>(ArgPos); in identifyDefaultAbstractAttributes()
3518 getOrCreateAAFor<AANoFPClass>(ArgPos); in identifyDefaultAbstractAttributes()