Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp886 InstrClassMap[Inst->TheDef] = SCIdx; in collectSchedClasses()
973 return InstrClassMap.lookup(Inst.TheDef); in getSchedClassIdx()
1058 InstClassMapTy::const_iterator Pos = InstrClassMap.find(InstDef); in createInstRWClass()
1059 if (Pos == InstrClassMap.end()) in createInstRWClass()
1077 return InstrClassMap[OIDef] == OldSCIdx; in createInstRWClass()
1133 InstrClassMap[InstDef] = SCIdx; in createInstRWClass()
1272 if (InstrClassMap[*II] == SCIdx) in inferFromInstRWs()
H A DCodeGenSchedule.h442 InstClassMapTy InstrClassMap; variable