Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSetVector.h63 ArrayRef<T> getArrayRef() const { return vector_; } in getArrayRef() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp919 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in concatenate()
932 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in intersect()
964 : getOrSelfReference(A->getContext(), MDs.getArrayRef()); in getMostGenericAliasScope()
H A DDIBuilder.cpp109 CUNode->replaceMacros(MDTuple::get(VMContext, I.second.getArrayRef())); in finalize()
116 getOrCreateMacroArray(I.second.getArrayRef())); in finalize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp550 remapExtractedInputs(PremappedInputs.getArrayRef(), OutputMappings, in getCodeExtractorArguments()
720 findExtractedOutputToOverallOutputMapping(Region, Outputs.getArrayRef()); in findAddInputsOutputs()
1524 updateOutputMapping(Region, Outputs.getArrayRef(), LI); in extractSection()
H A DFunctionImport.cpp1303 std::move(SrcModule), GlobalsToImport.getArrayRef(), in importFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp378 replaceBinOpShuffles(BinOpShuffles.getArrayRef(), Shuffles, LI); in lowerInterleavedLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp553 if (Error E = Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h987 return LibFunctions.getArrayRef(); in getLibFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp660 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp344 EscapedDeclsForTeams = EscapedDecls.getArrayRef(); in buildRecordForGlobalizedVars()
346 EscapedDeclsForParallel = EscapedDecls.getArrayRef(); in buildRecordForGlobalizedVars()
516 return EscapedDecls.getArrayRef(); in getEscapedDecls()
528 return EscapedVariableLengthDecls.getArrayRef(); in getEscapedVariableLengthDecls()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1720 oldFunction->getParent(), LifetimesStart.getArrayRef(), {}, TheCall); in extractCodeRegion()