Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h28 struct VecDesc { struct
70 std::vector<VecDesc> VectorDescs;
73 std::vector<VecDesc> ScalarDescs;
146 void addVectorizableFunctions(ArrayRef<VecDesc> Fns);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp1497 static bool compareByScalarFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByScalarFnName()
1501 static bool compareByVectorFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByVectorFnName()
1505 static bool compareWithScalarFnName(const VecDesc &LHS, StringRef S) { in compareWithScalarFnName()
1509 static bool compareWithVectorFnName(const VecDesc &LHS, StringRef S) { in compareWithVectorFnName()
1513 void TargetLibraryInfoImpl::addVectorizableFunctions(ArrayRef<VecDesc> Fns) { in addVectorizableFunctions()
1525 const VecDesc VecFuncs[] = { in addVectorizableFunctionsFromVecLib()
1533 const VecDesc VecFuncs[] = { in addVectorizableFunctionsFromVecLib()
1541 const VecDesc VecFuncs[] = { in addVectorizableFunctionsFromVecLib()
1558 std::vector<VecDesc>::const_iterator I = in isFunctionVectorizable()
1568 std::vector<VecDesc>::const_iterator I = in getVectorizedFunction()
[all …]