Searched defs:GroupName (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp340 StringRef GroupName; local
395 if (getParser().ParseIdentifier(GroupName))
436 GroupName));
/external/llvm/lib/Support/
H A DTimer.cpp208 Timer &get(StringRef Name, StringRef GroupName) { argument
211 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName];
214 GroupEntry.first = new TimerGroup(GroupName);
241 NamedRegionTimer::NamedRegionTimer(StringRef Name, StringRef GroupName, argument
243 : TimeRegion(!Enabled ? 0 : &NamedGroupedTimers->get(Name, GroupName)) {}
/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp143 std::string GroupName = DI->getDef()->getValueAsString("GroupName"); local
144 DiagsInGroup[GroupName].DiagsInGroup.push_back(R);
151 GroupInfo &GI = DiagsInGroup[Group->getValueAsString("GroupName")];
155 GI.SubGroups.push_back(SubGroups[j]->getValueAsString("GroupName"));
222 const std::string &GroupName = Group->getValueAsString("GroupName"); local
223 if (GName == GroupName)
249 const GroupInfo &GI = DiagsInGroup[Group->getValueAsString("GroupName")];
396 const std::string &GroupName local
534 const std::string &GroupName = local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp544 std::string GroupName; local
546 GroupName = "Instruction Selection and Scheduling";
567 NamedRegionTimer T("DAG Combining 1", GroupName, TimePassesIsEnabled);
581 NamedRegionTimer T("Type Legalization", GroupName, TimePassesIsEnabled);
594 NamedRegionTimer T("DAG Combining after legalize types", GroupName,
604 NamedRegionTimer T("Vector Legalization", GroupName, TimePassesIsEnabled);
610 NamedRegionTimer T("Type Legalization 2", GroupName, TimePassesIsEnabled);
619 NamedRegionTimer T("DAG Combining after legalize vectors", GroupName,
631 NamedRegionTimer T("DAG Legalization", GroupName, TimePassesIsEnabled);
642 NamedRegionTimer T("DAG Combining 2", GroupName, TimePassesIsEnable
[all...]

Completed in 75 milliseconds