Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h251 getBlocks(SISchedulerBlockCreatorVariant BlockVariant);
304 void createBlocksForVariant(SISchedulerBlockCreatorVariant BlockVariant);
422 scheduleVariant(SISchedulerBlockCreatorVariant BlockVariant,
H A DSIMachineScheduler.cpp608 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks() argument
610 Blocks.find(BlockVariant); in getBlocks()
613 createBlocksForVariant(BlockVariant); in getBlocks()
620 Blocks[BlockVariant] = Res; in getBlocks()
1167 void SIScheduleBlockCreator::createBlocksForVariant(SISchedulerBlockCreatorVariant BlockVariant) { in createBlocksForVariant() argument
1184 if (BlockVariant == SISchedulerBlockCreatorVariant::LatenciesGrouped) in createBlocksForVariant()
1191 if (BlockVariant == SISchedulerBlockCreatorVariant::LatenciesAlonePlusConsecutive) in createBlocksForVariant()
1753 SIScheduler::scheduleVariant(SISchedulerBlockCreatorVariant BlockVariant, in scheduleVariant() argument
1755 SIScheduleBlocks Blocks = BlockCreator.getBlocks(BlockVariant); in scheduleVariant()