Home
last modified time | relevance | path

Searched refs:ResourceSegments (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h627 class ResourceSegments {
808 explicit ResourceSegments(){}; in ResourceSegments() function
810 explicit ResourceSegments(const std::list<IntervalTy> &Intervals) in ResourceSegments() function
815 friend bool operator==(const ResourceSegments &c1,
816 const ResourceSegments &c2) {
820 const ResourceSegments &Segments) {
898 std::map<unsigned, ResourceSegments> ReservedResourceSegments;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2769 ResourceSegments::getResourceIntervalTop( in bumpNode()
2774 ResourceSegments::getResourceIntervalBottom( in bumpNode()
4460 static bool sortIntervals(const ResourceSegments::IntervalTy &A, in sortIntervals()
4461 const ResourceSegments::IntervalTy &B) { in sortIntervals()
4465 unsigned ResourceSegments::getFirstAvailableAt( in getFirstAvailableAt()
4467 std::function<ResourceSegments::IntervalTy(unsigned, unsigned, unsigned)> in getFirstAvailableAt()
4479 ResourceSegments::IntervalTy NewInterval = in getFirstAvailableAt()
4495 void ResourceSegments::add(ResourceSegments::IntervalTy A, in add()
4508 [&A](const ResourceSegments::IntervalTy &Interval) -> bool { in add()
4522 bool ResourceSegments::intersects(ResourceSegments::IntervalTy A, in intersects()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td122 // using intervals via ResourceSegments (see