Searched defs:SchedRW (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | CodeGenSchedule.cpp | 782 const CodeGenSchedRW &SchedRW = getSchedRW(RWIdx, IsRead); in expandRWSequence() local 860 CodeGenSchedRW SchedRW(RWIdx, IsRead, Seq, genRWName(Seq, IsRead)); in findOrInsertRW() local 1376 const CodeGenSchedRW &SchedRW = SchedModels.getSchedRW(PC.RWIdx, PC.IsRead); in mutuallyExclusive() local 1430 const CodeGenSchedRW &SchedRW, unsigned TransIdx, in getIntersectingVariants() 1535 const CodeGenSchedRW &SchedRW = SchedModels.getSchedRW(VInfo.RWIdx, IsRead); in pushVariant() local 1584 const CodeGenSchedRW &SchedRW = SchedModels.getSchedRW(RWI, IsRead); in substituteVariantOperand() local 2060 const CodeGenSchedRW &SchedRW = getSchedRW(RWIdx, IsRead); in collectRWResources() local
|