Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp666 Refs = RefEdges.takeVector(); in computeFunctionSummary()
673 Refs = RefEdges.takeVector(); in computeFunctionSummary()
723 Flags, NumInsts, FunFlags, std::move(Refs), CallGraphEdges.takeVector(), in computeFunctionSummary()
724 TypeTests.takeVector(), TypeTestAssumeVCalls.takeVector(), in computeFunctionSummary()
725 TypeCheckedLoadVCalls.takeVector(), in computeFunctionSummary()
726 TypeTestAssumeConstVCalls.takeVector(), in computeFunctionSummary()
727 TypeCheckedLoadConstVCalls.takeVector(), std::move(ParamAccesses), in computeFunctionSummary()
893 RefEdges.takeVector()); in computeVariableSummary()
H A DAliasSetTracker.cpp206 return Pointers.takeVector(); in getPointers()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfRadixTree.cpp100 llvm::SmallVector<CSIdPair, 0> CallStacks = MemProfCallStackData.takeVector(); in build()
H A DMemProfReader.cpp649 return BuildIds.takeVector(); in peekBuildIds()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h93 Vector takeVector() { in takeVector() function
H A DMapVector.h55 VectorType takeVector() { in takeVector() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp437 PredicateSorter.takeVector(); in emitSystemRuntimeLibrarySetCalls()
/freebsd/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.cpp467 symbolsVec = symbols.takeVector(); in finalize()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp669 auto SavedEntries = Enum.Entries.takeVector(); in collectEnumEntries()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp667 GCPtrs = LoweredGCPtrs.takeVector(); in lowerStatepointMetaArgs()
H A DLegalizeVectorTypes.cpp3022 auto &&UniqueVec = UniqueInputs.takeVector(); in SplitVecRes_VECTOR_SHUFFLE()
3023 auto &&UniqueConstantVec = UniqueConstantInputs.takeVector(); in SplitVecRes_VECTOR_SHUFFLE()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp373 SmallVector<StringRef, 0> Modules = ModuleSet.takeVector(); in getSourceModules()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp2339 auto DbgValsToSink = DbgValsToSinkMap.takeVector(); in tryToSinkCopy()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2293 auto SortedUsage = Usage.takeVector(); in noteSLocAddressSpaceUsage()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1244 getFlags(Object->getMachine()).takeVector()) { in NormalizedOther()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1829 NullifyingVector<decltype(TmpQ)::vector_type> Queue(TmpQ.takeVector()); in select()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp612 return Users.takeVector(); in collectUsersRecursively()
H A DSLPVectorizer.cpp7626 return Res.takeVector(); in reorderBottomToTop()
14976 auto Vector = ShuffledInserts[I].ValueMasks.takeVector(); in getTreeCost()
15155 VectorOpToIdx.takeVector(); in tryToGatherSingleRegisterExtractElements()
19101 auto Vector = ShuffledInserts[I].ValueMasks.takeVector(); in vectorizeTree()
22207 auto PossibleReducedValsVect = PossibleReducedVals.takeVector(); in matchAssociativeReduction()
22211 auto PossibleRedVals = PossibleReducedVals.second.takeVector(); in matchAssociativeReduction()
22216 auto RedValsVect = It->second.takeVector(); in matchAssociativeReduction()
H A DVPlanRecipes.cpp2604 .takeVector()),
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3281 DeleteDeadBlocks(BlocksToRemove.takeVector(), DTU); in removeUnreachableBlocks()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2612 return MostBases.takeVector(); in getMostBaseClasses()
7550 for (const auto &Entry : DeferredEmptyCoverageMappingDecls.takeVector()) { in EmitDeferredUnusedCoverageMappings()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1298 return names.takeVector(); in getSymbolOrderingFile()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp448 /*containingSourceFiles=*/nullptr, entryPointNamesSet.takeVector(), in CreateBreakpointAtUserEntry()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5736 auto RemainingSelectsToRewrite = SelectsToRewrite.takeVector(); in runOnAlloca()
H A DLoopStrengthReduce.cpp6053 auto InsertedInsts = InsertedNonLCSSAInsts.takeVector(); in ImplementSolution()