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 517 InstrClassMap[Inst->TheDef] = SCIdx;
534 unsigned SCIdx = InstrClassMap.lookup(Inst->TheDef);
604 return InstrClassMap.lookup(Inst.TheDef);
684 InstClassMapTy::const_iterator Pos = InstrClassMap.find(*I);
685 if (Pos == InstrClassMap.end())
714 if (InstrClassMap[*I] == OldSCIdx)
747 unsigned OldSCIdx = InstrClassMap[*II];
760 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
256 InstClassMapTy InstrClassMap;

Completed in 820 milliseconds