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

  /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);
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 558 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F,
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 778 milliseconds