Home
last modified time | relevance | path

Searched refs:to_vector (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVectorExtras.h25 return to_vector<Size>( in map_to_vector()
30 return to_vector( in map_to_vector()
H A DSmallVector.h1312 SmallVector<ValueTypeFromRangeType<R>, Size> to_vector(R &&Range) { in to_vector() function
1316 SmallVector<ValueTypeFromRangeType<R>> to_vector(R &&Range) { in to_vector() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp62 auto Res = BundleToCombined.try_emplace(to_vector<4>(Operands), New); in addCombined()
363 auto I = BundleToCombined.find(to_vector<4>(Values)); in buildGraph()
H A DVPlanTransforms.cpp389 for (auto *Succ : to_vector(VPBB->successors())) { in mergeBlocksIntoPredecessors()
H A DVPlan.cpp204 for (VPBlockBase *Block : to_vector(vp_depth_first_shallow(Entry))) in deleteCFG()
H A DLoadStoreVectorizer.cpp911 auto Mask = llvm::to_vector<8>( in vectorizeChain()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp806 for (auto *C : to_vector(DT->getNode(OriginalExit)->children())) { in UnrollLoop()
H A DBasicBlockUtils.cpp243 for (DomTreeNode *C : to_vector(BBNode->children())) in MergeBlockIntoPredecessor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp430 DWARFLocationExpression{std::nullopt, to_vector<4>(*Expr)}}; in getLocations()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp749 to_vector(F.getComdat()->getUsers()); in processFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1213 auto Indices = llvm::to_vector<4>(llvm::seq<unsigned>(0, Factor)); in combine()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h134 return Func(llvm::to_vector<8>(llvm::make_pointer_range(Args)));
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3055 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1310 auto ShuffleMask = llvm::to_vector<16>(llvm::seq<int>(0, NumSrcElements)); in ExpandZERO_EXTEND_VECTOR_INREG()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2053 auto ShuffleMaskStorage = llvm::to_vector<16>(llvm::seq<int>(0, SrcElts)); in optimizeVectorResizeWithIntegerBitCasts()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2593 auto Mask = llvm::to_vector<8>(llvm::seq<int>(BeginIndex, EndIndex)); in extractVector()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp22131 auto SplitSeqVec = llvm::to_vector(SplitSeq); in createComplexDeinterleavingIR()