Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp638 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedRW() local
639 for (Record *InstRWDef : InstRWDefs) { in collectSchedRW()
908 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedClasses() local
909 llvm::sort(InstRWDefs, LessRecord()); in collectSchedClasses()
911 for (Record *RWDef : InstRWDefs) in collectSchedClasses()