Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp145 << VD->getVectorFnName() << "`.\n"); in replaceWithCallToVeclib()
182 getTLIFunction(II->getModule(), VectorFTy, VD->getVectorFnName(), in replaceWithCallToVeclib()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1192 return LHS.getVectorFnName() < RHS.getVectorFnName(); in compareByVectorFnName()
1346 return VD->getVectorFnName(); in getVectorizedFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h59 StringRef getVectorFnName() const { return VectorFnName; } in getVectorFnName() function
/freebsd/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()