Home
last modified time | relevance | path

Searched refs:SIScheduleBlockCreator (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h29 class SIScheduleBlockCreator; variable
60 SIScheduleBlockCreator *BC;
101 SIScheduleBlock(SIScheduleDAGMI *DAG, SIScheduleBlockCreator *BC, in SIScheduleBlock()
222 class SIScheduleBlockCreator {
247 SIScheduleBlockCreator(SIScheduleDAGMI *DAG);
413 SIScheduleBlockCreator BlockCreator;
H A DSIMachineScheduler.cpp598 SIScheduleBlockCreator::SIScheduleBlockCreator(SIScheduleDAGMI *DAG) in SIScheduleBlockCreator() function in SIScheduleBlockCreator
602 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks()
620 bool SIScheduleBlockCreator::isSUInBlock(SUnit *SU, unsigned ID) { in isSUInBlock()
626 void SIScheduleBlockCreator::colorHighLatenciesAlone() { in colorHighLatenciesAlone()
647 void SIScheduleBlockCreator::colorHighLatenciesGroups() { in colorHighLatenciesGroups()
767 void SIScheduleBlockCreator::colorComputeReservedDependencies() { in colorComputeReservedDependencies()
857 void SIScheduleBlockCreator::colorAccordingToReservedDependencies() { in colorAccordingToReservedDependencies()
881 void SIScheduleBlockCreator::colorEndsAccordingToDependencies() { in colorEndsAccordingToDependencies()
928 void SIScheduleBlockCreator::colorForceConsecutiveOrderInGroup() { in colorForceConsecutiveOrderInGroup()
961 void SIScheduleBlockCreator::colorMergeConstantLoadsNextGroup() { in colorMergeConstantLoadsNextGroup()
[all …]