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:90

Enumerators

NameValueComment
NoLibrary0
Accelerate1
DarwinLibSystemM2
LIBMVEC_X863
MASSV4
SVML5