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

  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 523 InstrClassMap[(*I)->TheDef] = SCIdx;
542 unsigned SCIdx = InstrClassMap.lookup((*I)->TheDef);
611 return InstrClassMap.lookup(Inst.TheDef);
690 InstClassMapTy::const_iterator Pos = InstrClassMap.find(*I);
691 if (Pos == InstrClassMap.end())
720 if (InstrClassMap[*I] == OldSCIdx)
753 unsigned OldSCIdx = InstrClassMap[*II];
766 InstrClassMap[*II] = SCIdx;
    [all...]
CodeGenSchedule.h 116 /// SchedWrites and SchedReads per-processor. InstrClassMap should map the same
140 // Instruction no longer mapped to this class by InstrClassMap. These
246 InstClassMapTy InstrClassMap;

Completed in 79 milliseconds