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

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.cpp 199 std::string FeatureStr = getFeatureString(Features);
200 WasmTM->setTargetFeatureString(FeatureStr);
202 replaceFeatures(F, FeatureStr);
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 229 std::string FeatureStr;
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
X86.cpp 1020 bool X86TargetInfo::validateCpuSupports(StringRef FeatureStr) const {
1021 return llvm::StringSwitch<bool>(FeatureStr)
1102 bool X86TargetInfo::validateCpuIs(StringRef FeatureStr) const {
1103 return llvm::StringSwitch<bool>(FeatureStr)
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOCodeGenerator.cpp 339 FeatureStr = Features.getString();
362 TripleStr, Config.CPU, FeatureStr, Config.Options, Config.RelocModel,
LTOModule.cpp 217 std::string FeatureStr = Features.getString();
233 march->createTargetMachine(TripleStr, CPU, FeatureStr, options, None);
ThinLTOCodeGenerator.cpp 581 std::string FeatureStr = Features.getString();
584 TheTarget->createTargetMachine(TheTriple.str(), MCpu, FeatureStr, Options,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 3462 std::string FeatureStr = F.str();
3463 FeatureStr[0] = std::toupper(FeatureStr[0]);
3468 << TheCall->getSourceRange() << StringRef(FeatureStr);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 12279 StringRef FeatureStr = cast<StringLiteral>(FeatureExpr)->getString();
12280 return EmitX86CpuSupports(FeatureStr);
12287 for (const StringRef &FeatureStr : FeatureStrs) {
12289 StringSwitch<unsigned>(FeatureStr)

Completed in 44 milliseconds