Home
last modified time | relevance | path

Searched refs:isBottomUp (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp395 unsigned ScheduleDAG::VerifyScheduledDAG(bool isBottomUp) { in VerifyScheduledDAG() argument
411 (isBottomUp ? SUnit.getHeight() : SUnit.getDepth()) > in VerifyScheduledDAG()
417 << (isBottomUp ? "Height" : "Depth") << " value!\n"; in VerifyScheduledDAG()
420 if (isBottomUp) { in VerifyScheduledDAG()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h50 bool isBottomUp() const override { return false; } in isBottomUp() function
H A DResourcePriorityQueue.h79 bool isBottomUp() const override { return false; } in isBottomUp() function
H A DScheduleDAG.h529 virtual bool isBottomUp() const = 0;
636 unsigned VerifyScheduledDAG(bool isBottomUp);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h117 void VerifyScheduledSequence(bool isBottomUp);
H A DScheduleDAGSDNodes.cpp727 void ScheduleDAGSDNodes::VerifyScheduledSequence(bool isBottomUp) { in VerifyScheduledSequence() argument
728 unsigned ScheduledNodes = ScheduleDAG::VerifyScheduledDAG(isBottomUp); in VerifyScheduledSequence()
H A DScheduleDAGRRList.cpp1896 bool isBottomUp() const override { return SF::IsBottomUp; } in isBottomUp() function in __anona90f206e0311::RegReductionPriorityQueue
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc14899 …namespace)::RegReductionPriorityQueue<(anonymous namespace)::ilp_ls_rr_sort>::isBottomUp() const"},
14924 …espace)::RegReductionPriorityQueue<(anonymous namespace)::hybrid_ls_rr_sort>::isBottomUp() const"},
14931 …namespace)::RegReductionPriorityQueue<(anonymous namespace)::src_ls_rr_sort>::isBottomUp() const"},
14938 … namespace)::RegReductionPriorityQueue<(anonymous namespace)::td_ls_rr_sort>::isBottomUp() const"},
14945 … namespace)::RegReductionPriorityQueue<(anonymous namespace)::bu_ls_rr_sort>::isBottomUp() const"},
17461 {"_ZNK4llvm20LatencyPriorityQueue10isBottomUpEv", "llvm::LatencyPriorityQueue::isBottomUp() const"},