Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp781 void CodeGenSchedModels::expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, in expandRWSequence() argument
785 RWSeq.push_back(RWIdx); in expandRWSequence()
791 expandRWSequence(I, RWSeq, IsRead); in expandRWSequence()
799 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() argument
820 expandRWSeqForProc(getSchedRWIdx(AliasDef, IsRead), RWSeq, IsRead, in expandRWSeqForProc()
825 RWSeq.push_back(RWIdx); in expandRWSeqForProc()
832 expandRWSeqForProc(Idx, RWSeq, IsRead, ProcModel); in expandRWSeqForProc()
1339 bool substituteVariantOperand(const SmallVectorImpl<unsigned> &RWSeq,
1575 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand() argument
1578 for (unsigned int RWI : RWSeq) { in substituteVariantOperand()
H A DCodeGenSchedule.h566 void expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, bool IsRead) const;
567 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead,