Lines Matching defs:CPU
47 PPCSubtarget &PPCSubtarget::initializeSubtargetDependencies(StringRef CPU,
51 initSubtargetFeatures(CPU, TuneCPU, FS);
55 PPCSubtarget::PPCSubtarget(const Triple &TT, const std::string &CPU,
58 : PPCGenSubtargetInfo(TT, CPU, TuneCPU, FS), TargetTriple(TT),
61 TM(TM), FrameLowering(initializeSubtargetDependencies(CPU, TuneCPU, FS)),
77 void PPCSubtarget::initSubtargetFeatures(StringRef CPU, StringRef TuneCPU,
80 std::string CPUName = std::string(CPU);
81 if (CPUName.empty() || CPU == "generic") {
91 // Determine the CPU to schedule for.
94 // Initialize scheduling itinerary for the specified CPU.
155 // This overrides the PostRAScheduler bit in the SchedModel for each CPU.