Searched refs:getArrayRef (Results 1 – 17 of 17) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | SetVector.h | 63 ArrayRef<T> getArrayRef() const { return vector_; } in getArrayRef() function
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | InterleavedAccessPass.cpp | 379 replaceBinOpShuffles(BinOpShuffles.getArrayRef(), Shuffles, LI); in lowerInterleavedLoad()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Metadata.cpp | 1016 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 D | DIBuilder.cpp | 122 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 D | ModuleUtils.cpp | 104 ConstantArray::get(ATy, Init.getArrayRef()), in appendToUsedList()
|
| H A D | CodeExtractor.cpp | 1803 oldFunction->getParent(), LifetimesStart.getArrayRef(), {}, TheCall); in extractCodeRegion()
|
| H A D | SimplifyCFG.cpp | 3183 ArrayRef<BasicBlock *> PredBBs = Pair.second.getArrayRef(); in FoldCondBranchOnValueKnownInPredecessorImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 580 Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | LazyCallGraph.h | 1007 return LibFunctions.getArrayRef(); in getLibFunctions()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 325 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 D | IROutliner.cpp | 919 remapExtractedInputs(PremappedInputs.getArrayRef(), OutputMappings, in getCodeExtractorArguments() 2785 updateOutputMapping(Region, Outputs.getArrayRef(), LI); in extractSection()
|
| H A D | FunctionImport.cpp | 1374 GlobalsToImport.getArrayRef(), nullptr, in importFunctions()
|
| H A D | Attributor.cpp | 831 return isPotentiallyAffectedByBarrier(A, Ptrs.getArrayRef(), QueryingAA, &I); in isPotentiallyAffectedByBarrier()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 841 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups()
|
| H A D | ScalarEvolution.cpp | 4504 return SI->second.getArrayRef(); in getSCEVValues()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 4203 ArrayRef<TreeEntry *> OrderedEntries = It->second.getArrayRef(); in reorderTopToBottom()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 22790 getFirstIndexOf(DemandedSubvectors.getArrayRef(), DemandedSubvector); in foldExtractSubvectorFromShuffleVector()
|