Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp591 const Record *SchedDef = Inst->TheDef; in collectSchedRW() local
592 if (SchedDef->isValueUnset("SchedRW")) in collectSchedRW()
594 for (const Record *RW : SchedDef->getValueAsListOfDefs("SchedRW")) { in collectSchedRW()