Home
last modified time | relevance | path

Searched defs:Cpu (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.cpp39 LanaiSubtarget::LanaiSubtarget(const Triple &TargetTriple, StringRef Cpu, in LanaiSubtarget()
H A DLanaiTargetMachine.cpp55 StringRef Cpu, StringRef FeatureString, in LanaiTargetMachine()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DHexagon.cpp29 static StringRef getDefaultHvxLength(StringRef Cpu) { in getDefaultHvxLength()
50 StringRef Cpu, bool &HasHVX) { in handleHVXTargetFeatures()
109 StringRef Cpu(toolchains::HexagonToolChain::GetTargetCPUVersion(Args)); in getHexagonTargetFeatures() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp214 static std::string formatMachineType(CPUType Cpu) { in formatMachineType()
290 static std::string formatRegisterId(RegisterId Id, CPUType Cpu) { in formatRegisterId()
328 static std::string formatRegisterId(uint16_t Reg16, CPUType Cpu) { in formatRegisterId()
332 static std::string formatRegisterId(ulittle16_t &Reg16, CPUType Cpu) { in formatRegisterId()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DPerfHelper.cpp100 const int Cpu = -1; // measure any processor. in Counter() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h200 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp444 ArrayRef<EnumEntry<uint16_t>> getRegisterNames(CPUType Cpu) { in getRegisterNames()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp142 void ScalarEnumerationTraits<CPUType>::enumeration(IO &io, CPUType &Cpu) { in enumeration()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h530 CPUType Cpu; member