HomeSort by: relevance | last modified time | path
    Searched defs:getVectorizedFunction (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetLibraryInfo.cpp 1679 TargetLibraryInfoImpl::getVectorizedFunction(StringRef F,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 147 /// getVectorizedFunction and getScalarizedFunction.
157 return !getVectorizedFunction(F, VF).empty();
166 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF) const;
321 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF) const {
322 return Impl->getVectorizedFunction(F, VF);
VectorUtils.h 270 Function *getVectorizedFunction(const VFShape &Shape) const {

Completed in 17 milliseconds