Lines Matching refs:CPU
30 if (CPU == "hexagonv5") {
37 } else if (CPU == "hexagonv55") {
42 } else if (CPU == "hexagonv60") {
48 } else if (CPU == "hexagonv62") {
52 } else if (CPU == "hexagonv65") {
56 } else if (CPU == "hexagonv66") {
60 } else if (CPU == "hexagonv67") {
63 } else if (CPU == "hexagonv67t") {
66 } else if (CPU == "hexagonv68") {
69 } else if (CPU == "hexagonv69") {
72 } else if (CPU == "hexagonv71") {
75 } else if (CPU == "hexagonv71t") {
78 } else if (CPU == "hexagonv73") {
111 llvm::StringMap<bool> &Features, DiagnosticsEngine &Diags, StringRef CPU,
116 StringRef CPUFeature = CPU;
124 return TargetInfo::initFeatureMap(Features, Diags, CPU, FeaturesVec);
146 if (CPU.compare("hexagonv68") >= 0) {