HomeSort by relevance Sort by last modified time
    Searched defs:getVectorizedFunction (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 558 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F,
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 140 /// queryable via getVectorizedFunction and getScalarizedFunction.
150 return !getVectorizedFunction(F, VF).empty();
157 /// getVectorizedFunction - Return the name of the equivalent of
160 StringRef getVectorizedFunction(StringRef F, unsigned VF) const;
219 StringRef getVectorizedFunction(StringRef F, unsigned VF) const {
220 return Impl->getVectorizedFunction(F, VF);

Completed in 267 milliseconds