LLVM 20.0.0git
|
This pass implements instructions packetization for R600. More...
#include "MCTargetDesc/R600MCTargetDesc.h"
#include "R600.h"
#include "R600Subtarget.h"
#include "llvm/CodeGen/DFAPacketizer.h"
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineLoopInfo.h"
#include "llvm/CodeGen/ScheduleDAG.h"
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 |
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.
#define DEBUG_TYPE "packets" |
Definition at line 26 of file R600Packetizer.cpp.
INITIALIZE_PASS_BEGIN | ( | R600Packetizer | , |
DEBUG_TYPE | , | ||
"R600 Packetizer" | , | ||
false | , | ||
false | |||
) |
DEBUG_TYPE |
Definition at line 394 of file R600Packetizer.cpp.
R600 false |
Definition at line 395 of file R600Packetizer.cpp.
R600 Packetizer |
Definition at line 395 of file R600Packetizer.cpp.