LLVM 20.0.0git
|
Go to the source code of this file.
Classes | |
struct | llvm::ShouldRunExtraVectorPasses |
A marker to determine if extra passes after loop vectorization should be run. More... | |
struct | llvm::ShouldRunExtraVectorPasses::Result |
struct | llvm::ExtraVectorPassManager |
A pass manager to run a set of extra function simplification passes after vectorization, if requested. More... | |
struct | llvm::LoopVectorizeOptions |
struct | llvm::LoopVectorizeResult |
Storage for information about made changes. More... | |
struct | llvm::LoopVectorizePass |
The LoopVectorize Pass. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
void | llvm::reportVectorizationFailure (const StringRef DebugMsg, const StringRef OREMsg, const StringRef ORETag, OptimizationRemarkEmitter *ORE, Loop *TheLoop, Instruction *I=nullptr) |
Reports a vectorization failure: print DebugMsg for debugging purposes along with the corresponding optimization remark RemarkName . | |
Variables | |
cl::opt< bool > | llvm::EnableLoopInterleaving |
cl::opt< bool > | llvm::EnableLoopVectorization |