Searched refs:RWIdx (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenSchedule.cpp | 781 void CodeGenSchedModels::expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, in expandRWSequence() argument 783 const CodeGenSchedRW &SchedRW = getSchedRW(RWIdx, IsRead); in expandRWSequence() 785 RWSeq.push_back(RWIdx); in expandRWSequence() 799 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() argument 802 const CodeGenSchedRW &SchedWrite = getSchedRW(RWIdx, IsRead); in expandRWSeqForProc() 825 RWSeq.push_back(RWIdx); in expandRWSeqForProc() 861 unsigned RWIdx = RWVec.size(); in findOrInsertRW() local 862 CodeGenSchedRW SchedRW(RWIdx, IsRead, Seq, genRWName(Seq, IsRead)); in findOrInsertRW() 864 return RWIdx; in findOrInsertRW() 1295 unsigned RWIdx; // Index of this variant or sequence's matched type. member [all …]
|
H A D | CodeGenSchedule.h | 566 void expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, bool IsRead) const; 567 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead, 638 void collectRWResources(unsigned RWIdx, bool IsRead,
|