LLVM 20.0.0git
|
#include "llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/SandboxIR/Constant.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerPassBuilder.h"
Go to the source code of this file.
Macros | |
#define | SV_NAME "sandbox-vectorizer" |
#define | DEBUG_TYPE SV_NAME |
Variables | |
static cl::opt< bool > | PrintPassPipeline ("sbvec-print-pass-pipeline", cl::init(false), cl::Hidden, cl::desc("Prints the pass pipeline and returns.")) |
static const char * | DefaultPipelineMagicStr = "*" |
A magic string for the default pass pipeline. | |
static cl::opt< std::string > | UserDefinedPassPipeline ("sbvec-passes", cl::init(DefaultPipelineMagicStr), cl::Hidden, cl::desc("Comma-separated list of vectorizer passes. If not set " "we run the predefined pipeline.")) |
#define DEBUG_TYPE SV_NAME |
Definition at line 18 of file SandboxVectorizer.cpp.
#define SV_NAME "sandbox-vectorizer" |
Definition at line 17 of file SandboxVectorizer.cpp.
A magic string for the default pass pipeline.
Definition at line 25 of file SandboxVectorizer.cpp.
Referenced by llvm::SandboxVectorizerPass::SandboxVectorizerPass().
|
static |
|
static |
Referenced by llvm::SandboxVectorizerPass::SandboxVectorizerPass().