Searched refs:RWIdx (Results 1 – 2 of 2) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.cpp | 404 void CodeGenSchedModels::expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, in expandRWSequence() argument 406 const CodeGenSchedRW &SchedRW = getSchedRW(RWIdx, IsRead); in expandRWSequence() 408 RWSeq.push_back(RWIdx); in expandRWSequence() 424 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() argument 427 const CodeGenSchedRW &SchedWrite = getSchedRW(RWIdx, IsRead); in expandRWSeqForProc() 449 RWSeq.push_back(RWIdx); in expandRWSeqForProc() 487 unsigned RWIdx = IsRead ? SchedReads.size() : SchedWrites.size(); in findOrInsertRW() local 488 CodeGenSchedRW SchedRW(RWIdx, IsRead, Seq, genRWName(Seq, IsRead)); in findOrInsertRW() 493 return RWIdx; in findOrInsertRW() 911 unsigned RWIdx; // Index of this variant or sequence's matched type. member [all …]
|
D | CodeGenSchedule.h | 362 void expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, bool IsRead) const; 363 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead, 415 void collectRWResources(unsigned RWIdx, bool IsRead,
|