Searched refs:RWIdx (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenSchedule.cpp | 512 void CodeGenSchedModels::expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, in expandRWSequence() argument 514 const CodeGenSchedRW &SchedRW = getSchedRW(RWIdx, IsRead); in expandRWSequence() 516 RWSeq.push_back(RWIdx); in expandRWSequence() 531 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() argument 534 const CodeGenSchedRW &SchedWrite = getSchedRW(RWIdx, IsRead); in expandRWSeqForProc() 555 RWSeq.push_back(RWIdx); in expandRWSeqForProc() 591 unsigned RWIdx = RWVec.size(); in findOrInsertRW() local 592 CodeGenSchedRW SchedRW(RWIdx, IsRead, Seq, genRWName(Seq, IsRead)); in findOrInsertRW() 594 return RWIdx; in findOrInsertRW() 1023 unsigned RWIdx; // Index of this variant or sequence's matched type. member [all …]
|
D | CodeGenSchedule.h | 420 void expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, bool IsRead) const; 421 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead, 482 void collectRWResources(unsigned RWIdx, bool IsRead,
|
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.cpp | 401 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 …]
|
D | CodeGenSchedule.h | 372 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,
|