Searched refs:to_vector (Results 1 – 17 of 17) sorted by relevance
25 return to_vector<Size>( in map_to_vector()30 return to_vector( in map_to_vector()
1312 SmallVector<ValueTypeFromRangeType<R>, Size> to_vector(R &&Range) { in to_vector() function1316 SmallVector<ValueTypeFromRangeType<R>> to_vector(R &&Range) { in to_vector() function
62 auto Res = BundleToCombined.try_emplace(to_vector<4>(Operands), New); in addCombined()363 auto I = BundleToCombined.find(to_vector<4>(Values)); in buildGraph()
389 for (auto *Succ : to_vector(VPBB->successors())) { in mergeBlocksIntoPredecessors()
204 for (VPBlockBase *Block : to_vector(vp_depth_first_shallow(Entry))) in deleteCFG()
911 auto Mask = llvm::to_vector<8>( in vectorizeChain()
806 for (auto *C : to_vector(DT->getNode(OriginalExit)->children())) { in UnrollLoop()
243 for (DomTreeNode *C : to_vector(BBNode->children())) in MergeBlockIntoPredecessor()
430 DWARFLocationExpression{std::nullopt, to_vector<4>(*Expr)}}; in getLocations()
749 to_vector(F.getComdat()->getUsers()); in processFunction()
1213 auto Indices = llvm::to_vector<4>(llvm::seq<unsigned>(0, Factor)); in combine()
134 return Func(llvm::to_vector<8>(llvm::make_pointer_range(Args)));
3055 llvm::to_vector<16>(llvm::seq<unsigned>(0, Includes.size())); in sortCppIncludes()3280 llvm::to_vector<16>(llvm::seq<unsigned>(0, Imports.size())); in sortJavaImports()
1310 auto ShuffleMask = llvm::to_vector<16>(llvm::seq<int>(0, NumSrcElements)); in ExpandZERO_EXTEND_VECTOR_INREG()
2053 auto ShuffleMaskStorage = llvm::to_vector<16>(llvm::seq<int>(0, SrcElts)); in optimizeVectorResizeWithIntegerBitCasts()
2593 auto Mask = llvm::to_vector<8>(llvm::seq<int>(BeginIndex, EndIndex)); in extractVector()
22131 auto SplitSeqVec = llvm::to_vector(SplitSeq); in createComplexDeinterleavingIR()