Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5258 struct AAAlignImpl : AAAlign { struct
5259 AAAlignImpl(const IRPosition &IRP, Attributor &A) : AAAlign(IRP, A) {} in AAAlignImpl() argument
5364 struct AAAlignFloating : AAAlignImpl {
5365 AAAlignFloating(const IRPosition &IRP, Attributor &A) : AAAlignImpl(IRP, A) {} in AAAlignFloating()
5433 : AAReturnedFromReturnedValues<AAAlign, AAAlignImpl> {
5434 using Base = AAReturnedFromReturnedValues<AAAlign, AAAlignImpl>;
5443 : AAArgumentFromCallSiteArguments<AAAlign, AAAlignImpl> {
5444 using Base = AAArgumentFromCallSiteArguments<AAAlign, AAAlignImpl>;
5473 ChangeStatus Changed = AAAlignImpl::manifest(A); in manifest()
5501 : AACalleeToCallSite<AAAlign, AAAlignImpl> {
[all …]