Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h210 struct SIScheduleBlocks { struct
227 SIScheduleBlocks> Blocks; argument
249 SIScheduleBlocks
348 SIScheduleBlocks BlocksStruct);
H A DSIMachineScheduler.cpp605 SIScheduleBlocks
607 std::map<SISchedulerBlockCreatorVariant, SIScheduleBlocks>::iterator B = in getBlocks()
610 SIScheduleBlocks Res; in getBlocks()
1402 SIScheduleBlocks BlocksStruct) : in SIScheduleBlockScheduler()
1728 SIScheduleBlocks Blocks = BlockCreator.getBlocks(BlockVariant); in scheduleVariant()