HomeSort by relevance Sort by last modified time
    Searched defs:GroupName (Results 1 - 3 of 3) sorted by null

  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 138 std::string GroupName = DI->getDef()->getValueAsString("GroupName");
139 DiagsInGroup[GroupName].DiagsInGroup.push_back(R);
146 GroupInfo &GI = DiagsInGroup[Group->getValueAsString("GroupName")];
150 GI.SubGroups.push_back(SubGroups[j]->getValueAsString("GroupName"));
205 DiagsInGroup.find(DI->getDef()->getValueAsString("GroupName"));
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 338 StringRef GroupName;
393 if (getParser().ParseIdentifier(GroupName))
434 GroupName));
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 547 std::string GroupName;
549 GroupName = "Instruction Selection and Scheduling";
570 NamedRegionTimer T("DAG Combining 1", GroupName, TimePassesIsEnabled);
584 NamedRegionTimer T("Type Legalization", GroupName, TimePassesIsEnabled);
597 NamedRegionTimer T("DAG Combining after legalize types", GroupName,
607 NamedRegionTimer T("Vector Legalization", GroupName, TimePassesIsEnabled);
613 NamedRegionTimer T("Type Legalization 2", GroupName, TimePassesIsEnabled);
622 NamedRegionTimer T("DAG Combining after legalize vectors", GroupName,
634 NamedRegionTimer T("DAG Legalization", GroupName, TimePassesIsEnabled);
645 NamedRegionTimer T("DAG Combining 2", GroupName, TimePassesIsEnabled)
    [all...]

Completed in 3627 milliseconds