Searched defs:SchedRW (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/llvm/utils/TableGen/ |
| D | CodeGenSchedule.cpp | 410 const CodeGenSchedRW &SchedRW = getSchedRW(RWIdx, IsRead); in expandRWSequence() local 492 CodeGenSchedRW SchedRW(RWIdx, IsRead, Seq, genRWName(Seq, IsRead)); in findOrInsertRW() local 992 const CodeGenSchedRW &SchedRW = SchedModels.getSchedRW(I->RWIdx, I->IsRead); in mutuallyExclusive() local 1059 const CodeGenSchedRW &SchedRW, unsigned TransIdx, in getIntersectingVariants() 1170 const CodeGenSchedRW &SchedRW = SchedModels.getSchedRW(VInfo.RWIdx, IsRead); in pushVariant() local 1224 const CodeGenSchedRW &SchedRW = SchedModels.getSchedRW(*RWI, IsRead); in substituteVariantOperand() local 1557 const CodeGenSchedRW &SchedRW = getSchedRW(RWIdx, IsRead); in collectRWResources() local
|