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

  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 758 const std::vector<Record*> &UnitList =
762 << " [" << UnitList.size() << " units]:");
767 for (unsigned j = 0, M = UnitList.size(); j < M; ++j) {
769 std::string UnitName = UnitList[j]->getName();
    [all...]
SubtargetEmitter.cpp 292 const std::vector<Record*> &UnitList = Stage->getValueAsListOfDefs("Units");
295 for (unsigned j = 0, M = UnitList.size(); j < M;) {
297 ItinString += Name + "FU::" + UnitList[j]->getName();
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
SubtargetEmitter.cpp 229 const std::vector<Record*> &UnitList = Stage->getValueAsListOfDefs("Units");
232 for (unsigned j = 0, M = UnitList.size(); j < M;) {
234 ItinString += Name + "FU::" + UnitList[j]->getName();

Completed in 913 milliseconds