Searched defs:Cpu (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiSubtarget.cpp | 39 LanaiSubtarget::LanaiSubtarget(const Triple &TargetTriple, StringRef Cpu, in LanaiSubtarget() argument
|
H A D | LanaiTargetMachine.cpp | 59 const Target &T, const Triple &TT, StringRef Cpu, StringRef FeatureString, in LanaiTargetMachine()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 223 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 D | ThinLTOCodeGenerator.h | 199 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Hexagon.cpp | 50 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 D | EnumTables.cpp | 466 ArrayRef<EnumEntry<uint16_t>> getRegisterNames(CPUType Cpu) { in getRegisterNames()
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | AArch64TargetParser.cpp | 38 std::optional<CpuInfo> Cpu = parseCpu(CPU); in getArchForCpu() local
|
H A D | Host.cpp | 1623 StringRef Cpu; in getHostCPUNameForSPARC() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLSymbols.cpp | 145 void ScalarEnumerationTraits<CPUType>::enumeration(IO &io, CPUType &Cpu) { in enumeration()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 545 CPUType Cpu; member
|