Searched refs:RWIdx (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/llvm/utils/TableGen/ |
| D | CodeGenSchedule.cpp | 408 void CodeGenSchedModels::expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, in expandRWSequence() argument 410 const CodeGenSchedRW &SchedRW = getSchedRW(RWIdx, IsRead); in expandRWSequence() 412 RWSeq.push_back(RWIdx); in expandRWSequence() 428 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() argument 431 const CodeGenSchedRW &SchedWrite = getSchedRW(RWIdx, IsRead); in expandRWSeqForProc() 453 RWSeq.push_back(RWIdx); in expandRWSeqForProc() 491 unsigned RWIdx = IsRead ? SchedReads.size() : SchedWrites.size(); in findOrInsertRW() local 492 CodeGenSchedRW SchedRW(RWIdx, IsRead, Seq, genRWName(Seq, IsRead)); in findOrInsertRW() 497 return RWIdx; in findOrInsertRW() 920 unsigned RWIdx; // Index of this variant or sequence's matched type. member [all …]
|
| D | CodeGenSchedule.h | 340 void expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, bool IsRead) const; 341 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead, 393 void collectRWResources(unsigned RWIdx, bool IsRead,
|