Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp145 << VD->getVectorFnName() << "`.\n"); in replaceWithCallToVeclib()
182 getTLIFunction(II->getModule(), VectorFTy, VD->getVectorFnName(), in replaceWithCallToVeclib()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1192 return LHS.getVectorFnName() < RHS.getVectorFnName(); in compareByVectorFnName()
1346 return VD->getVectorFnName(); in getVectorizedFunction()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h59 StringRef getVectorFnName() const { return VectorFnName; } in getVectorFnName() function
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1887 LLVM_DEBUG(dbgs() << "Found vector variant " << VD->getVectorFnName() in tryExpandVecMathCall()
1923 SDValue Callee = DAG.getExternalSymbol(VD->getVectorFnName().data(), in tryExpandVecMathCall()