struct VFInfo

Declaration

struct VFInfo { /* full declaration omitted */ };

Description

Holds the VFShape for a specific scalar to vector function mapping.

Declared at: llvm/include/llvm/Analysis/VectorUtils.h:123

Member Variables

public llvm::VFShape Shape
public std::string ScalarName
Classification of the vector function.
public std::string VectorName
Scalar Function Name.
public llvm::VFISAKind ISA
Vector Function Name associated to this VFInfo.