Home
last modified time | relevance | path

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

12

/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DUpdateVCEPass.cpp184 deducedVersion, deducedCapabilities.getArrayRef(), in runOnOperation()
185 deducedExtensions.getArrayRef(), &getContext()); in runOnOperation()
/llvm-project/mlir/lib/IR/
H A DLocation.cpp231 locs = decomposedLocs.getArrayRef();
H A DBuiltinDialect.cpp106 blobManager.buildResources(provider, referencedResources.getArrayRef()); in buildResources()
/llvm-project/mlir/include/mlir/Analysis/DataFlow/
H A DDeadCodeAnalysis.h111 return knownPredecessors.getArrayRef(); in getKnownPredecessors()
/llvm-project/mlir/test/lib/Analysis/DataFlow/
H A DTestDenseDataFlowAnalysis.h66 ArrayRef<Operation *> get() const { return accesses.getArrayRef(); } in get()
/llvm-project/mlir/lib/Bytecode/Writer/
H A DIRNumbering.cpp363 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 DSetVector.h84 ArrayRef<value_type> getArrayRef() const { return vector_; } in getArrayRef() function
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestDialectInterfaces.cpp265 blobManager.buildResources(provider, referencedResources.getArrayRef()); in buildResources()
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/
H A DGPUTransformOps.cpp460 forallMappingAttrs.getArrayRef(), tmpMappingSizes, comparator); in rewriteOneForallCommonImpl()
488 forallMappingAttrs.getArrayRef().take_front(forallOp.getRank()))) { in rewriteOneForallCommonImpl()
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp173 return S.solve(Constraints.getArrayRef()); in querySolver()
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp313 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 DInterleavedAccessPass.cpp342 replaceBinOpShuffles(BinOpShuffles.getArrayRef(), Shuffles, LI); in lowerInterleavedLoad()
/llvm-project/mlir/include/mlir/IR/
H A DSymbolTable.h398 return it != symbolToUsers.end() ? it->second.getArrayRef() : std::nullopt; in getUsers()
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DKernelOutlining.cpp387 convertToLaunchFuncOp(op, outlinedFunc, operands.getArrayRef()); in runOnOperation()
/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1125 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 DDIBuilder.cpp105 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 DModuleUtils.cpp152 ConstantArray::get(ATy, Init.getArrayRef()), in removeFromUsedLists()
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDistribute.cpp1578 rewriter, warpOp, escapingValues.getArrayRef(), distTypes, in matchAndRewrite()
/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp601 Mover.move(std::move(SrcM), ValuesToLink.getArrayRef(), in run()
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/
H A DTileAllocation.cpp609 llvm::make_pointee_range(activeRanges.getArrayRef()), in assignTileIdsAndResolveTrivialConflicts()
/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1009 return LibFunctions.getArrayRef();
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp388 func.getName(), execute.getResultTypes(), functionInputs.getArrayRef()); in outlineExecuteOp()
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp2076 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 DGlobalISelCombinerEmitter.cpp2207 IM.addPredicate<MIFlagsInstructionPredicateMatcher>(SetF.getArrayRef()); in emitCodeGenInstructionMatchPattern()
2209 IM.addPredicate<MIFlagsInstructionPredicateMatcher>(UnsetF.getArrayRef(), in emitCodeGenInstructionMatchPattern()
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp208 spirv::VerCapExtAttr::get(version, capabilities.getArrayRef(), in attachVCETriple()
209 extensions.getArrayRef(), context)); in attachVCETriple()

12