Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp847 InstrClassMap[Inst->TheDef] = SCIdx; in collectSchedClasses()
930 return InstrClassMap.lookup(Inst.TheDef); in getSchedClassIdx()
1013 InstClassMapTy::const_iterator Pos = InstrClassMap.find(InstDef); in createInstRWClass()
1014 if (Pos == InstrClassMap.end()) in createInstRWClass()
1032 return InstrClassMap[OIDef] == OldSCIdx; in createInstRWClass()
1094 InstrClassMap[InstDef] = SCIdx; in createInstRWClass()
1229 if (InstrClassMap[*II] == SCIdx) in inferFromInstRWs()
H A DCodeGenSchedule.h462 InstClassMapTy InstrClassMap; variable