Home
last modified time | relevance | path

Searched refs:takeVector (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp528 Refs = RefEdges.takeVector(); in computeFunctionSummary()
535 Refs = RefEdges.takeVector(); in computeFunctionSummary()
566 CallGraphEdges.takeVector(), TypeTests.takeVector(), in computeFunctionSummary()
567 TypeTestAssumeVCalls.takeVector(), TypeCheckedLoadVCalls.takeVector(), in computeFunctionSummary()
568 TypeTestAssumeConstVCalls.takeVector(), in computeFunctionSummary()
569 TypeCheckedLoadConstVCalls.takeVector(), std::move(ParamAccesses), in computeFunctionSummary()
698 RefEdges.takeVector()); in computeVariableSummary()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsSkip.cpp158 std::vector<Value *> Candidates = ReferencedVals.takeVector(); in opportunities()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSetVector.h66 Vector takeVector() { in takeVector() function
H A DMapVector.h56 VectorType takeVector() { in takeVector() function
/openbsd-src/gnu/llvm/lld/MachO/
H A DUnwindInfoSection.cpp458 symbolsVec = symbols.takeVector(); in finalize()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp666 GCPtrs = LoweredGCPtrs.takeVector(); in lowerStatepointMetaArgs()
H A DLegalizeVectorTypes.cpp2615 auto &&UniqueVec = UniqueInputs.takeVector(); in SplitVecRes_VECTOR_SHUFFLE()
2616 auto &&UniqueConstantVec = UniqueConstantInputs.takeVector(); in SplitVecRes_VECTOR_SHUFFLE()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineSink.cpp1859 auto DbgValsToSink = DbgValsToSinkMap.takeVector(); in tryToSinkCopy()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp2287 auto SortedUsage = Usage.takeVector(); in noteSLocAddressSpaceUsage()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1178 getFlags(Object->getMachine()).takeVector()) { in NormalizedOther()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8048 auto Vector = ShuffleMasks[I].takeVector(); in getTreeCost()
10125 auto Vector = ShuffledInserts[I].ValueMasks.takeVector(); in vectorizeTree()
12354 auto PossibleReducedValsVect = PossibleReducedVals.takeVector(); in matchAssociativeReduction()
12358 auto PossibleRedVals = PossibleReducedVals.second.takeVector(); in matchAssociativeReduction()
12363 auto RedValsVect = It->second.takeVector(); in matchAssociativeReduction()
/openbsd-src/gnu/llvm/lld/ELF/
H A DDriver.cpp1032 return names.takeVector(); in getSymbolOrderingFile()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp2625 DeleteDeadBlocks(BlocksToRemove.takeVector(), DTU); in removeUnreachableBlocks()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1804 NullifyingVector<decltype(TmpQ)::vector_type> Queue(TmpQ.takeVector()); in select()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp1981 return MostBases.takeVector(); in getMostBaseClasses()
6631 for (const auto &Entry : DeferredEmptyCoverageMappingDecls.takeVector()) { in EmitDeferredUnusedCoverageMappings()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5046 auto RemainingSelectsToRewrite = SelectsToRewrite.takeVector(); in runOnAlloca()