Home
last modified time | relevance | path

Searched refs:getVectorizedFunction (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h155 return !getVectorizedFunction(F, VF).empty(); in isFunctionVectorizable()
164 StringRef getVectorizedFunction(StringRef F, unsigned VF) const;
310 StringRef getVectorizedFunction(StringRef F, unsigned VF) const { in getVectorizedFunction() function
311 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInjectTLIMappings.cpp123 const std::string TLIName = TLI.getVectorizedFunction(ScalarName, VF); in addMappingsFromTLI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp1563 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4381 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in widenInstruction()