Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DUpdateVCEPass.cpp175 deducedVersion, deducedCapabilities.getArrayRef(), in runOnOperation()
176 deducedExtensions.getArrayRef(), &getContext()); in runOnOperation()
/llvm-project-15.0.7/mlir/lib/IR/
H A DLocation.cpp107 locs = decomposedLocs.getArrayRef(); in get()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/DataFlow/
H A DDeadCodeAnalysis.h121 return knownPredecessors.getArrayRef(); in getKnownPredecessors()
/llvm-project-15.0.7/mlir/test/lib/Analysis/DataFlow/
H A DTestDenseDataFlowAnalysis.cpp111 return it->second.getArrayRef(); in getLastModifiers()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSetVector.h63 ArrayRef<T> getArrayRef() const { return vector_; } in getArrayRef() function
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp353 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 DSCFTransformOps.cpp56 results.set(getResult().cast<OpResult>(), parents.getArrayRef()); in apply()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DSymbolTable.h301 return it != symbolToUsers.end() ? it->second.getArrayRef() : llvm::None; in getUsers()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp379 replaceBinOpShuffles(BinOpShuffles.getArrayRef(), Shuffles, LI); in lowerInterleavedLoad()
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DKernelOutlining.cpp318 convertToLaunchFuncOp(op, outlinedFunc, operands.getArrayRef()); in runOnOperation()
/llvm-project-15.0.7/llvm/lib/IR/
H A DMetadata.cpp1016 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 DDIBuilder.cpp120 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 DOpDocGen.cpp408 findDialectToGenerate(dialectsWithDocs.getArrayRef()); in emitDialectDoc()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDistribute.cpp185 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 DLinkModules.cpp576 Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h999 return LibFunctions.getArrayRef(); in getLibFunctions()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp449 bvm.map(valuesSet.getArrayRef(), valuesSet.getArrayRef()); in vectorizeAsLinalgGeneric()
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp330 func.getName(), execute.getResultTypes(), functionInputs.getArrayRef()); in outlineExecuteOp()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp208 spirv::VerCapExtAttr::get(version, capabilities.getArrayRef(), in attachVCETriple()
209 extensions.getArrayRef(), context)); in attachVCETriple()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp342 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 DFunctionImport.cpp1340 GlobalsToImport.getArrayRef(), nullptr, in importFunctions()
H A DIROutliner.cpp907 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 DUtils.cpp158 ValueRange outlinedValues(captures.getArrayRef()); in outlineSingleBlockRegion()
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp587 pattern.getLoc(), mappedMatchValues, locOps.getArrayRef(), in generate()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DVectorUtils.cpp790 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups()

12