Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSetVector.h63 ArrayRef<T> getArrayRef() const { return vector_; } in getArrayRef() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp379 replaceBinOpShuffles(BinOpShuffles.getArrayRef(), Shuffles, LI); in lowerInterleavedLoad()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp1016 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in concatenate()
1029 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in intersect()
1061 : getOrSelfReference(A->getContext(), MDs.getArrayRef()); in getMostGenericAliasScope()
H A DDIBuilder.cpp122 CUNode->replaceMacros(MDTuple::get(VMContext, I.second.getArrayRef())); in finalize()
129 getOrCreateMacroArray(I.second.getArrayRef())); in finalize()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp104 ConstantArray::get(ATy, Init.getArrayRef()), in appendToUsedList()
H A DCodeExtractor.cpp1803 oldFunction->getParent(), LifetimesStart.getArrayRef(), {}, TheCall); in extractCodeRegion()
H A DSimplifyCFG.cpp3183 ArrayRef<BasicBlock *> PredBBs = Pair.second.getArrayRef(); in FoldCondBranchOnValueKnownInPredecessorImpl()
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DLinkModules.cpp580 Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1007 return LibFunctions.getArrayRef(); in getLibFunctions()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp325 EscapedDeclsForTeams = EscapedDecls.getArrayRef(); in buildRecordForGlobalizedVars()
327 EscapedDeclsForParallel = EscapedDecls.getArrayRef(); in buildRecordForGlobalizedVars()
496 return EscapedDecls.getArrayRef(); in getEscapedDecls()
508 return EscapedVariableLengthDecls.getArrayRef(); in getEscapedVariableLengthDecls()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp919 remapExtractedInputs(PremappedInputs.getArrayRef(), OutputMappings, in getCodeExtractorArguments()
2785 updateOutputMapping(Region, Outputs.getArrayRef(), LI); in extractSection()
H A DFunctionImport.cpp1374 GlobalsToImport.getArrayRef(), nullptr, in importFunctions()
H A DAttributor.cpp831 return isPotentiallyAffectedByBarrier(A, Ptrs.getArrayRef(), QueryingAA, &I); in isPotentiallyAffectedByBarrier()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp841 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups()
H A DScalarEvolution.cpp4504 return SI->second.getArrayRef(); in getSCEVValues()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4203 ArrayRef<TreeEntry *> OrderedEntries = It->second.getArrayRef(); in reorderTopToBottom()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22790 getFirstIndexOf(DemandedSubvectors.getArrayRef(), DemandedSubvector); in foldExtractSubvectorFromShuffleVector()