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

  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 312 std::vector<PhysRegSUOper> &DefList = Defs[*Alias];
313 for (unsigned i = 0, e = DefList.size(); i != e; ++i) {
314 SUnit *DefSU = DefList[i].SU;
342 std::vector<PhysRegSUOper> &DefList = Defs[MO.getReg()];
346 if (!UnitLatencies && DefList.empty()) {
396 DefList.clear();
400 // to the DefList making dependence checking quadratic in the size of
402 // DefList.
404 while (!DefList.empty() && DefList.back().SU->isCall
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 75 std::vector<Record*> DefList = Records.getAllDerivedDefinitions(ClassName);
76 std::sort(DefList.begin(), DefList.end(), LessRecord());
78 unsigned N = DefList.size();
94 Record *Def = DefList[i];
106 Record *Def = DefList[i];
InstrInfoEmitter.cpp 365 std::vector<Record*> DefList = Inst.TheDef->getValueAsListOfDefs("Defs");
366 if (DefList.empty())
369 OS << "ImplicitList" << EmittedLists[DefList] << ", ";

Completed in 44 milliseconds