Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp471 static bool compareByScalarFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByScalarFnName()
476 static bool compareByVectorFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByVectorFnName()
481 static bool compareWithScalarFnName(const VecDesc &LHS, StringRef S) { in compareWithScalarFnName()
485 static bool compareWithVectorFnName(const VecDesc &LHS, StringRef S) { in compareWithVectorFnName()
489 void TargetLibraryInfoImpl::addVectorizableFunctions(ArrayRef<VecDesc> Fns) { in addVectorizableFunctions()
501 const VecDesc VecFuncs[] = { in addVectorizableFunctionsFromVecLib()
552 std::vector<VecDesc>::const_iterator I = std::lower_bound( in isFunctionVectorizable()
563 std::vector<VecDesc>::const_iterator I = std::lower_bound( in getVectorizedFunction()
579 std::vector<VecDesc>::const_iterator I = std::lower_bound( in getScalarizedFunction()
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h36 struct VecDesc { struct
79 std::vector<VecDesc> VectorDescs;
82 std::vector<VecDesc> ScalarDescs;
141 void addVectorizableFunctions(ArrayRef<VecDesc> Fns);