Searched refs:GroupName (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/TableGen/
H A DDiagnosticBase.inc16 string GroupName = Name;
/external/llvm/include/llvm/MC/
H A DMCContext.h184 StringRef GroupName; member in struct:llvm::MCContext::ELFSectionKey
186 ELFSectionKey(StringRef SectionName, StringRef GroupName, argument
188 : SectionName(SectionName), GroupName(GroupName), UniqueID(UniqueID) {
193 if (GroupName != Other.GroupName)
194 return GroupName < Other.GroupName;
201 StringRef GroupName; member in struct:llvm::MCContext::COFFSectionKey
204 COFFSectionKey(StringRef SectionName, StringRef GroupName, argument
[all...]
/external/llvm/lib/Support/
H A DTimer.cpp196 Timer &get(StringRef Name, StringRef GroupName) { argument
199 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName];
202 GroupEntry.first = new TimerGroup(GroupName);
229 NamedRegionTimer::NamedRegionTimer(StringRef Name, StringRef GroupName, argument
231 : TimeRegion(!Enabled ? nullptr : &NamedGroupedTimers->get(Name, GroupName)){}
/external/swiftshader/third_party/LLVM/lib/Support/
H A DTimer.cpp210 Timer &get(StringRef Name, StringRef GroupName) { argument
213 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName];
216 GroupEntry.first = new TimerGroup(GroupName);
243 NamedRegionTimer::NamedRegionTimer(StringRef Name, StringRef GroupName, argument
245 : TimeRegion(!Enabled ? 0 : &NamedGroupedTimers->get(Name, GroupName)) {}
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTimer.cpp198 Timer &get(StringRef Name, StringRef Description, StringRef GroupName, argument
202 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName];
205 GroupEntry.first = new TimerGroup(GroupName, GroupDescription);
219 StringRef GroupName,
222 : &NamedGroupedTimers->get(Name, Description, GroupName,
218 NamedRegionTimer(StringRef Name, StringRef Description, StringRef GroupName, StringRef GroupDescription, bool Enabled) argument
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp349 #define ComputeDiagID(Severity, GroupName, DiagID) \
353 DiagID = diag::err_fe_##GroupName; \
356 DiagID = diag::warn_fe_##GroupName; \
362 DiagID = diag::note_fe_##GroupName; \
367 #define ComputeDiagRemarkID(Severity, GroupName, DiagID) \
371 DiagID = diag::err_fe_##GroupName; \
374 DiagID = diag::warn_fe_##GroupName; \
377 DiagID = diag::remark_fe_##GroupName; \
380 DiagID = diag::note_fe_##GroupName; \
/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp176 std::string GroupName = DI->getDef()->getValueAsString("GroupName"); local
177 DiagsInGroup[GroupName].DiagsInGroup.push_back(R);
187 GroupInfo &GI = DiagsInGroup[Group->getValueAsString("GroupName")];
200 GI.SubGroups.push_back(SubGroups[j]->getValueAsString("GroupName"));
227 std::string Name = (*I)->ExplicitDef->getValueAsString("GroupName");
264 std::string Name = NextDiagGroup->getValueAsString("GroupName");
341 const std::string &GroupName = Group->getValueAsString("GroupName"); local
342 if (GName == GroupName)
521 const std::string &GroupName = GroupRec->getValueAsString("GroupName"); local
631 const std::string &GroupName = Group->getValueAsString("GroupName"); local
[all...]
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DELFAsmParser.cpp338 StringRef GroupName; local
393 if (getParser().ParseIdentifier(GroupName))
434 GroupName));
/external/llvm/include/llvm/Support/
H A DTimer.h160 explicit NamedRegionTimer(StringRef Name, StringRef GroupName,
/external/llvm/lib/MC/
H A DMCContext.cpp297 StringRef GroupName; local
299 GroupName = Group->getName();
303 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID});
305 ELFSectionKey{Name, GroupName, UniqueID},
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp369 StringRef GroupName; local
448 if (getParser().parseIdentifier(GroupName))
517 GroupName = Group->getName();
523 Size, GroupName, UniqueID);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DTimer.h155 explicit NamedRegionTimer(StringRef Name, StringRef GroupName,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp468 std::string GroupName; local
470 GroupName = "Instruction Selection and Scheduling";
491 NamedRegionTimer T("DAG Combining 1", GroupName, TimePassesIsEnabled);
505 NamedRegionTimer T("Type Legalization", GroupName, TimePassesIsEnabled);
518 NamedRegionTimer T("DAG Combining after legalize types", GroupName,
528 NamedRegionTimer T("Vector Legalization", GroupName, TimePassesIsEnabled);
534 NamedRegionTimer T("Type Legalization 2", GroupName, TimePassesIsEnabled);
543 NamedRegionTimer T("DAG Combining after legalize vectors", GroupName,
555 NamedRegionTimer T("DAG Legalization", GroupName, TimePassesIsEnabled);
566 NamedRegionTimer T("DAG Combining 2", GroupName, TimePassesIsEnable
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DTimer.h162 StringRef GroupName,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp724 std::string GroupName; local
726 GroupName = "Instruction Selection and Scheduling";
754 NamedRegionTimer T("DAG Combining 1", GroupName, TimePassesIsEnabled);
768 NamedRegionTimer T("Type Legalization", GroupName, TimePassesIsEnabled);
783 NamedRegionTimer T("DAG Combining after legalize types", GroupName,
794 NamedRegionTimer T("Vector Legalization", GroupName, TimePassesIsEnabled);
800 NamedRegionTimer T("Type Legalization 2", GroupName, TimePassesIsEnabled);
809 NamedRegionTimer T("DAG Combining after legalize vectors", GroupName,
822 NamedRegionTimer T("DAG Legalization", GroupName, TimePassesIsEnabled);
834 NamedRegionTimer T("DAG Combining 2", GroupName, TimePassesIsEnable
[all...]

Completed in 461 milliseconds