Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp470 Refs = RefEdges.takeVector(); in computeFunctionSummary()
477 Refs = RefEdges.takeVector(); in computeFunctionSummary()
509 CallGraphEdges.takeVector(), TypeTests.takeVector(), in computeFunctionSummary()
510 TypeTestAssumeVCalls.takeVector(), TypeCheckedLoadVCalls.takeVector(), in computeFunctionSummary()
511 TypeTestAssumeConstVCalls.takeVector(), in computeFunctionSummary()
512 TypeCheckedLoadConstVCalls.takeVector(), std::move(ParamAccesses)); in computeFunctionSummary()
640 RefEdges.takeVector()); in computeVariableSummary()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dx86-method-vector-values.m31 -(void)takeVector:(float3)v; // there should be no diagnostic at declaration
40 -(void)takeVector:(float3)v {
73 -(void)takeVector:(float3)v {
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DNoRecursionCheck.cpp145 decltype(Vector) takeVector() { in takeVector() function in clang::tidy::misc::__anone26a69be0111::SmartSmallSetVector
190 CallStackTy CallStack = CallStackSet.takeVector(); in pathfindSomeCycle()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVEnums.cpp95 return allCaps.takeVector(); in getRecursiveImpliedCapabilities()
/llvm-project-15.0.7/mlir/lib/Analysis/
H A DSliceAnalysis.cpp62 std::vector<Operation *> v(forwardSlice->takeVector()); in getForwardSlice()
74 std::vector<Operation *> v(forwardSlice->takeVector()); in getForwardSlice()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsSkip.cpp158 std::vector<Value *> Candidates = ReferencedVals.takeVector(); in opportunities()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSetVector.h66 Vector takeVector() { in takeVector() function
H A DMapVector.h56 VectorType takeVector() { in takeVector() function
/llvm-project-15.0.7/llvm/unittests/Support/
H A DThreadPool.cpp376 return ThreadsUsed.takeVector(); in RunOnAllSockets()
/llvm-project-15.0.7/lld/MachO/
H A DUnwindInfoSection.cpp462 symbolsVec = symbols.takeVector(); in finalize()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp461 WorkList = Specializations.takeVector(); in calculateGains()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp696 GCPtrs = LoweredGCPtrs.takeVector(); in lowerStatepointMetaArgs()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineSink.cpp1859 auto DbgValsToSink = DbgValsToSinkMap.takeVector(); in tryToSinkCopy()
/llvm-project-15.0.7/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp591 unique.takeVector(), op->getAttrs()); in matchAndRewrite()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1164 getFlags(Object->getMachine()).takeVector()) { in NormalizedOther()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp358 llvm::to_vector(llvm::make_second_range(attrMetadata.takeVector())); in computeAttrMetadata()
H A DOpFormatGen.cpp2325 fmt.usedAttributes = seenAttrs.takeVector(); in verify()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DShrinkWrapping.cpp983 Frontier = DA.getDominanceFrontierFor(*BestPosSave).takeVector(); in doRestorePlacement()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7189 auto Vector = ShuffleMasks[I].takeVector(); in getTreeCost()
8799 auto Vector = ShuffledInserts[I].ValueMasks.takeVector(); in vectorizeTree()
10963 auto PossibleReducedValsVect = PossibleReducedVals.takeVector(); in matchAssociativeReduction()
10967 auto PossibleRedVals = PossibleReducedVals.second.takeVector(); in matchAssociativeReduction()
10972 auto RedValsVect = It->second.takeVector(); in matchAssociativeReduction()
/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp646 aliasToSymbol.takeVector(); in initializeAliases()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1629 NullifyingVector<decltype(TmpQ)::vector_type> Queue(TmpQ.takeVector()); in select()
/llvm-project-15.0.7/lld/ELF/
H A DDriver.cpp986 return names.takeVector(); in getSymbolOrderingFile()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp2518 DeleteDeadBlocks(BlocksToRemove.takeVector(), DTU); in removeUnreachableBlocks()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp1915 return MostBases.takeVector(); in getMostBaseClasses()
6423 for (const auto &Entry : DeferredEmptyCoverageMappingDecls.takeVector()) { in EmitDeferredUnusedCoverageMappings()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2340 return scratch_type_systems.takeVector(); in GetScratchTypeSystems()

12