Lines Matching refs:Target
55 std::string Target;
101 ArrayRef<const Record *> Targets = Records.getAllDerivedDefinitions("Target");
103 PrintFatalError("No 'Target' subclasses defined!");
105 PrintFatalError("Multiple subclasses of Target defined!");
106 Target = std::string(Targets[0]->getName());
146 OS << "\nstatic const std::pair<ValidationEvent, const char*> " << Target
149 OS << " { " << VCI.EventName << ", " << Target << "PfmCounterNames["
155 OS << "\nstatic const PfmCountersInfo " << Target << Def.getName()
162 OS << " " << Target << "PfmCounterNames[" << getPfmCounterId(CycleCounter)
169 OS << " " << Target << "PfmCounterNames[" << getPfmCounterId(UopsCounter)
176 OS << " " << Target << "PfmIssueCounters + " << IssueCountersTableOffset
183 OS << " " << Target << Def.getName() << "ValidationCounters, "
192 OS << "\nstatic const char *" << Target << "PfmCounterNames[] = {\n";
207 OS << "static const PfmCountersInfo::IssueCounter " << Target
211 OS << " { " << Target << "PfmCounterNames["
235 << "static const CpuAndPfmCounters " << Target << "CpuPfmCounters[] = {\n";
240 << " &" << Target << Binding->getValueAsDef("Counters")->getName() //