Home | History | Annotate | Download | only in X86

Lines Matching refs:CPU

332                                            "target-cpu");
335 std::string CPU =
341 resetSubtargetFeatures(CPU, FS);
345 void X86Subtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS) {
346 std::string CPUName = CPU;
347 if (!FS.empty() || !CPU.empty()) {
393 // CPUName may have been set by the CPU detection code. Make sure the
456 X86Subtarget::X86Subtarget(const std::string &TT, const std::string &CPU,
459 : X86GenSubtargetInfo(TT, CPU, FS)
466 resetSubtargetFeatures(CPU, FS);