OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GroupName
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Support/
Timer.cpp
210
Timer &get(StringRef Name, StringRef
GroupName
) {
213
std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[
GroupName
];
216
GroupEntry.first = new TimerGroup(
GroupName
);
243
NamedRegionTimer::NamedRegionTimer(StringRef Name, StringRef
GroupName
,
245
: TimeRegion(!Enabled ? 0 : &NamedGroupedTimers->get(Name,
GroupName
)) {}
/external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp
289
StringRef
GroupName
;
344
if (getParser().ParseIdentifier(
GroupName
))
385
GroupName
));
/external/llvm/include/llvm/Support/
Timer.h
155
explicit NamedRegionTimer(StringRef Name, StringRef
GroupName
,
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
461
std::string
GroupName
;
463
GroupName
= "Instruction Selection and Scheduling";
483
NamedRegionTimer T("DAG Combining 1",
GroupName
, TimePassesIsEnabled);
497
NamedRegionTimer T("Type Legalization",
GroupName
, TimePassesIsEnabled);
510
NamedRegionTimer T("DAG Combining after legalize types",
GroupName
,
520
NamedRegionTimer T("Vector Legalization",
GroupName
, TimePassesIsEnabled);
526
NamedRegionTimer T("Type Legalization 2",
GroupName
, TimePassesIsEnabled);
535
NamedRegionTimer T("DAG Combining after legalize vectors",
GroupName
,
547
NamedRegionTimer T("DAG Legalization",
GroupName
, TimePassesIsEnabled);
558
NamedRegionTimer T("DAG Combining 2",
GroupName
, TimePassesIsEnabled)
[
all
...]
/external/llvm/utils/TableGen/
ClangDiagnosticsEmitter.cpp
164
OS.write_escaped(DI->getDef()->getValueAsString("
GroupName
")) << '"';
230
std::string
GroupName
= DI->getDef()->getValueAsString("
GroupName
");
231
DiagsInGroup[
GroupName
].DiagsInGroup.push_back(R);
240
GroupInfo &GI = DiagsInGroup[Group->getValueAsString("
GroupName
")];
244
GI.SubGroups.push_back(SubGroups[j]->getValueAsString("
GroupName
"));
Completed in 273 milliseconds