LLVM
15.0.0git
|
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <array>
#include <cassert>
#include <cstdint>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | llvm::LinearPolyBaseTypeTraits< LeafTy > |
class | llvm::LinearPolyBase< LeafTy > |
LinearPolyBase describes a linear polynomial: c0 * scale0 + c1 * scale1 + ... More... | |
struct | llvm::LinearPolyBaseTypeTraits< StackOffset > |
class | llvm::StackOffset |
StackOffset is a class to represent an offset with 2 dimensions, named fixed and scalable, respectively. More... | |
class | llvm::UnivariateLinearPolyBase< LeafTy > |
UnivariateLinearPolyBase is a base class for ElementCount and TypeSize. More... | |
class | llvm::LinearPolySize< LeafTy > |
LinearPolySize is a base class to represent sizes. More... | |
struct | llvm::LinearPolyBaseTypeTraits< ElementCount > |
class | llvm::ElementCount |
struct | llvm::LinearPolyBaseTypeTraits< TypeSize > |
class | llvm::TypeSize |
struct | llvm::DenseMapInfo< ElementCount, void > |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
void | llvm::reportInvalidSizeRequest (const char *Msg) |
Reports a diagnostic message to indicate an invalid size request has been done on a scalable vector. More... | |
TypeSize | llvm::alignTo (TypeSize Size, uint64_t Align) |
Returns a TypeSize with a known minimum size that is the next integer (mod 2**64) that is greater than or equal to Value and is a multiple of Align . More... | |
template<typename LeafTy > | |
raw_ostream & | llvm::operator<< (raw_ostream &OS, const LinearPolySize< LeafTy > &PS) |
Stream operator function for LinearPolySize . More... | |