LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
R600Packetizer.cpp File Reference
#include "llvm/Support/Debug.h"
#include "AMDGPU.h"
#include "R600InstrInfo.h"
#include "llvm/CodeGen/DFAPacketizer.h"
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineLoopInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/ScheduleDAG.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for R600Packetizer.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "packets"
 

Detailed Description

This pass implements instructions packetization for R600. It unsets isLast bit of instructions inside a bundle and substitutes src register with PreviousVector when applicable.

Definition in file R600Packetizer.cpp.

Macro Definition Documentation

#define DEBUG_TYPE   "packets"

Definition at line 17 of file R600Packetizer.cpp.