Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h220 enum SISchedulerBlockCreatorVariant { enum
230 std::map<SISchedulerBlockCreatorVariant,
255 getBlocks(SISchedulerBlockCreatorVariant BlockVariant);
308 void createBlocksForVariant(SISchedulerBlockCreatorVariant BlockVariant);
426 scheduleVariant(SISchedulerBlockCreatorVariant BlockVariant,
H A DSIMachineScheduler.cpp634 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks()
635 std::map<SISchedulerBlockCreatorVariant, SIScheduleBlocks>::iterator B = in getBlocks()
1194 void SIScheduleBlockCreator::createBlocksForVariant(SISchedulerBlockCreatorVariant BlockVariant) { in createBlocksForVariant()
1211 if (BlockVariant == SISchedulerBlockCreatorVariant::LatenciesGrouped) in createBlocksForVariant()
1218 if (BlockVariant == SISchedulerBlockCreatorVariant::LatenciesAlonePlusConsecutive) in createBlocksForVariant()
1780 SIScheduler::scheduleVariant(SISchedulerBlockCreatorVariant BlockVariant, in scheduleVariant()
1970 Best = Scheduler.scheduleVariant(SISchedulerBlockCreatorVariant::LatenciesAlone, in schedule()
1976 static const std::pair<SISchedulerBlockCreatorVariant, in schedule()
1988 for (std::pair<SISchedulerBlockCreatorVariant, SISchedulerBlockSchedulerVariant> v : Variants) { in schedule()
1997 static const std::pair<SISchedulerBlockCreatorVariant, in schedule()
[all …]