HomeSort by: relevance | last modified time | path
    Searched refs:AAAlign (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 124 PIPE_OPERATOR(AAAlign)
3718 static unsigned getKnownAlignForUse(Attributor &A, AAAlign &QueryingAA,
3743 auto &AlignAA = A.getAAFor<AAAlign>(QueryingAA, IRP, DepClassTy::NONE);
3778 struct AAAlignImpl : AAAlign {
3779 AAAlignImpl(const IRPosition &IRP, Attributor &A) : AAAlign(IRP, A) {}
3818 STATS_DECLTRACK(AAAlign, Store,
3827 STATS_DECLTRACK(AAAlign, Load,
3834 ChangeStatus Changed = AAAlign::manifest(A);
3858 AAAlign::StateType &State) {
3885 AAAlign::StateType &T, bool Stripped) -> bool
    [all...]
Attributor.cpp 2069 getOrCreateAAFor<AAAlign>(RetPos);
2106 getOrCreateAAFor<AAAlign>(ArgPos);
2181 getOrCreateAAFor<AAAlign>(CBArgPos);
2204 getOrCreateAAFor<AAAlign>(
2207 getOrCreateAAFor<AAAlign>(
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 3085 struct AAAlign : public IRAttribute<
3088 AAAlign(const IRPosition &IRP, Attributor &A) : IRAttribute(IRP) {}
3097 const std::string getName() const override { return "AAAlign"; }
3102 /// This function should return true if the type of the \p AA is AAAlign
3108 static AAAlign &createForPosition(const IRPosition &IRP, Attributor &A);

Completed in 45 milliseconds