LLVM  8.0.1
Namespaces | Macros | Enumerations | Functions | Variables
PPCVSXSwapRemoval.cpp File Reference
#include "PPC.h"
#include "PPCInstrBuilder.h"
#include "PPCInstrInfo.h"
#include "PPCTargetMachine.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/EquivalenceClasses.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for PPCVSXSwapRemoval.cpp:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 

Macros

#define DEBUG_TYPE   "ppc-vsx-swaps"
 

Enumerations

enum  SHValues
 

Functions

void llvm::initializePPCVSXSwapRemovalPass (PassRegistry &)
 
 INITIALIZE_PASS_BEGIN (PPCVSXSwapRemoval, DEBUG_TYPE, "PowerPC VSX Swap Removal", false, false) INITIALIZE_PASS_END(PPCVSXSwapRemoval
 

Variables

 DEBUG_TYPE
 
PowerPC VSX Swap Removal
 
PowerPC VSX Swap false
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "ppc-vsx-swaps"

Definition at line 61 of file PPCVSXSwapRemoval.cpp.

Enumeration Type Documentation

◆ SHValues

enum SHValues

Definition at line 90 of file PPCVSXSwapRemoval.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( PPCVSXSwapRemoval  ,
DEBUG_TYPE  ,
"PowerPC VSX Swap Removal ,
false  ,
false   
)

Variable Documentation

◆ DEBUG_TYPE

DEBUG_TYPE

Definition at line 1047 of file PPCVSXSwapRemoval.cpp.

◆ false

PowerPC VSX Swap false

Definition at line 1047 of file PPCVSXSwapRemoval.cpp.

◆ Removal

PowerPC VSX Swap Removal

Definition at line 1047 of file PPCVSXSwapRemoval.cpp.