Lines Matching full:processor
124 errs() << format(" %-*s - Select the %s processor.\n", MaxCPULen,
162 errs() << "Use -mcpu or -mtune to specify the target's processor.\n"
197 errs() << "'" << CPU << "' is not a recognized processor for this target"
198 << " (ignoring processor)\n";
210 errs() << "'" << TuneCPU << "' is not a recognized processor for this "
211 << "target (ignoring processor)\n";
332 "Processor machine model table is not sorted");
340 << "' is not a recognized processor for this target"
341 << " (ignoring processor)\n";
344 assert(CPUEntry->SchedModel && "Missing processor SchedModel value");