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

  /external/llvm/utils/TableGen/
CodeGenSchedule.h 190 RecVec ItinRWDefs;
213 return !WriteResDefs.empty() || !ItinRWDefs.empty();
CodeGenSchedule.cpp 243 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW");
244 for (RecIter II = ItinRWDefs.begin(), IE = ItinRWDefs.end(); II != IE; ++II) {
821 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW");
822 std::sort(ItinRWDefs.begin(), ItinRWDefs.end(), LessRecord());
823 for (RecIter II = ItinRWDefs.begin(), IE = ItinRWDefs.end(); II != IE; ++II) {
832 ProcModels[I->second].ItinRWDefs.push_back(*II);
    [all...]
SubtargetEmitter.cpp 874 for (Record *I : ProcModel.ItinRWDefs) {
    [all...]

Completed in 202 milliseconds