Home
last modified time | relevance | path

Searched defs:AAAlignFloating (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3525 struct AAAlignFloating : AAFromMustBeExecutedContext<AAAlign, AAAlignImpl> { struct
3526 using Base = AAFromMustBeExecutedContext<AAAlign, AAAlignImpl>;
3527 AAAlignFloating(const IRPosition &IRP) : Base(IRP) {} in AAAlignFloating() argument
3530 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
3563 void trackStatistics() const override { STATS_DECLTRACK_FLOATING_ATTR(align) } in trackStatistics()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5237 struct AAAlignFloating : AAAlignImpl { struct
5238 AAAlignFloating(const IRPosition &IRP, Attributor &A) : AAAlignImpl(IRP, A) {} in AAAlignFloating() argument
5241 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
5301 void trackStatistics() const override { STATS_DECLTRACK_FLOATING_ATTR(align) } in trackStatistics()