Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp395 void CodeGenSchedModels::expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, in expandRWSequence() argument
399 RWSeq.push_back(RWIdx); in expandRWSequence()
407 expandRWSequence(*I, RWSeq, IsRead); in expandRWSequence()
415 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() argument
436 RWSeq, IsRead,ProcModel); in expandRWSeqForProc()
440 RWSeq.push_back(RWIdx); in expandRWSeqForProc()
448 expandRWSeqForProc(*I, RWSeq, IsRead, ProcModel); in expandRWSeqForProc()
940 void substituteVariantOperand(const SmallVectorImpl<unsigned> &RWSeq,
1202 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand() argument
1206 RWI = RWSeq.begin(), RWE = RWSeq.end(); RWI != RWE; ++RWI) { in substituteVariantOperand()
DCodeGenSchedule.h361 void expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, bool IsRead) const;
362 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead,