Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.cpp39 LanaiSubtarget::LanaiSubtarget(const Triple &TargetTriple, StringRef Cpu, in LanaiSubtarget() argument
H A DLanaiTargetMachine.cpp59 const Target &T, const Triple &TT, StringRef Cpu, StringRef FeatureString, in LanaiTargetMachine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp223 static std::string formatMachineType(CPUType Cpu) { in formatMachineType()
303 static std::string formatRegisterId(RegisterId Id, CPUType Cpu) { in formatRegisterId()
341 static std::string formatRegisterId(uint16_t Reg16, CPUType Cpu) { in formatRegisterId()
345 static std::string formatRegisterId(ulittle16_t &Reg16, CPUType Cpu) { in formatRegisterId()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h199 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.cpp50 StringRef Cpu, bool &HasHVX) { in handleHVXTargetFeatures() argument
178 StringRef Cpu(toolchains::HexagonToolChain::GetTargetCPUVersion(Args)); in getHexagonTargetFeatures() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp466 ArrayRef<EnumEntry<uint16_t>> getRegisterNames(CPUType Cpu) { in getRegisterNames()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp38 std::optional<CpuInfo> Cpu = parseCpu(CPU); in getArchForCpu() local
H A DHost.cpp1623 StringRef Cpu; in getHostCPUNameForSPARC() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp145 void ScalarEnumerationTraits<CPUType>::enumeration(IO &io, CPUType &Cpu) { in enumeration()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h545 CPUType Cpu; member