|
LLVM
4.0.0
|
#include "PPC.h"#include "PPCInstrBuilder.h"#include "PPCInstrInfo.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/Statistic.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/Support/MathExtras.h"#include "llvm/Target/TargetMachine.h"#include "llvm/Target/TargetSubtargetInfo.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DEBUG_TYPE "ppc-qpx-load-splat" |
Functions | |
| STATISTIC (NumSimplified,"Number of QPX load splats simplified") | |
| void | llvm::initializePPCQPXLoadSplatPass (PassRegistry &) |
| INITIALIZE_PASS (PPCQPXLoadSplat,"ppc-qpx-load-splat","PowerPC QPX Load Splat Simplification", false, false) FunctionPass *llvm | |
| #define DEBUG_TYPE "ppc-qpx-load-splat" |
Definition at line 30 of file PPCQPXLoadSplat.cpp.
| INITIALIZE_PASS | ( | PPCQPXLoadSplat | , |
| "ppc-qpx-load-splat" | , | ||
| "PowerPC QPX Load Splat Simplification" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 54 of file PPCQPXLoadSplat.cpp.
| STATISTIC | ( | NumSimplified | , |
| "Number of QPX load splats simplified" | |||
| ) |
1.8.6