Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/utils/TableGen/
DCodeGenSchedule.cpp269 Record *MatchDef = (*AI)->getValueAsDef("MatchRW"); in collectSchedRW() local
271 if (MatchDef->isSubClassOf("SchedWrite")) { in collectSchedRW()
277 assert(MatchDef->isSubClassOf("SchedRead") && "Unknown SchedReadWrite"); in collectSchedRW()
307 Record *MatchDef = (*AI)->getValueAsDef("MatchRW"); in collectSchedRW() local
308 CodeGenSchedRW &RW = getSchedRW(MatchDef); in collectSchedRW()