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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Attr.h 355 StringRef Tune;
363 Tune == Other.Tune &&
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
AArch64.cpp 157 StringRef Tune;
158 if (!DecodeAArch64Mcpu(D, MtuneLowerCase, Tune, MtuneFeatures))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 3113 enum SecondParam { None, Architecture, Tune };
3118 // Diagnose use of tune if target doesn't support it.
3120 AttrStr.find("tune=") != StringRef::npos)
3122 << Unsupported << None << "tune=";
3131 if (!ParsedAttrs.Tune.empty() &&
3132 !Context.getTargetInfo().isValidCPUName(ParsedAttrs.Tune))
3134 << Unknown << Tune << ParsedAttrs.Tune;
3141 << Duplicate << None << "tune=";

Completed in 27 milliseconds