Searched refs:InstrClassMap (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp523 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())
734 unsigned OldSCIdx = InstrClassMap[*II];
747 InstrClassMap[*II] = SCIdx;
879 if (InstrClassMap[*II] == SCIdx)
H A DCodeGenSchedule.h116 /// SchedWrites and SchedReads per-processor. InstrClassMap should map the same
140 // Instruction no longer mapped to this class by InstrClassMap. These
246 InstClassMapTy InstrClassMap; member in class:llvm::CodeGenSchedModels

Completed in 116 milliseconds