LLVM API Documentation
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"
Go to the source code of this file.
Defines | |
| #define | DEBUG_TYPE "misched" |
Functions | |
| static unsigned | getWFCountLimitedByGPR (unsigned GPRCount) |
| static bool | isPhysicalRegCopy (MachineInstr *MI) |
R600 Machine Scheduler interface.
Definition in file R600MachineScheduler.cpp.
| #define DEBUG_TYPE "misched" |
Definition at line 24 of file R600MachineScheduler.cpp.
| 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] |
Definition at line 186 of file R600MachineScheduler.cpp.
References llvm::TargetOpcode::COPY, llvm::MachineInstr::getOpcode(), llvm::MachineInstr::getOperand(), llvm::MachineOperand::getReg(), and llvm::TargetRegisterInfo::isVirtualRegister().
Referenced by llvm::R600SchedStrategy::releaseBottomNode().