Home
last modified time | relevance | path

Searched defs:isFunctionVectorizable (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h163 bool isFunctionVectorizable(StringRef F, const ElementCount &VF) const { in isFunctionVectorizable() function
343 bool isFunctionVectorizable(StringRef F, const ElementCount &VF) const { in isFunctionVectorizable() function
346 bool isFunctionVectorizable(StringRef F) const { in isFunctionVectorizable() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1207 bool TargetLibraryInfoImpl::isFunctionVectorizable(StringRef funcName) const { in isFunctionVectorizable() function in TargetLibraryInfoImpl