Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h250 getBlocks(SISchedulerBlockCreatorVariant BlockVariant);
303 void createBlocksForVariant(SISchedulerBlockCreatorVariant BlockVariant);
421 scheduleVariant(SISchedulerBlockCreatorVariant BlockVariant,
H A DSIMachineScheduler.cpp606 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks() argument
608 Blocks.find(BlockVariant); in getBlocks()
611 createBlocksForVariant(BlockVariant); in getBlocks()
618 Blocks[BlockVariant] = Res; in getBlocks()
1147 void SIScheduleBlockCreator::createBlocksForVariant(SISchedulerBlockCreatorVariant BlockVariant) { in createBlocksForVariant() argument
1164 if (BlockVariant == SISchedulerBlockCreatorVariant::LatenciesGrouped) in createBlocksForVariant()
1171 if (BlockVariant == SISchedulerBlockCreatorVariant::LatenciesAlonePlusConsecutive) in createBlocksForVariant()
1726 SIScheduler::scheduleVariant(SISchedulerBlockCreatorVariant BlockVariant, in scheduleVariant() argument
1728 SIScheduleBlocks Blocks = BlockCreator.getBlocks(BlockVariant); in scheduleVariant()