LLVM  8.0.1
Macros | Functions | Variables
R600Packetizer.cpp File Reference

This pass implements instructions packetization for R600. More...

#include "AMDGPU.h"
#include "AMDGPUSubtarget.h"
#include "R600InstrInfo.h"
#include "MCTargetDesc/AMDGPUMCTargetDesc.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/Debug.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"
 

Functions

 INITIALIZE_PASS_BEGIN (R600Packetizer, DEBUG_TYPE, "R600 Packetizer", false, false) INITIALIZE_PASS_END(R600Packetizer
 

Variables

 DEBUG_TYPE
 
R600 Packetizer
 
R600 false
 

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

◆ DEBUG_TYPE

#define DEBUG_TYPE   "packets"

Definition at line 32 of file R600Packetizer.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( R600Packetizer  ,
DEBUG_TYPE  ,
"R600 Packetizer ,
false  ,
false   
)

Variable Documentation

◆ DEBUG_TYPE

DEBUG_TYPE

Definition at line 410 of file R600Packetizer.cpp.

◆ false

R600 false

Definition at line 410 of file R600Packetizer.cpp.

◆ Packetizer

R600 Packetizer

Definition at line 410 of file R600Packetizer.cpp.