Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp604 SIScheduleBlockCreator::SIScheduleBlockCreator(SIScheduleDAGMI *DAG) in SIScheduleBlockCreator() function in SIScheduleBlockCreator
633 void SIScheduleBlockCreator::colorHighLatenciesAlone() { in colorHighLatenciesAlone()
654 void SIScheduleBlockCreator::colorHighLatenciesGroups() { in colorHighLatenciesGroups()
777 void SIScheduleBlockCreator::colorComputeReservedDependencies() { in colorComputeReservedDependencies()
1006 void SIScheduleBlockCreator::colorMergeIfPossibleNextGroup() { in colorMergeIfPossibleNextGroup()
1083 void SIScheduleBlockCreator::cutHugeBlocks() { in cutHugeBlocks()
1087 void SIScheduleBlockCreator::regroupNoUserInstructions() { in regroupNoUserInstructions()
1109 void SIScheduleBlockCreator::colorExports() { in colorExports()
1245 void SIScheduleBlockCreator::topologicalSort() { in topologicalSort()
1293 void SIScheduleBlockCreator::scheduleInsideBlocks() { in scheduleInsideBlocks()
[all …]