Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp152 const std::string MangledName = VD->getVectorFunctionABIVariantString(); in replaceWithCallToVeclib()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h66 std::string getVectorFunctionABIVariantString() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp51 std::string VecDesc::getVectorFunctionABIVariantString() const { in getVectorFunctionABIVariantString() function in VecDesc
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1882 const std::string MangledName = VD->getVectorFunctionABIVariantString(); in tryExpandVecMathCall()