Searched refs:RWSeq (Results 1 – 2 of 2) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.h | 340 void expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, bool IsRead) const; 341 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead,
|
D | CodeGenSchedule.cpp | 406 void CodeGenSchedModels::expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, in expandRWSequence() argument 410 RWSeq.push_back(RWIdx); in expandRWSequence() 418 expandRWSequence(*I, RWSeq, IsRead); in expandRWSequence() 426 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() argument 447 RWSeq, IsRead,ProcModel); in expandRWSeqForProc() 451 RWSeq.push_back(RWIdx); in expandRWSeqForProc() 459 expandRWSeqForProc(*I, RWSeq, IsRead, ProcModel); in expandRWSeqForProc() 955 void substituteVariantOperand(const SmallVectorImpl<unsigned> &RWSeq, 1217 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand() argument 1221 RWI = RWSeq.begin(), RWE = RWSeq.end(); RWI != RWE; ++RWI) { in substituteVariantOperand()
|