Searched refs:RWIdx (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | CodeGenSchedule.cpp | 780 void CodeGenSchedModels::expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, in expandRWSequence() argument 782 const CodeGenSchedRW &SchedRW = getSchedRW(RWIdx, IsRead); in expandRWSequence() 784 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() 823 RWSeq.push_back(RWIdx); in expandRWSeqForProc() 859 unsigned RWIdx = RWVec.size(); in findOrInsertRW() local 860 CodeGenSchedRW SchedRW(RWIdx, IsRead, Seq, genRWName(Seq, IsRead)); in findOrInsertRW() 862 return RWIdx; in findOrInsertRW() 1297 unsigned RWIdx; // Index of this variant or sequence's matched type. member [all …]
|
| D | CodeGenSchedule.h | 559 void expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, bool IsRead) const; 560 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead, 630 void collectRWResources(unsigned RWIdx, bool IsRead,
|