Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp439 static bool compareByScalarFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByScalarFnName()
444 static bool compareByVectorFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByVectorFnName()
449 static bool compareWithScalarFnName(const VecDesc &LHS, StringRef S) { in compareWithScalarFnName()
453 static bool compareWithVectorFnName(const VecDesc &LHS, StringRef S) { in compareWithVectorFnName()
457 void TargetLibraryInfoImpl::addVectorizableFunctions(ArrayRef<VecDesc> Fns) { in addVectorizableFunctions()
469 const VecDesc VecFuncs[] = { in addVectorizableFunctionsFromVecLib()
492 std::vector<VecDesc>::const_iterator I = std::lower_bound( in isFunctionVectorizable()
503 std::vector<VecDesc>::const_iterator I = std::lower_bound( in getVectorizedFunction()
519 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);