Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.cpp512 void CodeGenSchedModels::expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, in expandRWSequence() argument
516 RWSeq.push_back(RWIdx); in expandRWSequence()
523 expandRWSequence(I, RWSeq, IsRead); in expandRWSequence()
531 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() argument
551 RWSeq, IsRead,ProcModel); in expandRWSeqForProc()
555 RWSeq.push_back(RWIdx); in expandRWSeqForProc()
562 expandRWSeqForProc(Idx, RWSeq, IsRead, ProcModel); in expandRWSeqForProc()
1060 void substituteVariantOperand(const SmallVectorImpl<unsigned> &RWSeq,
1301 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand() argument
1305 RWI = RWSeq.begin(), RWE = RWSeq.end(); RWI != RWE; ++RWI) { in substituteVariantOperand()
DCodeGenSchedule.h420 void expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, bool IsRead) const;
421 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead,
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp401 void CodeGenSchedModels::expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, in expandRWSequence() argument
405 RWSeq.push_back(RWIdx); in expandRWSequence()
413 expandRWSequence(*I, RWSeq, IsRead); in expandRWSequence()
421 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() argument
442 RWSeq, IsRead,ProcModel); in expandRWSeqForProc()
446 RWSeq.push_back(RWIdx); in expandRWSeqForProc()
454 expandRWSeqForProc(*I, RWSeq, IsRead, ProcModel); in expandRWSeqForProc()
956 void substituteVariantOperand(const SmallVectorImpl<unsigned> &RWSeq,
1218 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand() argument
1222 RWI = RWSeq.begin(), RWE = RWSeq.end(); RWI != RWE; ++RWI) { in substituteVariantOperand()
DCodeGenSchedule.h372 void expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, bool IsRead) const;
373 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead,