LLVM 19.0.0git
Macros | Functions
R600MachineScheduler.cpp File Reference

R600 Machine Scheduler interface. More...

#include "R600MachineScheduler.h"
#include "MCTargetDesc/R600MCTargetDesc.h"
#include "R600Subtarget.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "machine-scheduler"
 

Functions

static unsigned getWFCountLimitedByGPR (unsigned GPRCount)
 
static bool isPhysicalRegCopy (MachineInstr *MI)
 

Detailed Description

R600 Machine Scheduler interface.

Definition in file R600MachineScheduler.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "machine-scheduler"

Definition at line 20 of file R600MachineScheduler.cpp.

Function Documentation

◆ getWFCountLimitedByGPR()

static unsigned getWFCountLimitedByGPR ( unsigned  GPRCount)
static

Definition at line 47 of file R600MachineScheduler.cpp.

References assert().

Referenced by llvm::R600SchedStrategy::pickNode().

◆ isPhysicalRegCopy()

static bool isPhysicalRegCopy ( MachineInstr MI)
static

Definition at line 175 of file R600MachineScheduler.cpp.

References MI.

Referenced by llvm::R600SchedStrategy::releaseBottomNode().