|
LLVM 22.0.0git
|
This file contains the declarations of the entities induced by Vectorization Plans, e.g. More...
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/TinyPtrVector.h"#include "llvm/ADT/iterator_range.h"#include "llvm/Support/Compiler.h"Go to the source code of this file.
Classes | |
| class | llvm::VPValue |
| This is the base class of the VPlan Def/Use graph, used for modeling the data flow into, within and out of the VPlan. More... | |
| class | llvm::VPUser |
| This class augments VPValue with operands which provide the inverse def-use edges from VPValue's users to their defs. More... | |
| class | llvm::VPDef |
| This class augments a recipe with a set of VPValues defined by the recipe. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Typedefs | |
| typedef DenseMap< Value *, VPValue * > | llvm::Value2VPValueTy |
| typedef DenseMap< VPValue *, Value * > | llvm::VPValue2ValueTy |
Functions | |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const VPRecipeBase &R) |
This file contains the declarations of the entities induced by Vectorization Plans, e.g.
the instructions the VPlan intends to generate if executed. VPlan models the following entities: VPValue VPUser VPDef | | VPInstruction These are documented in docs/VectorizationPlan.rst.
Definition in file VPlanValue.h.