Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp619 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedRW() local
620 for (Record *InstRWDef : InstRWDefs) { in collectSchedRW()
891 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedClasses() local
892 llvm::sort(InstRWDefs, LessRecord()); in collectSchedClasses()
894 for (Record *RWDef : InstRWDefs) in collectSchedClasses()