Searched refs:getVectorizedFunction (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 153 return !getVectorizedFunction(F, VF).empty(); in isFunctionVectorizable() 162 StringRef getVectorizedFunction(StringRef F, unsigned VF) const; 256 StringRef getVectorizedFunction(StringRef F, unsigned VF) const { in getVectorizedFunction() function 257 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 163 return !getVectorizedFunction(F, VF).empty(); in isFunctionVectorizable() 172 StringRef getVectorizedFunction(StringRef F, unsigned VF) const; 235 StringRef getVectorizedFunction(StringRef F, unsigned VF) const { in getVectorizedFunction() function 236 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 1093 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 1578 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4265 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in vectorizeBlockInLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4116 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in widenInstruction()
|