Searched refs:RWDefs (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 562 static void scanSchedRW(Record *RWDef, RecVec &RWDefs, in scanSchedRW() argument 566 RWDefs.push_back(RWDef); in scanSchedRW() 571 scanSchedRW(WSRec, RWDefs, RWSet); in scanSchedRW() 580 scanSchedRW(SelDef, RWDefs, RWSet); in scanSchedRW() 614 RecVec RWDefs = InstRWDef->getValueAsListOfDefs("OperandReadWrites"); in collectSchedRW() local 615 for (Record *RWDef : RWDefs) { in collectSchedRW() 628 RecVec RWDefs = ItinRWDef->getValueAsListOfDefs("OperandReadWrites"); in collectSchedRW() local 629 for (Record *RWDef : RWDefs) { in collectSchedRW() 697 } RecVec RWDefs = Records.getAllDerivedDefinitions("SchedReadWrite"); in collectSchedRW() 699 : RWDefs) { in collectSchedRW() [all …]
|
| H A D | CodeGenSchedule.h | 562 void findRWs(const RecVec &RWDefs, IdxVec &Writes, IdxVec &Reads) const; 563 void findRWs(const RecVec &RWDefs, IdxVec &RWs, bool IsRead) const;
|