Searched defs:CPUName (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DSystemZ.cpp39 llvm::StringRef CPUName = A->getValue(); local
H A DPPC.cpp26 StringRef CPUName = A->getValue(); local
H A DMips.cpp134 StringRef CPUName, ABIName; local
24 getMipsCPUAndABI(const ArgList &Args, const llvm::Triple &Triple, StringRef &CPUName, StringRef &ABIName) argument
194 StringRef CPUName; local
459 isFP64ADefault(const llvm::Triple &Triple, StringRef CPUName) argument
469 isFPXXDefault(const llvm::Triple &Triple, StringRef CPUName, StringRef ABIName, mips::FloatABI FloatABI) argument
491 shouldUseFPXX(const ArgList &Args, const llvm::Triple &Triple, StringRef CPUName, StringRef ABIName, mips::FloatABI FloatABI) argument
[all...]
H A DARM.cpp349 StringRef CPUName; local
102 checkARMArchName(const Driver &D, const Arg *A, const ArgList &Args, llvm::StringRef ArchName, llvm::StringRef CPUName, std::vector<StringRef> &Features, const llvm::Triple &Triple) argument
117 checkARMCPUName(const Driver &D, const Arg *A, const ArgList &Args, llvm::StringRef CPUName, llvm::StringRef ArchName, std::vector<StringRef> &Features, const llvm::Triple &Triple) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSubtarget.cpp26 std::string CPUName = std::string(CPU); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.cpp46 StringRef CPUName = CPU; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcSubtarget.cpp53 std::string CPUName = std::string(CPU); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp32 StringRef CPUName = CPU; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVESubtarget.cpp31 std::string CPUName = std::string(CPU); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp71 void defineCPUMacros(MacroBuilder &Builder, StringRef CPUName, bool Tuning) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp36 std::string CPUName = std::string(CPU); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp132 std::string CPUName = std::string(CPU); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOpenBSD.cpp56 StringRef CPUName; local
H A DFreeBSD.cpp51 StringRef CPUName; local
H A DNetBSD.cpp57 StringRef CPUName; local
H A DLinux.cpp172 StringRef CPUName; local
H A DCommonArgs.cpp321 StringRef CPUName; local
1146 StringRef CPUName; local
H A DClang.cpp1727 StringRef CPUName; local
2097 StringRef CPUName = A->getValue(); local
6744 StringRef CPUName; local
H A DGnu.cpp831 StringRef CPUName; local
913 std::string CPUName = systemz::getSystemZTargetCPU(Args); local
1442 StringRef CPUName; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCTargetDesc.cpp55 std::string CPUName = std::string(CPU); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp240 StringRef CPUName = MIPS_MC::selectMipsCPU(TM.getTargetTriple(), CPU); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp68 std::string CPUName = std::string(CPU); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp231 std::string CPUName = std::string(CPU); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp468 StringRef CPUName = Features.first; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp293 std::string CPUName = std::string(CPU); local

Completed in 190 milliseconds

12