LLVM 19.0.0git
Macros | Functions
PPCLowerMASSVEntries.cpp File Reference
#include "PPC.h"
#include "PPCSubtarget.h"
#include "PPCTargetMachine.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/Analysis/VecFuncs.def"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "ppc-lower-massv-entries"
 
#define TLI_DEFINE_MASSV_VECFUNCS_NAMES
 

Functions

 INITIALIZE_PASS (PPCLowerMASSVEntries, DEBUG_TYPE, "Lower MASSV entries", false, false) ModulePass *llvm
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "ppc-lower-massv-entries"

Definition at line 25 of file PPCLowerMASSVEntries.cpp.

◆ TLI_DEFINE_MASSV_VECFUNCS_NAMES

#define TLI_DEFINE_MASSV_VECFUNCS_NAMES

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( PPCLowerMASSVEntries  ,
DEBUG_TYPE  ,
"Lower MASSV entries"  ,
false  ,
false   
)

Definition at line 192 of file PPCLowerMASSVEntries.cpp.