Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp53 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/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp161 << VD->getVectorFnName() << "`.\n"); in replaceWithCallToVeclib()
197 getTLIFunction(II->getModule(), VectorFTy, VD->getVectorFnName(), in replaceWithCallToVeclib()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1264 return LHS.getVectorFnName() < RHS.getVectorFnName(); in compareByVectorFnName()
1448 return VD->getVectorFnName(); in getVectorizedFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h61 StringRef getVectorFnName() const { return VectorFnName; } in getVectorFnName() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp2215 LLVM_DEBUG(dbgs() << "Found vector variant " << VD->getVectorFnName() in tryExpandVecMathCall()
2251 SDValue Callee = DAG.getExternalSymbol(VD->getVectorFnName().data(), in tryExpandVecMathCall()
H A DSelectionDAG.cpp2619 SDValue Callee = getExternalSymbol(VD ? VD->getVectorFnName().data() : LCName, in expandMultipleResultFPLibCall()