Lines Matching defs:CPU
28 const Triple &TT, StringRef CPU, StringRef TuneCPU, StringRef FS,
31 if (CPU.empty() || CPU == "generic")
32 CPU = Is64Bit ? "generic-la64" : "generic-la32";
35 TuneCPU = CPU;
37 ParseSubtargetFeatures(CPU, TuneCPU, FS);
59 // Initialize CPU specific properties. We should add a tablegen feature for
84 LoongArchSubtarget::LoongArchSubtarget(const Triple &TT, StringRef CPU,
88 : LoongArchGenSubtargetInfo(TT, CPU, TuneCPU, FS),
90 initializeSubtargetDependencies(TT, CPU, TuneCPU, FS, ABIName)),