HomeSort by relevance Sort by last modified time
    Searched refs:UnitList (Results 1 - 5 of 5) 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-7.0/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 764 const std::vector<Record*> &UnitList =
767 LLVM_DEBUG(dbgs() << " stage:" << i << " [" << UnitList.size()
773 for (unsigned j = 0, M = UnitList.size(); j < M; ++j) {
775 std::string UnitName = UnitList[j]->getName();
    [all...]
SubtargetEmitter.cpp 286 RecVec UnitList = Stage->getValueAsListOfDefs("Units");
289 for (unsigned j = 0, M = UnitList.size(); j < M;) {
291 ItinString += Name + "FU::" + UnitList[j]->getName().str();
    [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 4266 milliseconds