LLVM  8.0.1
Namespaces | Macros | Functions
PPCQPXLoadSplat.cpp File Reference
#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/CodeGen/TargetSubtargetInfo.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Target/TargetMachine.h"
Include dependency graph for PPCQPXLoadSplat.cpp:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 

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
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "ppc-qpx-load-splat"

Definition at line 30 of file PPCQPXLoadSplat.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( PPCQPXLoadSplat  ,
"ppc-qpx-load-splat"  ,
"PowerPC QPX Load Splat Simplification ,
false  ,
false   
)

◆ STATISTIC()

STATISTIC ( NumSimplified  ,
"Number of QPX load splats simplified"   
)