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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
InstrInfoEmitter.cpp 35 std::vector<Record*> DefList =
37 std::sort(DefList.begin(), DefList.end(), LessRecord());
39 for (unsigned i = 0, N = DefList.size(); i < N; i++)
40 ItinClassMap[DefList[i]->getName()] = i;
320 std::vector<Record*> DefList = Inst.TheDef->getValueAsListOfDefs("Defs");
321 if (DefList.empty())
324 OS << "ImplicitList" << EmittedLists[DefList] << ", ";
SubtargetEmitter.cpp 29 std::vector<Record*> DefList = Records.getAllDerivedDefinitions(ClassName);
30 std::sort(DefList.begin(), DefList.end(), LessRecord());
32 unsigned N = DefList.size();
48 Record *Def = DefList[i];
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGInstrs.cpp 266 std::vector<SUnit *> &DefList = Defs[Reg];
275 for (unsigned i = 0, e = DefList.size(); i != e; ++i) {
276 SUnit *DefSU = DefList[i];
350 if (!UnitLatencies && DefList.empty()) {
394 DefList.clear();
398 // to the DefList making dependence checking quadratic in the size of
400 // DefList.
402 while (!DefList.empty() && DefList.back()->isCall)
403 DefList.pop_back()
    [all...]
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 533 std::vector<Record*> DefList = Inst.TheDef->getValueAsListOfDefs("Defs");
534 if (DefList.empty())
537 OS << "ImplicitList" << EmittedLists[DefList] << ", ";
SubtargetEmitter.cpp 123 std::vector<Record*> DefList =
125 std::sort(DefList.begin(), DefList.end(), LessRecord());
127 unsigned N = DefList.size();
141 Record *Def = DefList[i];
    [all...]

Completed in 176 milliseconds