LLVM 19.0.0git
Macros | 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"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "ppc-vsx-swaps"
 

Functions

 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 60 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 1069 of file PPCVSXSwapRemoval.cpp.

◆ false

PowerPC VSX Swap false

Definition at line 1070 of file PPCVSXSwapRemoval.cpp.

◆ Removal

PowerPC VSX Swap Removal

Definition at line 1070 of file PPCVSXSwapRemoval.cpp.