Searched refs:RWIdx (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| D | CodeGenSchedule.cpp | 774 void CodeGenSchedModels::expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, in expandRWSequence() argument 776 const CodeGenSchedRW &SchedRW = getSchedRW(RWIdx, IsRead); in expandRWSequence() 778 RWSeq.push_back(RWIdx); in expandRWSequence() 793 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() argument 796 const CodeGenSchedRW &SchedWrite = getSchedRW(RWIdx, IsRead); in expandRWSeqForProc() 817 RWSeq.push_back(RWIdx); in expandRWSeqForProc() 853 unsigned RWIdx = RWVec.size(); in findOrInsertRW() local 854 CodeGenSchedRW SchedRW(RWIdx, IsRead, Seq, genRWName(Seq, IsRead)); in findOrInsertRW() 856 return RWIdx; in findOrInsertRW() 1291 unsigned RWIdx; // Index of this variant or sequence's matched type. member [all …]
|
| D | CodeGenSchedule.h | 564 void expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, bool IsRead) const; 565 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead, 635 void collectRWResources(unsigned RWIdx, bool IsRead,
|