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

  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaSubtarget.cpp 26 std::string CPUName = CPU;
27 if (CPUName.empty())
28 CPUName = "generic";
31 ParseSubtargetFeatures(CPUName, FS);
34 InstrItins = getInstrItineraryForCPU(CPUName);
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcSubtarget.cpp 33 std::string CPUName = CPU;
34 if (CPUName.empty()) {
36 CPUName = "v9";
38 CPUName = "v8";
40 IsV9 = CPUName == "v9";
43 ParseSubtargetFeatures(CPUName, FS);
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinSubtarget.cpp 39 std::string CPUName = CPU;
40 if (CPUName.empty())
41 CPUName = "generic";
43 ParseSubtargetFeatures(CPUName, FS);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeSubtarget.cpp 34 std::string CPUName = CPU;
35 if (CPUName.empty())
36 CPUName = "mblaze";
37 ParseSubtargetFeatures(CPUName, FS);
41 HasItin = CPUName != "mblaze";
42 DEBUG(dbgs() << "CPU " << CPUName << "(" << HasItin << ")\n");
45 InstrItins = getInstrItineraryForCPU(CPUName);
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZSubtarget.cpp 30 std::string CPUName = CPU;
31 if (CPUName.empty())
32 CPUName = "z9";
35 ParseSubtargetFeatures(CPUName, FS);
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430Subtarget.cpp 28 std::string CPUName = "generic";
31 ParseSubtargetFeatures(CPUName, FS);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.cpp 32 std::string CPUName = CPU;
33 if (CPUName.empty())
34 CPUName = "mips32r1";
37 ParseSubtargetFeatures(CPUName, FS);
40 InstrItins = getInstrItineraryForCPU(CPUName);
  /external/llvm/lib/Target/Lanai/
LanaiSubtarget.cpp 27 std::string CPUName = CPU;
28 if (CPUName.empty())
29 CPUName = "generic";
31 ParseSubtargetFeatures(CPUName, FS);
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.cpp 27 std::string CPUName = CPU;
28 if (CPUName.empty())
29 CPUName = "generic";
31 ParseSubtargetFeatures(CPUName, FS);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSubtarget.cpp 82 std::string CPUName = CPU;
83 if (CPUName.empty())
84 CPUName = "generic";
86 if (CPUName == "generic")
87 CPUName = GetCurrentPowerPCCPU();
91 ParseSubtargetFeatures(CPUName, FS);
94 InstrItins = getInstrItineraryForCPU(CPUName);
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.cpp 55 std::string CPUName = CPU;
56 if (CPUName.empty())
57 CPUName = (Is64Bit) ? "v9" : "v8";
60 ParseSubtargetFeatures(CPUName, FS);
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 114 std::string CPUName = CPU;
115 if (CPUName.empty() || CPU == "generic") {
118 CPUName = "ppc64le";
120 CPUName = "generic";
124 InstrItins = getInstrItineraryForCPU(CPUName);
127 ParseSubtargetFeatures(CPUName, FS);
  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCTargetDesc.cpp 50 std::string CPUName = CPU;
51 if (CPUName.empty())
52 CPUName = "generic";
54 return createLanaiMCSubtargetInfoImpl(TT, CPUName, FS);
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 172 std::string CPUName = CPU;
173 if (CPUName.empty())
174 CPUName = "generic";
196 ParseSubtargetFeatures(CPUName, FullFS);
205 InstrItins = getInstrItineraryForCPU(CPUName);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.cpp 306 std::string CPUName = CPU;
307 if (CPUName.empty()) {
309 CPUName = sys::getHostCPUName();
311 CPUName = "generic";
326 ParseSubtargetFeatures(CPUName, FullFS);
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 149 std::string CPUName = MIPS_MC::selectMipsCPU(TM.getTargetTriple(), CPU);
152 ParseSubtargetFeatures(CPUName, FS);
154 InstrItins = getInstrItineraryForCPU(CPUName);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 266 std::string CPUName = CPU;
267 if (CPUName.empty()) {
269 CPUName = sys::getHostCPUName();
271 CPUName = "generic";
276 InitX86MCSubtargetInfo(X, TT, CPUName, ArchFS);
  /external/clang/lib/Driver/
Tools.h 296 const llvm::Triple &Triple, StringRef &CPUName,
303 bool isFP64ADefault(const llvm::Triple &Triple, StringRef CPUName);
304 bool isFPXXDefault(const llvm::Triple &Triple, StringRef CPUName,
307 StringRef CPUName, StringRef ABIName,
    [all...]
Tools.cpp 725 llvm::StringRef CPUName, llvm::StringRef ArchName,
728 std::pair<StringRef, StringRef> Split = CPUName.split("+");
730 std::string CPU = arm::getARMTargetCPU(CPUName, ArchName, Triple);
    [all...]
ToolChains.cpp     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 133 std::string CPUName = CPU;
134 if (CPUName.empty())
135 CPUName = "generic";
137 return createX86MCSubtargetInfoImpl(TT, CPUName, ArchFS);
  /external/clang/lib/Basic/
Targets.cpp 61 static void defineCPUMacros(MacroBuilder &Builder, StringRef CPUName,
63 Builder.defineMacro("__" + CPUName);
64 Builder.defineMacro("__" + CPUName + "__");
66 Builder.defineMacro("__tune_" + CPUName + "__");
    [all...]

Completed in 4386 milliseconds