| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/ |
| H A D | UpdateVCEPass.cpp | 175 deducedVersion, deducedCapabilities.getArrayRef(), in runOnOperation() 176 deducedExtensions.getArrayRef(), &getContext()); in runOnOperation()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Location.cpp | 107 locs = decomposedLocs.getArrayRef(); in get()
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/DataFlow/ |
| H A D | DeadCodeAnalysis.h | 121 return knownPredecessors.getArrayRef(); in getKnownPredecessors()
|
| /llvm-project-15.0.7/mlir/test/lib/Analysis/DataFlow/ |
| H A D | TestDenseDataFlowAnalysis.cpp | 111 return it->second.getArrayRef(); in getLastModifiers()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | SetVector.h | 63 ArrayRef<T> getArrayRef() const { return vector_; } in getArrayRef() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/ |
| H A D | TransformOps.cpp | 353 results.set(getResult().cast<OpResult>(), parents.getArrayRef()); in apply() 373 results.set(getResult().cast<OpResult>(), uniqued.getArrayRef()); in apply()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/TransformOps/ |
| H A D | SCFTransformOps.cpp | 56 results.set(getResult().cast<OpResult>(), parents.getArrayRef()); in apply()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | SymbolTable.h | 301 return it != symbolToUsers.end() ? it->second.getArrayRef() : llvm::None; in getUsers()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | InterleavedAccessPass.cpp | 379 replaceBinOpShuffles(BinOpShuffles.getArrayRef(), Shuffles, LI); in lowerInterleavedLoad()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/ |
| H A D | KernelOutlining.cpp | 318 convertToLaunchFuncOp(op, outlinedFunc, operands.getArrayRef()); in runOnOperation()
|
| /llvm-project-15.0.7/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 | 120 CUNode->replaceMacros(MDTuple::get(VMContext, I.second.getArrayRef())); in finalize() 127 getOrCreateMacroArray(I.second.getArrayRef())); in finalize()
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | OpDocGen.cpp | 408 findDialectToGenerate(dialectsWithDocs.getArrayRef()); in emitDialectDoc()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorDistribute.cpp | 185 for (auto &yieldOperand : llvm::enumerate(yieldValues.getArrayRef())) { in moveRegionToNewWarpOpAndAppendReturns() 195 rewriter, warpOp, yieldValues.getArrayRef(), types); in moveRegionToNewWarpOpAndAppendReturns()
|
| /llvm-project-15.0.7/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 576 Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LazyCallGraph.h | 999 return LibFunctions.getArrayRef(); in getLibFunctions()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Vectorization.cpp | 449 bvm.map(valuesSet.getArrayRef(), valuesSet.getArrayRef()); in vectorizeAsLinalgGeneric()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/ |
| H A D | AsyncToAsyncRuntime.cpp | 330 func.getName(), execute.getResultTypes(), functionInputs.getArrayRef()); in outlineExecuteOp()
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/ |
| H A D | Deserializer.cpp | 208 spirv::VerCapExtAttr::get(version, capabilities.getArrayRef(), in attachVCETriple() 209 extensions.getArrayRef(), context)); in attachVCETriple()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 342 EscapedDeclsForTeams = EscapedDecls.getArrayRef(); in buildRecordForGlobalizedVars() 344 EscapedDeclsForParallel = EscapedDecls.getArrayRef(); in buildRecordForGlobalizedVars() 514 return EscapedDecls.getArrayRef(); in getEscapedDecls() 526 return EscapedVariableLengthDecls.getArrayRef(); in getEscapedVariableLengthDecls()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1340 GlobalsToImport.getArrayRef(), nullptr, in importFunctions()
|
| H A D | IROutliner.cpp | 907 remapExtractedInputs(PremappedInputs.getArrayRef(), OutputMappings, in getCodeExtractorArguments() 2763 updateOutputMapping(Region, Outputs.getArrayRef(), LI); in extractSection()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/ |
| H A D | Utils.cpp | 158 ValueRange outlinedValues(captures.getArrayRef()); in outlineSingleBlockRegion()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/ |
| H A D | PDLToPDLInterp.cpp | 587 pattern.getLoc(), mappedMatchValues, locOps.getArrayRef(), in generate()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 790 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups()
|