| /llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
| H A D | UpdateVCEPass.cpp | 184 deducedVersion, deducedCapabilities.getArrayRef(), in runOnOperation() 185 deducedExtensions.getArrayRef(), &getContext()); in runOnOperation()
|
| /llvm-project/mlir/lib/IR/ |
| H A D | Location.cpp | 231 locs = decomposedLocs.getArrayRef();
|
| H A D | BuiltinDialect.cpp | 106 blobManager.buildResources(provider, referencedResources.getArrayRef()); in buildResources()
|
| /llvm-project/mlir/include/mlir/Analysis/DataFlow/ |
| H A D | DeadCodeAnalysis.h | 111 return knownPredecessors.getArrayRef(); in getKnownPredecessors()
|
| /llvm-project/mlir/test/lib/Analysis/DataFlow/ |
| H A D | TestDenseDataFlowAnalysis.h | 66 ArrayRef<Operation *> get() const { return accesses.getArrayRef(); } in get()
|
| /llvm-project/mlir/lib/Bytecode/Writer/ |
| H A D | IRNumbering.cpp | 363 number(it.getFirst(), it.getSecond().getArrayRef()); in number() 532 number(it.getFirst(), it.getSecond().getArrayRef()); in number()
|
| /llvm-project/llvm/include/llvm/ADT/ |
| H A D | SetVector.h | 84 ArrayRef<value_type> getArrayRef() const { return vector_; } in getArrayRef() function
|
| /llvm-project/mlir/test/lib/Dialect/Test/ |
| H A D | TestDialectInterfaces.cpp | 265 blobManager.buildResources(provider, referencedResources.getArrayRef()); in buildResources()
|
| /llvm-project/mlir/lib/Dialect/GPU/TransformOps/ |
| H A D | GPUTransformOps.cpp | 460 forallMappingAttrs.getArrayRef(), tmpMappingSizes, comparator); in rewriteOneForallCommonImpl() 488 forallMappingAttrs.getArrayRef().take_front(forallOp.getRank()))) { in rewriteOneForallCommonImpl()
|
| /llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowAnalysisContext.cpp | 173 return S.solve(Constraints.getArrayRef()); in querySolver()
|
| /llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 313 EscapedDeclsForTeams = EscapedDecls.getArrayRef(); in buildRecordForGlobalizedVars() 315 EscapedDeclsForParallel = EscapedDecls.getArrayRef(); in buildRecordForGlobalizedVars() 481 return EscapedDecls.getArrayRef(); in getEscapedDecls() 493 return EscapedVariableLengthDecls.getArrayRef(); in getEscapedVariableLengthDecls() 499 return DelayedVariableLengthDecls.getArrayRef(); in getDelayedVariableLengthDecls()
|
| /llvm-project/llvm/lib/CodeGen/ |
| H A D | InterleavedAccessPass.cpp | 342 replaceBinOpShuffles(BinOpShuffles.getArrayRef(), Shuffles, LI); in lowerInterleavedLoad()
|
| /llvm-project/mlir/include/mlir/IR/ |
| H A D | SymbolTable.h | 398 return it != symbolToUsers.end() ? it->second.getArrayRef() : std::nullopt; in getUsers()
|
| /llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
| H A D | KernelOutlining.cpp | 387 convertToLaunchFuncOp(op, outlinedFunc, operands.getArrayRef()); in runOnOperation()
|
| /llvm-project/llvm/lib/IR/ |
| H A D | Metadata.cpp | 1125 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in intersect() 1138 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in getMostGenericAliasScope() 1170 : getOrSelfReference(A->getContext(), MDs.getArrayRef()); in getMostGenericFPMath()
|
| H A D | DIBuilder.cpp | 105 CUNode->replaceMacros(MDTuple::get(VMContext, I.second.getArrayRef())); in finalize() 112 getOrCreateMacroArray(I.second.getArrayRef())); in finalize()
|
| /llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ModuleUtils.cpp | 152 ConstantArray::get(ATy, Init.getArrayRef()), in removeFromUsedLists()
|
| /llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorDistribute.cpp | 1578 rewriter, warpOp, escapingValues.getArrayRef(), distTypes, in matchAndRewrite()
|
| /llvm-project/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 601 Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
|
| /llvm-project/mlir/lib/Dialect/ArmSME/Transforms/ |
| H A D | TileAllocation.cpp | 609 llvm::make_pointee_range(activeRanges.getArrayRef()), in assignTileIdsAndResolveTrivialConflicts()
|
| /llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LazyCallGraph.h | 1009 return LibFunctions.getArrayRef();
|
| /llvm-project/mlir/lib/Dialect/Async/Transforms/ |
| H A D | AsyncToAsyncRuntime.cpp | 388 func.getName(), execute.getResultTypes(), functionInputs.getArrayRef()); in outlineExecuteOp()
|
| /llvm-project/mlir/lib/Dialect/Transform/IR/ |
| H A D | TransformOps.cpp | 2076 results.set(llvm::cast<OpResult>(getResult()), uniqued.getArrayRef()); in apply() 2090 results.setParams(cast<OpResult>(getResult()), uniqued.getArrayRef()); in apply() 2106 results.setValues(cast<OpResult>(getResult()), uniqued.getArrayRef()); in apply()
|
| /llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelCombinerEmitter.cpp | 2207 IM.addPredicate<MIFlagsInstructionPredicateMatcher>(SetF.getArrayRef()); in emitCodeGenInstructionMatchPattern() 2209 IM.addPredicate<MIFlagsInstructionPredicateMatcher>(UnsetF.getArrayRef(), in emitCodeGenInstructionMatchPattern()
|
| /llvm-project/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()
|