Home
last modified time | relevance | path

Searched defs:TuneCPU (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.cpp237 void X86Subtarget::initSubtargetFeatures(StringRef CPU, StringRef TuneCPU, in initSubtargetFeatures()
287 StringRef TuneCPU, in initializeSubtargetDependencies()
293 X86Subtarget::X86Subtarget(const Triple &TT, StringRef CPU, StringRef TuneCPU, in X86Subtarget()
H A DX86TargetMachine.cpp248 StringRef TuneCPU = in getSubtargetImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp52 StringRef TuneCPU, StringRef FS, in initializeSubtargetDependencies()
77 StringRef TuneCPU, StringRef FS, in RISCVSubtarget()
H A DRISCVTargetMachine.cpp83 std::string TuneCPU = in getSubtargetImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSubtargetInfo.cpp150 static FeatureBitset getFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS, in getFeatures()
208 void MCSubtargetInfo::InitMCProcessorInfo(StringRef CPU, StringRef TuneCPU, in InitMCProcessorInfo()
219 void MCSubtargetInfo::setDefaultFeatures(StringRef CPU, StringRef TuneCPU, in setDefaultFeatures()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetOptions.h39 std::string TuneCPU; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp18 const Triple &TT, StringRef CPU, StringRef TuneCPU, StringRef FS, in TargetSubtargetInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTargetParser.cpp277 StringRef resolveTuneCPUAlias(StringRef TuneCPU, bool IsRV64) { in resolveTuneCPUAlias()
284 CPUKind parseTuneCPUKind(StringRef TuneCPU, bool IsRV64) { in parseTuneCPUKind()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h78 std::string TuneCPU; // CPU being tuned for. variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp2077 std::string TuneCPU; in AddRISCVTargetArgs() local
2188 std::string TuneCPU; in AddX86TargetArgs() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1919 StringRef TuneCPU = getTarget().getTargetOpts().TuneCPU; in GetCPUAndFeaturesAttributes() local