Searched defs:TuneCPU (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 237 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()
|
D | X86TargetMachine.cpp | 242 StringRef TuneCPU = in getSubtargetImpl() local
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVSubtarget.cpp | 33 const Triple &TT, StringRef CPU, StringRef TuneCPU, StringRef FS, StringRef ABIName) { in initializeSubtargetDependencies() 54 StringRef TuneCPU, StringRef FS, in RISCVSubtarget()
|
D | RISCVTargetMachine.cpp | 84 std::string TuneCPU = in getSubtargetImpl() local
|
/external/llvm-project/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 150 static FeatureBitset getFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS, in getFeatures() 208 void MCSubtargetInfo::InitMCProcessorInfo(StringRef CPU, StringRef TuneCPU, in InitMCProcessorInfo() 217 void MCSubtargetInfo::setDefaultFeatures(StringRef CPU, StringRef TuneCPU, in setDefaultFeatures()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | TargetOptions.h | 39 std::string TuneCPU; variable
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetSubtargetInfo.cpp | 18 const Triple &TT, StringRef CPU, StringRef TuneCPU, StringRef FS, in TargetSubtargetInfo()
|
/external/llvm-project/llvm/lib/Support/ |
D | TargetParser.cpp | 273 StringRef resolveTuneCPUAlias(StringRef TuneCPU, bool IsRV64) { in resolveTuneCPUAlias() 280 CPUKind parseTuneCPUKind(StringRef TuneCPU, bool IsRV64) { in parseTuneCPUKind()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSubtargetInfo.h | 78 std::string TuneCPU; // CPU being tuned for. variable
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | Clang.cpp | 1998 std::string TuneCPU; in AddRISCVTargetArgs() local 2109 std::string TuneCPU; in AddX86TargetArgs() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 1830 StringRef TuneCPU = getTarget().getTargetOpts().TuneCPU; in GetCPUAndFeaturesAttributes() local
|