Searched refs:RWSeq (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenSchedule.cpp | 751 void CodeGenSchedModels::expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, in expandRWSequence() argument 755 RWSeq.push_back(RWIdx); in expandRWSequence() 761 expandRWSequence(I, RWSeq, IsRead); in expandRWSequence() 769 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() argument 789 expandRWSeqForProc(getSchedRWIdx(AliasDef, IsRead), RWSeq, IsRead, in expandRWSeqForProc() 794 RWSeq.push_back(RWIdx); in expandRWSeqForProc() 801 expandRWSeqForProc(Idx, RWSeq, IsRead, ProcModel); in expandRWSeqForProc() 1293 bool substituteVariantOperand(ArrayRef<unsigned> RWSeq, bool IsRead, 1527 bool PredTransitions::substituteVariantOperand(ArrayRef<unsigned> RWSeq, in substituteVariantOperand() argument 1531 for (unsigned int RWI : RWSeq) { in substituteVariantOperand()
|
| H A D | CodeGenSchedule.h | 555 void expandRWSequence(unsigned RWIdx, IdxVec &RWSeq, bool IsRead) const; 556 void expandRWSeqForProc(unsigned RWIdx, IdxVec &RWSeq, bool IsRead,
|