Encapsulates information needed to describe a parameter.

Synopsis

Declared in <llvm/IR/VFABIDemangler.h>

struct VFParameter;

Description

The description of the parameter is not linked directly to OpenMP or any other vector function description. This structure is extendible to handle other paradigms that describe vector functions and their parameters.

Member Functions

Name

Description

operator==

Return true if this parameter description equals Other.

Data Members

Name

Description

Alignment

Optional alignment in bytes, defaulted to 1.

LinearStepOrPos

Step or Position of the Parameter.

ParamKind

Kind of Parameter.

ParamPos

Parameter Position in Scalar Function.

Created with MrDocs