LLVM API Documentation

Defines | Functions
R600MachineScheduler.cpp File Reference

R600 Machine Scheduler interface. More...

#include "R600MachineScheduler.h"
#include "AMDGPUSubtarget.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/Pass.h"
#include "llvm/PassManager.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for R600MachineScheduler.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "misched"

Functions

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

Detailed Description

R600 Machine Scheduler interface.

Definition in file R600MachineScheduler.cpp.


Define Documentation

#define DEBUG_TYPE   "misched"

Definition at line 24 of file R600MachineScheduler.cpp.


Function Documentation

static unsigned getWFCountLimitedByGPR ( unsigned  GPRCount) [static]

Definition at line 53 of file R600MachineScheduler.cpp.

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

static bool isPhysicalRegCopy ( MachineInstr MI) [static]