Lines Matching defs:CPU
35 const Triple &TT, StringRef CPU, StringRef TuneCPU, StringRef FS,
38 if (CPU.empty() || CPU == "generic")
39 CPU = Is64Bit ? "generic-la64" : "generic-la32";
42 TuneCPU = CPU;
44 ParseSubtargetFeatures(CPU, TuneCPU, FS);
66 // Initialize CPU specific properties. We should add a tablegen feature for
91 LoongArchSubtarget::LoongArchSubtarget(const Triple &TT, StringRef CPU,
95 : LoongArchGenSubtargetInfo(TT, CPU, TuneCPU, FS),
97 initializeSubtargetDependencies(TT, CPU, TuneCPU, FS, ABIName)),