Searched refs:VectorDescs (Results 1 – 2 of 2) sorted by relevance
946 VectorDescs = TLI.VectorDescs; in TargetLibraryInfoImpl()959 VectorDescs = TLI.VectorDescs; in TargetLibraryInfoImpl()1272 llvm::append_range(VectorDescs, Fns); in addVectorizableFunctions()1273 llvm::sort(VectorDescs, compareByScalarFnName); in addVectorizableFunctions()1439 llvm::lower_bound(VectorDescs, funcName, compareWithScalarFnName); in isFunctionVectorizable()1440 return I != VectorDescs.end() && StringRef(I->getScalarFnName()) == funcName; in isFunctionVectorizable()1459 llvm::lower_bound(VectorDescs, F, compareWithScalarFnName); in getVectorMappingInfo()1460 while (I != VectorDescs.end() && StringRef(I->getScalarFnName()) == F) { in getVectorMappingInfo()1530 llvm::lower_bound(VectorDescs, ScalarF, compareWithScalarFnName); in getWidestVF()1531 while (I != VectorDescs.end() && StringRef(I->getScalarFnName()) == ScalarF) { in getWidestVF()
109 std::vector<VecDesc> VectorDescs; variable