HomeSort by relevance Sort by last modified time
    Searched refs:MCpu (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 88 void setCpu(const char *MCpu) { this->MCpu = MCpu; }
220 std::string MCpu;
ThinLTOCodeGenerator.h 37 std::string MCpu;
160 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 91 void setCpu(StringRef MCpu) { this->MCpu = MCpu; }
226 std::string MCpu;
ThinLTOCodeGenerator.h 55 std::string MCpu;
217 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); }
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 341 if (MCpu.empty() && Triple.isOSDarwin()) {
343 MCpu = "core2";
345 MCpu = "yonah";
347 MCpu = "cyclone";
356 MArch->createTargetMachine(TripleStr, MCpu, FeatureStr, Options,
ThinLTOCodeGenerator.cpp 424 if (TMBuilder.MCpu.empty() && TheTriple.isOSDarwin()) {
426 TMBuilder.MCpu = "core2";
428 TMBuilder.MCpu = "yonah";
430 TMBuilder.MCpu = "cyclone";
481 TheTriple.str(), MCpu, FeatureStr, Options, RelocModel,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
LTOCodeGenerator.cpp 345 if (MCpu.empty() && Triple.isOSDarwin()) {
347 MCpu = "core2";
349 MCpu = "yonah";
351 MCpu = "cyclone";
360 TripleStr, MCpu, FeatureStr, Options, RelocModel, None, CGOptLevel));
ThinLTOCodeGenerator.cpp 345 AddString(TMBuilder.MCpu);
537 if (TMBuilder.MCpu.empty() && TheTriple.isOSDarwin()) {
539 TMBuilder.MCpu = "core2";
541 TMBuilder.MCpu = "yonah";
543 TMBuilder.MCpu = "cyclone";
600 TheTarget->createTargetMachine(TheTriple.str(), MCpu, FeatureStr, Options,
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]

Completed in 139 milliseconds