LLVM
17.0.0git
include
llvm
Transforms
Vectorize
LoadStoreVectorizer.h
Go to the documentation of this file.
1
//===- LoadStoreVectorizer.cpp - GPU Load & Store Vectorizer --------------===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
#ifndef LLVM_TRANSFORMS_VECTORIZE_LOADSTOREVECTORIZER_H
10
#define LLVM_TRANSFORMS_VECTORIZE_LOADSTOREVECTORIZER_H
11
12
#include "
llvm/IR/PassManager.h
"
13
14
namespace
llvm
{
15
class
Pass
;
16
class
Function
;
17
18
class
LoadStoreVectorizerPass
:
public
PassInfoMixin
<LoadStoreVectorizerPass> {
19
public
:
20
PreservedAnalyses
run
(
Function
&
F
,
FunctionAnalysisManager
&AM);
21
};
22
23
/// Create a legacy pass manager instance of the LoadStoreVectorizer pass
24
Pass
*
createLoadStoreVectorizerPass
();
25
26
}
27
28
#endif
/* LLVM_TRANSFORMS_VECTORIZE_LOADSTOREVECTORIZER_H */
llvm::PreservedAnalyses
A set of analyses that are preserved following a run of a transformation pass.
Definition:
PassManager.h:152
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
Pass
print lazy value Lazy Value Info Printer Pass
Definition:
LazyValueInfo.cpp:2066
llvm::PassInfoMixin
A CRTP mix-in to automatically provide informational APIs needed for passes.
Definition:
PassManager.h:371
llvm::Function
Definition:
Function.h:59
llvm::LoadStoreVectorizerPass::run
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)
Definition:
LoadStoreVectorizer.cpp:257
F
#define F(x, y, z)
Definition:
MD5.cpp:55
llvm::createLoadStoreVectorizerPass
Pass * createLoadStoreVectorizerPass()
Create a legacy pass manager instance of the LoadStoreVectorizer pass.
PassManager.h
llvm::LoadStoreVectorizerPass
Definition:
LoadStoreVectorizer.h:18
llvm::Pass
Pass interface - Implemented by all 'passes'.
Definition:
Pass.h:91
llvm::AnalysisManager
A container for analyses that lazily runs them and caches their results.
Definition:
InstructionSimplify.h:42
llvm::codeview::PublicSymFlags::Function
@ Function
Generated on Thu Jan 26 2023 07:07:16 for LLVM by
1.8.17