enum TargetLibraryInfoImpl::VectorLibrary

Description

List of known vector-functions libraries. The vector-functions library defines, which functions are vectorizable and with which factor. The library can be specified by either frontend, or a commandline option, and then used by addVectorizableFunctionsFromVecLib for filling up the tables of vectorizable functions.

Declared at: llvm/include/llvm/Analysis/TargetLibraryInfo.h:88

Enumerators

NameValueComment
NoLibrary0
Accelerate1
MASSV2
SVML3