Searched refs:RWDefs (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenSchedule.cpp | 585 static void scanSchedRW(Record *RWDef, RecVec &RWDefs, in scanSchedRW() argument 589 RWDefs.push_back(RWDef); in scanSchedRW() 594 scanSchedRW(WSRec, RWDefs, RWSet); in scanSchedRW() 602 scanSchedRW(SelDef, RWDefs, RWSet); in scanSchedRW() 636 RecVec RWDefs = InstRWDef->getValueAsListOfDefs("OperandReadWrites"); in collectSchedRW() local 637 for (Record *RWDef : RWDefs) { in collectSchedRW() 650 RecVec RWDefs = ItinRWDef->getValueAsListOfDefs("OperandReadWrites"); in collectSchedRW() local 651 for (Record *RWDef : RWDefs) { in collectSchedRW() 718 } RecVec RWDefs = Records.getAllDerivedDefinitions("SchedReadWrite"); in collectSchedRW() 720 : RWDefs) { in collectSchedRW() [all …]
|
H A D | CodeGenSchedule.h | 564 void findRWs(const RecVec &RWDefs, IdxVec &Writes, IdxVec &Reads) const; 565 void findRWs(const RecVec &RWDefs, IdxVec &RWs, bool IsRead) const;
|