/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 178 return !getVectorizedFunction(F, VF).empty(); in isFunctionVectorizable() 187 StringRef getVectorizedFunction(StringRef F, unsigned VF) const; 250 StringRef getVectorizedFunction(StringRef F, unsigned VF) const { in getVectorizedFunction() function 251 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 155 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 203 return !(getVectorizedFunction(F, VF, false).empty() && in isFunctionVectorizable() 204 getVectorizedFunction(F, VF, true).empty()); in isFunctionVectorizable() 213 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 402 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 404 return Impl->getVectorizedFunction(F, VF, Masked);
|
D | VectorUtils.h | 103 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 203 return !(getVectorizedFunction(F, VF, false).empty() && in isFunctionVectorizable() 204 getVectorizedFunction(F, VF, true).empty()); in isFunctionVectorizable() 213 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 402 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 404 return Impl->getVectorizedFunction(F, VF, Masked);
|
D | VectorUtils.h | 103 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 202 return !(getVectorizedFunction(F, VF, false).empty() && in isFunctionVectorizable() 203 getVectorizedFunction(F, VF, true).empty()); in isFunctionVectorizable() 212 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 401 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 403 return Impl->getVectorizedFunction(F, VF, Masked);
|
D | VectorUtils.h | 288 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 203 return !(getVectorizedFunction(F, VF, false).empty() && in isFunctionVectorizable() 204 getVectorizedFunction(F, VF, true).empty()); in isFunctionVectorizable() 213 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 402 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 404 return Impl->getVectorizedFunction(F, VF, Masked);
|
D | VectorUtils.h | 103 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 164 return !getVectorizedFunction(F, VF).empty(); in isFunctionVectorizable() 173 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF) const; 349 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF) const { in getVectorizedFunction() function 350 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
|
H A D | VectorUtils.h | 269 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | InjectTLIMappings.cpp | 123 const std::string TLIName = TLI.getVectorizedFunction(ScalarName, VF); in addMappingsFromTLI()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | InjectTLIMappings.cpp | 94 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in addMappingsFromTLI()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ReplaceWithVeclib.cpp | 159 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in replaceWithCallToVeclib()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 481 assert(VFDatabase(CI).getVectorizedFunction(Shape) != nullptr && in execute() 484 VectorF = VFDatabase(CI).getVectorizedFunction(Shape); in execute()
|
H A D | SLPVectorizer.cpp | 5808 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in buildTree_rec() 5828 VecFunc != VFDatabase(*CI2).getVectorizedFunction(Shape)) || in buildTree_rec() 6103 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCosts() 9700 CF = VFDatabase(*CI).getVectorizedFunction(Shape); in vectorizeTree()
|
H A D | LoopVectorize.cpp | 3469 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCost()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1218 TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1093 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1563 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 4265 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in vectorizeBlockInLoop()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 4381 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in widenInstruction()
|