Searched refs:RWIdx (Results 1 – 2 of 2) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.cpp | 395 void CodeGenSchedModels::expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, in expandRWSequence() argument 397 const CodeGenSchedRW &SchedRW = getSchedRW(RWIdx, IsRead); in expandRWSequence() 399 RWSeq.push_back(RWIdx); in expandRWSequence() 415 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() argument 418 const CodeGenSchedRW &SchedWrite = getSchedRW(RWIdx, IsRead); in expandRWSeqForProc() 440 RWSeq.push_back(RWIdx); in expandRWSeqForProc() 478 unsigned RWIdx = IsRead ? SchedReads.size() : SchedWrites.size(); in findOrInsertRW() local 479 CodeGenSchedRW SchedRW(RWIdx, IsRead, Seq, genRWName(Seq, IsRead)); in findOrInsertRW() 484 return RWIdx; in findOrInsertRW() 903 unsigned RWIdx; // Index of this variant or sequence's matched type. member [all …]
|
D | CodeGenSchedule.h | 361 void expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, bool IsRead) const; 362 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead, 414 void collectRWResources(unsigned RWIdx, bool IsRead,
|