Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp54 const StringRef VFName = VD->getVectorFnName(); in addVariantDeclaration()
96 if (VD && !VD->getVectorFnName().empty()) { in addMappingsFromTLI()
102 Function *VariantF = M->getFunction(VD->getVectorFnName()); in addMappingsFromTLI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp161 << VD->getVectorFnName() << "`.\n"); in replaceWithCallToVeclib()
201 VD->getVectorFnName(), FuncToReplace); in replaceWithCallToVeclib()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1168 return LHS.getVectorFnName() < RHS.getVectorFnName(); in compareByVectorFnName()
1296 return VD->getVectorFnName(); in getVectorizedFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h59 StringRef getVectorFnName() const { return VectorFnName; } in getVectorFnName() function