Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h217 enum SISchedulerBlockCreatorVariant { enum
227 std::map<SISchedulerBlockCreatorVariant,
251 getBlocks(SISchedulerBlockCreatorVariant BlockVariant);
304 void createBlocksForVariant(SISchedulerBlockCreatorVariant BlockVariant);
422 scheduleVariant(SISchedulerBlockCreatorVariant BlockVariant,
H A DSIMachineScheduler.cpp608 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks()
609 std::map<SISchedulerBlockCreatorVariant, SIScheduleBlocks>::iterator B = in getBlocks()
1167 void SIScheduleBlockCreator::createBlocksForVariant(SISchedulerBlockCreatorVariant BlockVariant) { in createBlocksForVariant()
1184 if (BlockVariant == SISchedulerBlockCreatorVariant::LatenciesGrouped) in createBlocksForVariant()
1191 if (BlockVariant == SISchedulerBlockCreatorVariant::LatenciesAlonePlusConsecutive) in createBlocksForVariant()
1753 SIScheduler::scheduleVariant(SISchedulerBlockCreatorVariant BlockVariant, in scheduleVariant()
1943 Best = Scheduler.scheduleVariant(SISchedulerBlockCreatorVariant::LatenciesAlone, in schedule()
1949 static const std::pair<SISchedulerBlockCreatorVariant, in schedule()
1961 for (std::pair<SISchedulerBlockCreatorVariant, SISchedulerBlockSchedulerVariant> v : Variants) { in schedule()
1970 static const std::pair<SISchedulerBlockCreatorVariant, in schedule()
[all …]