Home
last modified time | relevance | path

Searched refs:getArrayRef (Results 1 – 21 of 21) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h84 ArrayRef<value_type> getArrayRef() const { return vector_; } in getArrayRef() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp364 replaceBinOpShuffles(BinOpShuffles.getArrayRef(), Shuffles, LI); in lowerInterleavedLoad()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp172 return S->solve(Constraints.getArrayRef()); in querySolver()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1110 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in concatenate()
1123 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in intersect()
1155 : getOrSelfReference(A->getContext(), MDs.getArrayRef()); in getMostGenericAliasScope()
H A DDIBuilder.cpp106 CUNode->replaceMacros(MDTuple::get(VMContext, I.second.getArrayRef())); in finalize()
113 getOrCreateMacroArray(I.second.getArrayRef())); in finalize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp108 ConstantArray::get(ATy, Init.getArrayRef()), in appendToUsedList()
H A DCodeExtractor.cpp1842 oldFunction->getParent(), LifetimesStart.getArrayRef(), {}, TheCall); in extractCodeRegion()
H A DSimplifyCFG.cpp3280 ArrayRef<BasicBlock *> PredBBs = Pair.second.getArrayRef(); in FoldCondBranchOnValueKnownInPredecessorImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp601 Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1007 return LibFunctions.getArrayRef(); in getLibFunctions()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp313 EscapedDeclsForTeams = EscapedDecls.getArrayRef(); in buildRecordForGlobalizedVars()
315 EscapedDeclsForParallel = EscapedDecls.getArrayRef(); in buildRecordForGlobalizedVars()
481 return EscapedDecls.getArrayRef(); in getEscapedDecls()
493 return EscapedVariableLengthDecls.getArrayRef(); in getEscapedVariableLengthDecls()
499 return DelayedVariableLengthDecls.getArrayRef(); in getDelayedVariableLengthDecls()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp2463 IM.addPredicate<MIFlagsInstructionPredicateMatcher>(SetF.getArrayRef()); in emitCodeGenInstructionMatchPattern()
2465 IM.addPredicate<MIFlagsInstructionPredicateMatcher>(UnsetF.getArrayRef(), in emitCodeGenInstructionMatchPattern()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp914 remapExtractedInputs(PremappedInputs.getArrayRef(), OutputMappings, in getCodeExtractorArguments()
2778 updateOutputMapping(Region, Outputs.getArrayRef(), LI); in extractSection()
H A DFunctionImport.cpp1723 GlobalsToImport.getArrayRef(), nullptr, in importFunctions()
H A DAttributor.cpp916 return isPotentiallyAffectedByBarrier(A, Ptrs.getArrayRef(), QueryingAA, &I); in isPotentiallyAffectedByBarrier()
1749 return Pred(Callees.getArrayRef()); in checkForAllCallees()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2634 return GrpsUnionForParms.getArrayRef(); in getGroupOfVar()
2647 return GrpsUnionForParms.getArrayRef(); in getGroupOfParms()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp736 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups()
H A DScalarEvolution.cpp4534 return SI->second.getArrayRef(); in getSCEVValues()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4404 ArrayRef<TreeEntry *> OrderedEntries = It->second.getArrayRef(); in reorderTopToBottom()
11844 ArrayRef<const TreeEntry *> PostponedNodes = PostponedGathers.getArrayRef(); in vectorizeTree()
H A DLoopVectorize.cpp9039 for (VPSingleDefRecipe *CurrentLink : Worklist.getArrayRef().drop_front()) { in adjustRecipesForReductions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24352 getFirstIndexOf(DemandedSubvectors.getArrayRef(), DemandedSubvector); in foldExtractSubvectorFromShuffleVector()