Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h63 ArrayRef<T> getArrayRef() const { return vector_; } in getArrayRef() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp378 replaceBinOpShuffles(BinOpShuffles.getArrayRef(), Shuffles, LI); in lowerInterleavedLoad()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp925 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in concatenate()
938 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in intersect()
970 : 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp630 remapExtractedInputs(PremappedInputs.getArrayRef(), OutputMappings, in getCodeExtractorArguments()
800 findExtractedOutputToOverallOutputMapping(Region, Outputs.getArrayRef()); in findAddInputsOutputs()
1604 updateOutputMapping(Region, Outputs.getArrayRef(), LI); in extractSection()
H A DFunctionImport.cpp1303 std::move(SrcModule), GlobalsToImport.getArrayRef(), in importFunctions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp568 if (Error E = Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h988 return LibFunctions.getArrayRef(); in getLibFunctions()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp317 HeaderInfo.getFileInfo(Info.File).Aliases.getArrayRef(); in ResolvePragmaIncludeInstead()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp670 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1723 oldFunction->getParent(), LifetimesStart.getArrayRef(), {}, TheCall); in extractCodeRegion()