Searched defs:SchedRW (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenSchedule.cpp | 776 const CodeGenSchedRW &SchedRW = getSchedRW(RWIdx, IsRead); in expandRWSequence() local 854 CodeGenSchedRW SchedRW(RWIdx, IsRead, Seq, genRWName(Seq, IsRead)); in findOrInsertRW() local 1370 const CodeGenSchedRW &SchedRW = SchedModels.getSchedRW(PC.RWIdx, PC.IsRead); in mutuallyExclusive() local 1424 const CodeGenSchedRW &SchedRW, unsigned TransIdx, in getIntersectingVariants() 1529 const CodeGenSchedRW &SchedRW = SchedModels.getSchedRW(VInfo.RWIdx, IsRead); in pushVariant() local 1578 const CodeGenSchedRW &SchedRW = SchedModels.getSchedRW(RWI, IsRead); in substituteVariantOperand() local 2056 const CodeGenSchedRW &SchedRW = getSchedRW(RWIdx, IsRead); in collectRWResources() local
|