HomeSort by relevance Sort by last modified time
    Searched refs:SIScheduleBlockCreator (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h 50 class SIScheduleBlockCreator;
54 SIScheduleBlockCreator *BC;
94 SIScheduleBlock(SIScheduleDAGMI *DAG, SIScheduleBlockCreator *BC,
219 class SIScheduleBlockCreator {
244 SIScheduleBlockCreator(SIScheduleDAGMI *DAG);
245 ~SIScheduleBlockCreator();
409 SIScheduleBlockCreator BlockCreator;
SIMachineScheduler.cpp 594 // SIScheduleBlockCreator //
596 SIScheduleBlockCreator::SIScheduleBlockCreator(SIScheduleDAGMI *DAG) :
600 SIScheduleBlockCreator::~SIScheduleBlockCreator() {
604 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) {
623 bool SIScheduleBlockCreator::isSUInBlock(SUnit *SU, unsigned ID) {
629 void SIScheduleBlockCreator::colorHighLatenciesAlone() {
640 void SIScheduleBlockCreator::colorHighLatenciesGroups() {
697 void SIScheduleBlockCreator::colorComputeReservedDependencies()
    [all...]

Completed in 40 milliseconds