Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.cpp39 LanaiSubtarget::LanaiSubtarget(const Triple &TargetTriple, StringRef Cpu, in LanaiSubtarget()
H A DLanaiTargetMachine.cpp59 const Target &T, const Triple &TT, StringRef Cpu, StringRef FeatureString, in LanaiTargetMachine() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp341 static std::string formatRegisterId(uint16_t Reg16, CPUType Cpu) { in formatRegisterId() argument
220 formatMachineType(CPUType Cpu) formatMachineType() argument
299 formatRegisterId(RegisterId Id,CPUType Cpu) formatRegisterId() argument
337 formatRegisterId(uint16_t Reg16,CPUType Cpu) formatRegisterId() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp37 std::optional<CpuInfo> Cpu = parseCpu(CPU); getArchForCpu() local
H A DHost.cpp1570 StringRef Cpu; getHostCPUNameForSPARC() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h199 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu() argument
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.cpp50 StringRef Cpu, bool &HasHVX) { in handleHVXTargetFeatures() argument
179 // 't' in Cpu denotes tiny-core micro-architecture. For now, the co-processors in getHexagonTargetFeatures() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp462 getRegisterNames(CPUType Cpu) getRegisterNames() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp145 void ScalarEnumerationTraits<CPUType>::enumeration(IO &io, CPUType &Cpu) { in enumeration() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h538 CPUType Cpu; global() member