Home
last modified time | relevance | path

Searched refs:VectorFnName (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h45 StringRef VectorFnName; variable
52 VecDesc(StringRef ScalarFnName, StringRef VectorFnName, in VecDesc() argument
54 : ScalarFnName(ScalarFnName), VectorFnName(VectorFnName), in VecDesc()
59 StringRef getVectorFnName() const { return VectorFnName; } in getVectorFnName()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp52 assert(!VectorFnName.empty() && "Vector function name must not be empty."); in getVectorFunctionABIVariantString()
55 Out << VABIPrefix << "_" << ScalarFnName << "(" << VectorFnName << ")"; in getVectorFunctionABIVariantString()