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.cpp602 SIScheduleBlockCreator::SIScheduleBlockCreator(SIScheduleDAGMI *DAG) in SIScheduleBlockCreator() function in SIScheduleBlockCreator
606 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks()
624 bool SIScheduleBlockCreator::isSUInBlock(SUnit *SU, unsigned ID) { in isSUInBlock()
630 void SIScheduleBlockCreator::colorHighLatenciesAlone() { in colorHighLatenciesAlone()
651 void SIScheduleBlockCreator::colorHighLatenciesGroups() { in colorHighLatenciesGroups()
771 void SIScheduleBlockCreator::colorComputeReservedDependencies() { in colorComputeReservedDependencies()
865 void SIScheduleBlockCreator::colorAccordingToReservedDependencies() { in colorAccordingToReservedDependencies()
892 void SIScheduleBlockCreator::colorEndsAccordingToDependencies() { in colorEndsAccordingToDependencies()
939 void SIScheduleBlockCreator::colorForceConsecutiveOrderInGroup() { in colorForceConsecutiveOrderInGroup()
972 void SIScheduleBlockCreator::colorMergeConstantLoadsNextGroup() { in colorMergeConstantLoadsNextGroup()
[all …]