Searched refs:getArrayRef (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | SetVector.h | 63 ArrayRef<T> getArrayRef() const { return vector_; } in getArrayRef() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Metadata.cpp | 919 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 D | DIBuilder.cpp | 109 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 D | IROutliner.cpp | 550 remapExtractedInputs(PremappedInputs.getArrayRef(), OutputMappings, in getCodeExtractorArguments() 720 findExtractedOutputToOverallOutputMapping(Region, Outputs.getArrayRef()); in findAddInputsOutputs() 1524 updateOutputMapping(Region, Outputs.getArrayRef(), LI); in extractSection()
|
H A D | FunctionImport.cpp | 1303 std::move(SrcModule), GlobalsToImport.getArrayRef(), in importFunctions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | InterleavedAccessPass.cpp | 378 replaceBinOpShuffles(BinOpShuffles.getArrayRef(), Shuffles, LI); in lowerInterleavedLoad()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 553 if (Error E = Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | LazyCallGraph.h | 987 return LibFunctions.getArrayRef(); in getLibFunctions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 660 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 344 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 D | CodeExtractor.cpp | 1720 oldFunction->getParent(), LifetimesStart.getArrayRef(), {}, TheCall); in extractCodeRegion()
|