Searched refs:AAAlignImpl (Results 1 – 1 of 1) sorted by relevance
4439 struct AAAlignImpl : AAAlign { struct4440 AAAlignImpl(const IRPosition &IRP, Attributor &A) : AAAlign(IRP, A) {} in AAAlignImpl() argument4530 struct AAAlignFloating : AAAlignImpl {4531 AAAlignFloating(const IRPosition &IRP, Attributor &A) : AAAlignImpl(IRP, A) {} in AAAlignFloating()4599 : AAReturnedFromReturnedValues<AAAlign, AAAlignImpl> {4600 using Base = AAReturnedFromReturnedValues<AAAlign, AAAlignImpl>;4617 : AAArgumentFromCallSiteArguments<AAAlign, AAAlignImpl> {4618 using Base = AAArgumentFromCallSiteArguments<AAAlign, AAAlignImpl>;4647 ChangeStatus Changed = AAAlignImpl::manifest(A); in manifest()4674 : AACallSiteReturnedFromReturned<AAAlign, AAAlignImpl> {[all …]