Searched refs:RWIdx (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenSchedule.cpp | 751 void CodeGenSchedModels::expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, in expandRWSequence() argument 753 const CodeGenSchedRW &SchedRW = getSchedRW(RWIdx, IsRead); in expandRWSequence() 755 RWSeq.push_back(RWIdx); in expandRWSequence() 769 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() argument 771 const CodeGenSchedRW &SchedWrite = getSchedRW(RWIdx, IsRead); in expandRWSeqForProc() 794 RWSeq.push_back(RWIdx); in expandRWSeqForProc() 821 unsigned RWIdx = RWVec.size(); in findOrInsertRW() local 822 CodeGenSchedRW SchedRW(RWIdx, IsRead, Seq, genRWName(Seq, IsRead)); in findOrInsertRW() 824 return RWIdx; in findOrInsertRW() 1249 unsigned RWIdx; // Index of this variant or sequence's matched type. member [all …]
|
| H A D | CodeGenSchedule.h | 555 void expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, bool IsRead) const; 556 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead, 627 void collectRWResources(unsigned RWIdx, bool IsRead,
|