|
LLVM
4.0.0
|
#include "llvm/CodeGen/GlobalISel/Legalizer.h"#include "llvm/CodeGen/GlobalISel/LegalizerHelper.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/Support/Debug.h"#include "llvm/Target/TargetInstrInfo.h"#include "llvm/Target/TargetSubtargetInfo.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "legalizer" |
Functions | |
| INITIALIZE_PASS_BEGIN (Legalizer, DEBUG_TYPE,"Legalize the Machine IR a function's Machine IR", false, false) INITIALIZE_PASS_END(Legalizer | |
Variables | |
| DEBUG_TYPE | |
| Legalize the Machine IR a function s Machine | IR |
| Legalize the Machine IR a function s Machine | false |
| #define DEBUG_TYPE "legalizer" |
Definition at line 25 of file Legalizer.cpp.
| INITIALIZE_PASS_BEGIN | ( | Legalizer | , |
| DEBUG_TYPE | , | ||
| "Legalize the Machine IR a function's Machine IR" | , | ||
| false | , | ||
| false | |||
| ) |
| DEBUG_TYPE |
Definition at line 34 of file Legalizer.cpp.
Definition at line 34 of file Legalizer.cpp.
1.8.6