Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h178 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 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DTargetLibraryInfo.h203 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);
DVectorUtils.h103 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DTargetLibraryInfo.h203 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);
DVectorUtils.h103 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DTargetLibraryInfo.h202 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);
DVectorUtils.h288 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DTargetLibraryInfo.h203 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);
DVectorUtils.h103 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 DTargetLibraryInfo.h164 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 DVectorUtils.h269 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 DInjectTLIMappings.cpp123 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 DInjectTLIMappings.cpp94 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in addMappingsFromTLI()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp159 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in replaceWithCallToVeclib()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp481 assert(VFDatabase(CI).getVectorizedFunction(Shape) != nullptr && in execute()
484 VectorF = VFDatabase(CI).getVectorizedFunction(Shape); in execute()
H A DSLPVectorizer.cpp5808 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 DLoopVectorize.cpp3469 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCost()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1218 TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
/aosp_15_r20/external/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1093 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 DTargetLibraryInfo.cpp1563 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4265 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in vectorizeBlockInLoop()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4381 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in widenInstruction()