|
LLVM 22.0.0git
|
#include "PPC.h"#include "PPCSubtarget.h"#include "llvm/Analysis/TargetTransformInfo.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Module.h"#include "llvm/Analysis/ScalarFuncs.def"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "ppc-gen-scalar-mass" |
| #define | TLI_DEFINE_SCALAR_MASS_FUNCS |
Functions | |
| INITIALIZE_PASS (PPCGenScalarMASSEntries, DEBUG_TYPE, "Generate Scalar MASS entries", false, false) ModulePass *llvm | |
| #define DEBUG_TYPE "ppc-gen-scalar-mass" |
Definition at line 24 of file PPCGenScalarMASSEntries.cpp.
| #define TLI_DEFINE_SCALAR_MASS_FUNCS |
| INITIALIZE_PASS | ( | PPCGenScalarMASSEntries | , |
| DEBUG_TYPE | , | ||
| "Generate Scalar MASS entries" | , | ||
| false | , | ||
| false | ) |
Definition at line 141 of file PPCGenScalarMASSEntries.cpp.
References llvm::createPPCGenScalarMASSEntriesPass(), and DEBUG_TYPE.