Home
last modified time | relevance | path

Searched refs:RWIdx (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp401 void CodeGenSchedModels::expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, in expandRWSequence() argument
403 const CodeGenSchedRW &SchedRW = getSchedRW(RWIdx, IsRead); in expandRWSequence()
405 RWSeq.push_back(RWIdx); in expandRWSequence()
421 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() argument
424 const CodeGenSchedRW &SchedWrite = getSchedRW(RWIdx, IsRead); in expandRWSeqForProc()
446 RWSeq.push_back(RWIdx); in expandRWSeqForProc()
484 unsigned RWIdx = IsRead ? SchedReads.size() : SchedWrites.size(); in findOrInsertRW() local
485 CodeGenSchedRW SchedRW(RWIdx, IsRead, Seq, genRWName(Seq, IsRead)); in findOrInsertRW()
490 return RWIdx; in findOrInsertRW()
919 unsigned RWIdx; // Index of this variant or sequence's matched type. member
[all …]
DCodeGenSchedule.h372 void expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, bool IsRead) const;
373 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead,
429 void collectRWResources(unsigned RWIdx, bool IsRead,