class ScalableVectorType
Declaration
class ScalableVectorType : public VectorType { /* full declaration omitted */ };
Description
Class to represent scalable SIMD vectors
Declared at: llvm/include/llvm/IR/DerivedTypes.h:572
Inherits from: VectorType
Member Variables
Inherited from VectorType:
Inherited from Type:
- protected NumContainedTys = 0
- protected ContainedTys = nullptr
Method Overview
- protected ScalableVectorType(llvm::Type * ElTy, unsigned int MinNumElts)
- public static bool classof(const llvm::Type * T)
- public static llvm::ScalableVectorType * get(llvm::Type * ElementType, unsigned int MinNumElts)
- public static llvm::ScalableVectorType * get(llvm::Type * ElementType, const llvm::ScalableVectorType * SVTy)
- public static llvm::ScalableVectorType * getDoubleElementsVectorType(llvm::ScalableVectorType * VTy)
- public static llvm::ScalableVectorType * getExtendedElementVectorType(llvm::ScalableVectorType * VTy)
- public static llvm::ScalableVectorType * getHalfElementsVectorType(llvm::ScalableVectorType * VTy)
- public static llvm::ScalableVectorType * getInteger(llvm::ScalableVectorType * VTy)
- public uint64_t getMinNumElements() const
- public static llvm::ScalableVectorType * getSubdividedVectorType(llvm::ScalableVectorType * VTy, int NumSubdivs)
- public static llvm::ScalableVectorType * getTruncatedElementVectorType(llvm::ScalableVectorType * VTy)
Inherited from VectorType:
- public classof
- public get
- public get
- public get
- public getDoubleElementsVectorType
- public getElementCount
- public getElementType
- public getExtendedElementVectorType
- public getHalfElementsVectorType
- public getInteger
- public getSubdividedVectorType
- public getTruncatedElementVectorType
- public isValidElementType
Inherited from Type:
- public canLosslesslyBitCastTo
- public dump
- public getArrayElementType
- public getArrayNumElements
- public getBFloatPtrTy
- public getBFloatTy
- public getContainedType
- public getContext
- public getDoublePtrTy
- public getDoubleTy
- public getExtendedType
- public getFP128PtrTy
- public getFP128Ty
- public getFPMantissaWidth
- public getFloatPtrTy
- public getFloatTy
- public getFloatingPointTy
- public getFltSemantics
- public getFunctionNumParams
- public getFunctionParamType
- public getHalfPtrTy
- public getHalfTy
- public getInt128Ty
- public getInt16PtrTy
- public getInt16Ty
- public getInt1PtrTy
- public getInt1Ty
- public getInt32PtrTy
- public getInt32Ty
- public getInt64PtrTy
- public getInt64Ty
- public getInt8PtrTy
- public getInt8Ty
- public getIntNPtrTy
- public getIntNTy
- public getIntegerBitWidth
- public getLabelTy
- public getMetadataTy
- public getNonOpaquePointerElementType
- public getNumContainedTypes
- public getPPC_FP128PtrTy
- public getPPC_FP128Ty
- public getPointerAddressSpace
- public getPointerElementType
- public getPointerTo
- public getPrimitiveSizeInBits
- public getPrimitiveType
- public getScalarSizeInBits
- public getScalarTy
- public getScalarType
- public getStructElementType
- public getStructName
- public getStructNumElements
- protected getSubclassData
- public getTokenTy
- public getTypeID
- public getVoidTy
- public getWithNewBitWidth
- public getWithNewType
- public getX86_AMXPtrTy
- public getX86_AMXTy
- public getX86_FP80PtrTy
- public getX86_FP80Ty
- public getX86_MMXPtrTy
- public getX86_MMXTy
- public is16bitFPTy
- public isAggregateType
- public isArrayTy
- public isBFloatTy
- public isDoubleTy
- public isEmptyTy
- public isFP128Ty
- public isFPOrFPVectorTy
- public isFirstClassType
- public isFloatTy
- public isFloatingPointTy
- public isFunctionTy
- public isFunctionVarArg
- public isHalfTy
- public isIEEE
- public isIntOrIntVectorTy
- public isIntOrIntVectorTy
- public isIntOrPtrTy
- public isIntegerTy
- public isIntegerTy
- public isLabelTy
- public isMetadataTy
- public isOpaquePointerTy
- public isPPC_FP128Ty
- public isPointerTy
- public isPtrOrPtrVectorTy
- public isSingleValueType
- public isSized
- public isStructTy
- public isTokenTy
- public isVectorTy
- public isVoidTy
- public isX86_AMXTy
- public isX86_FP80Ty
- public isX86_MMXTy
- public print
- protected setSubclassData
- public subtype_begin
- public subtype_end
- public subtype_rbegin
- public subtype_rend
- public subtypes
Methods
¶ScalableVectorType(llvm::Type* ElTy,
unsigned int MinNumElts)
ScalableVectorType(llvm::Type* ElTy,
unsigned int MinNumElts)
Declared at: llvm/include/llvm/IR/DerivedTypes.h:574
Parameters
- llvm::Type* ElTy
- unsigned int MinNumElts
¶static bool classof(const llvm::Type* T)
static bool classof(const llvm::Type* T)
Declared at: llvm/include/llvm/IR/DerivedTypes.h:622
Parameters
- const llvm::Type* T
¶static llvm::ScalableVectorType* get(
llvm::Type* ElementType,
unsigned int MinNumElts)
static llvm::ScalableVectorType* get(
llvm::Type* ElementType,
unsigned int MinNumElts)
Declared at: llvm/include/llvm/IR/DerivedTypes.h:578
Parameters
- llvm::Type* ElementType
- unsigned int MinNumElts
¶static llvm::ScalableVectorType* get(
llvm::Type* ElementType,
const llvm::ScalableVectorType* SVTy)
static llvm::ScalableVectorType* get(
llvm::Type* ElementType,
const llvm::ScalableVectorType* SVTy)
Declared at: llvm/include/llvm/IR/DerivedTypes.h:580
Parameters
- llvm::Type* ElementType
- const llvm::ScalableVectorType* SVTy
¶static llvm::ScalableVectorType*
getDoubleElementsVectorType(
llvm::ScalableVectorType* VTy)
static llvm::ScalableVectorType*
getDoubleElementsVectorType(
llvm::ScalableVectorType* VTy)
Declared at: llvm/include/llvm/IR/DerivedTypes.h:613
Parameters
¶static llvm::ScalableVectorType*
getExtendedElementVectorType(
llvm::ScalableVectorType* VTy)
static llvm::ScalableVectorType*
getExtendedElementVectorType(
llvm::ScalableVectorType* VTy)
Declared at: llvm/include/llvm/IR/DerivedTypes.h:590
Parameters
¶static llvm::ScalableVectorType*
getHalfElementsVectorType(
llvm::ScalableVectorType* VTy)
static llvm::ScalableVectorType*
getHalfElementsVectorType(
llvm::ScalableVectorType* VTy)
Declared at: llvm/include/llvm/IR/DerivedTypes.h:608
Parameters
¶static llvm::ScalableVectorType* getInteger(
llvm::ScalableVectorType* VTy)
static llvm::ScalableVectorType* getInteger(
llvm::ScalableVectorType* VTy)
Declared at: llvm/include/llvm/IR/DerivedTypes.h:585
Parameters
¶uint64_t getMinNumElements() const
uint64_t getMinNumElements() const
Description
Get the minimum number of elements in this vector. The actual number of elements in the vector is an integer multiple of this value.
Declared at: llvm/include/llvm/IR/DerivedTypes.h:620
¶static llvm::ScalableVectorType*
getSubdividedVectorType(
llvm::ScalableVectorType* VTy,
int NumSubdivs)
static llvm::ScalableVectorType*
getSubdividedVectorType(
llvm::ScalableVectorType* VTy,
int NumSubdivs)
Declared at: llvm/include/llvm/IR/DerivedTypes.h:601
Parameters
- llvm::ScalableVectorType* VTy
- int NumSubdivs
¶static llvm::ScalableVectorType*
getTruncatedElementVectorType(
llvm::ScalableVectorType* VTy)
static llvm::ScalableVectorType*
getTruncatedElementVectorType(
llvm::ScalableVectorType* VTy)
Declared at: llvm/include/llvm/IR/DerivedTypes.h:596