Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp633 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedRW() local
634 for (Record *InstRWDef : InstRWDefs) { in collectSchedRW()
890 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedClasses() local
891 llvm::sort(InstRWDefs, LessRecord()); in collectSchedClasses()
893 for (Record *RWDef : InstRWDefs) in collectSchedClasses()