Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp905 InstrClassMap[Inst->TheDef] = SCIdx; in collectSchedClasses()
991 return InstrClassMap.lookup(Inst.TheDef); in getSchedClassIdx()
1076 InstClassMapTy::const_iterator Pos = InstrClassMap.find(InstDef); in createInstRWClass()
1077 if (Pos == InstrClassMap.end()) in createInstRWClass()
1095 return InstrClassMap[OIDef] == OldSCIdx; in createInstRWClass()
1158 InstrClassMap[InstDef] = SCIdx; in createInstRWClass()
1296 if (InstrClassMap[*II] == SCIdx) in inferFromInstRWs()
H A DCodeGenSchedule.h447 InstClassMapTy InstrClassMap; variable