Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5146 struct AAAlignImpl : AAAlign { struct
5147 AAAlignImpl(const IRPosition &IRP, Attributor &A) : AAAlign(IRP, A) {} in AAAlignImpl() function
5237 struct AAAlignFloating : AAAlignImpl {
5238 AAAlignFloating(const IRPosition &IRP, Attributor &A) : AAAlignImpl(IRP, A) {} in AAAlignFloating()
5306 : AAReturnedFromReturnedValues<AAAlign, AAAlignImpl> {
5307 using Base = AAReturnedFromReturnedValues<AAAlign, AAAlignImpl>;
5324 : AAArgumentFromCallSiteArguments<AAAlign, AAAlignImpl> {
5325 using Base = AAArgumentFromCallSiteArguments<AAAlign, AAAlignImpl>;
5354 ChangeStatus Changed = AAAlignImpl::manifest(A); in manifest()
5381 : AACallSiteReturnedFromReturned<AAAlign, AAAlignImpl> {
[all …]