Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h255 getBlocks(SISchedulerBlockCreatorVariant BlockVariant);
308 void createBlocksForVariant(SISchedulerBlockCreatorVariant BlockVariant);
426 scheduleVariant(SISchedulerBlockCreatorVariant BlockVariant,
H A DSIMachineScheduler.cpp634 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks() argument
636 Blocks.find(BlockVariant); in getBlocks()
639 createBlocksForVariant(BlockVariant); in getBlocks()
646 Blocks[BlockVariant] = Res; in getBlocks()
1194 void SIScheduleBlockCreator::createBlocksForVariant(SISchedulerBlockCreatorVariant BlockVariant) { in createBlocksForVariant() argument
1211 if (BlockVariant == SISchedulerBlockCreatorVariant::LatenciesGrouped) in createBlocksForVariant()
1218 if (BlockVariant == SISchedulerBlockCreatorVariant::LatenciesAlonePlusConsecutive) in createBlocksForVariant()
1780 SIScheduler::scheduleVariant(SISchedulerBlockCreatorVariant BlockVariant, in scheduleVariant() argument
1782 SIScheduleBlocks Blocks = BlockCreator.getBlocks(BlockVariant); in scheduleVariant()