Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:CPU

40 std::string ARM_MC::ParseARMTriple(StringRef TT, StringRef CPU) {
58 bool NoCPU = CPU == "generic" || CPU.empty();
68 // Use CPU to figure out the exact features.
76 // Use CPU to figure out the exact features.
84 // Use CPU to figure out the exact features.
87 // v7 CPUs have lots of different feature sets. If no CPU is specified,
89 // the "minimum" feature set and use CPU string to figure out the exact
95 // Use CPU to figure out the exact features.
135 MCSubtargetInfo *ARM_MC::createARMMCSubtargetInfo(StringRef TT, StringRef CPU,
137 std::string ArchFS = ARM_MC::ParseARMTriple(TT, CPU);
146 InitARMMCSubtargetInfo(X, TT, CPU, ArchFS);