LLVM
15.0.0git
|
Holds the VFShape for a specific scalar to vector function mapping. More...
#include "llvm/Analysis/VectorUtils.h"
Public Attributes | |
VFShape | Shape |
std::string | ScalarName |
Classification of the vector function. More... | |
std::string | VectorName |
Scalar Function Name. More... | |
VFISAKind | ISA |
Vector Function Name associated to this VFInfo. More... | |
Holds the VFShape for a specific scalar to vector function mapping.
Definition at line 123 of file VectorUtils.h.
VFISAKind llvm::VFInfo::ISA |
Vector Function Name associated to this VFInfo.
Definition at line 127 of file VectorUtils.h.
std::string llvm::VFInfo::ScalarName |
Classification of the vector function.
Definition at line 125 of file VectorUtils.h.
VFShape llvm::VFInfo::Shape |
Definition at line 124 of file VectorUtils.h.
std::string llvm::VFInfo::VectorName |
Scalar Function Name.
Definition at line 126 of file VectorUtils.h.