Home
last modified time | relevance | path

Searched +defs:region +defs:end (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/mlir/lib/IR/
H A DRegion.cpp226 OpIterator(Region * region,bool end) OpIterator() argument
270 if (auto *region = llvm::dyn_cast_if_present<const std::unique_ptr<Region> *>(owner)) offset_base() local
272 if (auto **region = llvm::dyn_cast_if_present<Region **>(owner)) offset_base() local
279 if (auto *region = llvm::dyn_cast_if_present<const std::unique_ptr<Region> *>(owner)) dereference_iterator() local
281 if (auto **region = llvm::dyn_cast_if_present<Region **>(owner)) dereference_iterator() local
[all...]
H A DOperationSupport.cpp225 addRegion(std::unique_ptr<Region> && region) addRegion() argument
544 MutableArrayRef<OpOperand>::iterator MutableOperandRange::end() const { end() function in MutableOperandRange
603 UseIterator(ResultRange results,bool end) UseIterator() argument
[all...]
/llvm-project/mlir/include/mlir/Reducer/
H A DReductionNode.h109 static BaseIterator end() { return BaseIterator(); } in end() function
147 Region *region = nullptr; variable
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp103 MemoryRegionInfos::const_iterator region = std::find_if( in MakeTaggedRange() local
105 [&remaining_range](const MemoryRegionInfo &region) { in MakeTaggedRange()
182 for (const MemoryRegionInfo &region : memory_regions) { in MakeTaggedRanges() local
199 lldb::addr_t end = in MakeTaggedRanges() local
/llvm-project/mlir/lib/Analysis/
H A DTopologicalSortUtils.cpp69 Block::iterator end = ops.end(); in sortTopologically() local
155 SetVector<Block *> mlir::getBlocksSortedByDominance(Region &region) { in getBlocksSortedByDominance()
242 if (auto *region = dyn_cast<Region *>(current)) { in topoSortRegion() local
/llvm-project/mlir/include/mlir/Dialect/Transform/Interfaces/
H A DTransformInterfaces.h358 RegionScope(TransformState & state,Region & region) RegionScope() argument
371 Region *region; global() variable
526 Region *region = operation->getParentRegion(); global() variable
933 make_region_scope(Region & region) make_region_scope() argument
1165 mapBlockArguments(TransformState & state,Region & region) mapBlockArguments() argument
1436 auto end() { return results.end(); } end() function
1438 auto end() const { return results.end(); } end() function
[all...]
/llvm-project/mlir/include/mlir/IR/
H A DRegion.h56 iterator end() { return blocks.end(); } in end() function
156 Region *region; global() variable
206 auto *region = this; getParentOfType() local
[all...]
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DLowerHLFIROrderedAssignments.cpp90 mlir::Region &region; member
214 generateMaskedEntity(mlir::Location loc,mlir::Region & region) generateMaskedEntity() argument
254 insertSavedEntity(mlir::Region & region,T && temp) insertSavedEntity() argument
575 auto end = builder.create<fir::ResultOp>(loc); enterElsewhere() local
624 getIfSaved(mlir::Region & region) getIfSaved() argument
642 getYield(mlir::Region & region) getYield() argument
651 generateYieldedEntity(mlir::Region & region,std::optional<mlir::Type> castToType) generateYieldedEntity() argument
693 auto end = ops.end(); generateYieldedEntity() local
717 generateYieldedScalarValue(mlir::Region & region,std::optional<mlir::Type> castToType) generateYieldedScalarValue() argument
913 MaskedArrayExpr(mlir::Location loc,mlir::Region & region,bool isOuterMaskExpr) MaskedArrayExpr() argument
1076 getAssignIfLeftHandSideRegion(mlir::Region & region) getAssignIfLeftHandSideRegion() argument
1138 mlir::Region &region = *savedEntity.yieldRegion; generateSaveEntity() local
1240 mlir::Region &region = *savedEntity.yieldRegion; saveLeftHandSide() local
[all...]
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h52 iterator end() const { return L.end(); } end() function
64 const TypedValueRegion *region; global() variable
98 iterator end() const { return L.end(); } end() function
[all...]
/llvm-project/libc/src/__support/
H A Dfreelist_heap.h49 cpp::span<cpp::byte> region() const { return {begin, end}; } in FreeListHeap() argument
56 FreeListHeap(void * start,cpp::byte * end,size_t total_bytes) FreeListHeap() argument
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_scheduler.h151 int end; member
245 struct isl_trivial_region *region; member
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp694 for (unsigned i = numDims, end = values.size(); i < end; ++i) { getAsConstraints() local
754 for (unsigned i = 0, end = lbs.size(); i < end; ++i) { isSliceMaximalFastCheck() local
915 for (int i = consumerIVs.size(), end = ivs.size(); i < end; ++i) isMaximal() local
1271 MemRefRegion region(op->getLoc()); boundCheckLoadOrStoreOp() local
1358 for (auto &region : op.getRegions()) { getInstAtPosition() local
1911 getMemoryFootprintBytes(Block & block,Block::iterator start,Block::iterator end,int memorySpace) getMemoryFootprintBytes() argument
1923 auto region = std::make_unique<MemRefRegion>(opInst->getLoc()); getMemoryFootprintBytes() local
1944 for (const auto &region : regions) { getMemoryFootprintBytes() local
[all...]
/llvm-project/polly/include/polly/
H A DScopDetectionDiagnostic.h176 iterator end() const { return ErrorReports.end(); } in end() function
186 const Region *region() const { return R; } in region() function
/llvm-project/openmp/runtime/src/
H A Dkmp_itt.inl185 __itt_timestamp end, int imbalance,
186 ident_t *loc, int team_size, int region) {
267 kmp_uint64 end, kmp_uint64 imbalance,
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp1762 findHighestBlockForPlacement(const MemRefRegion & region,Block & block,Block::iterator & begin,Block::iterator & end,Block ** copyPlacementBlock,Block::iterator * copyInPlacementStart,Block::iterator * copyOutPlacementStart) findHighestBlockForPlacement() argument
1763 findHighestBlockForPlacement(const MemRefRegion & region,Block & block,Block::iterator & begin,Block::iterator & end,Block ** copyPlacementBlock,Block::iterator * copyInPlacementStart,Block::iterator * copyOutPlacementStart) findHighestBlockForPlacement() argument
1806 getMultiLevelStrides(const MemRefRegion & region,ArrayRef<int64_t> bufferShape,SmallVectorImpl<StrideInfo> * strideInfos) getMultiLevelStrides() argument
1932 generateCopy(const MemRefRegion & region,Block * block,Block::iterator begin,Block::iterator end,Block * copyPlacementBlock,Block::iterator copyInPlacementStart,Block::iterator copyOutPlacementStart,const AffineCopyOptions & copyOptions,DenseMap<Value,Value> & fastBufferMap,DenseSet<Operation * > & copyNests,uint64_t * sizeInBytes,Block::iterator * nBegin,Block::iterator * nEnd) generateCopy() argument
1933 generateCopy(const MemRefRegion & region,Block * block,Block::iterator begin,Block::iterator end,Block * copyPlacementBlock,Block::iterator copyInPlacementStart,Block::iterator copyOutPlacementStart,const AffineCopyOptions & copyOptions,DenseMap<Value,Value> & fastBufferMap,DenseSet<Operation * > & copyNests,uint64_t * sizeInBytes,Block::iterator * nBegin,Block::iterator * nEnd) generateCopy() argument
2225 getFullMemRefAsRegion(Operation * op,unsigned numParamLoopIVs,MemRefRegion * region) getFullMemRefAsRegion() argument
2266 affineDataCopyGenerate(Block::iterator begin,Block::iterator end,const AffineCopyOptions & copyOptions,std::optional<Value> filterMemRef,DenseSet<Operation * > & copyNests) affineDataCopyGenerate() argument
2320 auto region = std::make_unique<MemRefRegion>(opInst->getLoc()); affineDataCopyGenerate() local
2468 auto end = std::next(begin); generateCopyForMemRegion() local
2755 for (unsigned end = loops.size(); end > 0; --end) { coalescePerfectlyNestedAffineLoops() local
[all...]
/llvm-project/mlir/lib/Transforms/Utils/
H A DInliner.cpp263 std::vector<CallGraphNode *>::iterator end() { return nodes.end(); } in end() function in __anond8076aeb0611::CallGraphSCC
389 Region *region = inlinedBlocks.begin()->getParent(); in processInlinedBlocks() local
503 auto *region = node->getCallableRegion(); optimizeSCC() local
[all...]
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp74 Region *region, in walkReturnOperations()
140 BackedgeSetT::const_iterator end() const { return edgeSet.end(); } in end() function in __anon0f1aa16f0211::Backedges
/llvm-project/mlir/lib/Pass/
H A DPass.cpp341 return MutableArrayRef<std::unique_ptr<Pass>>{impl->passes}.end(); in end() function in OpPassManager
348 return ArrayRef<std::unique_ptr<Pass>>{impl->passes}.end(); in end() function in OpPassManager
725 for (auto &region : getOperation()->getRegions()) { runOnOperationImpl() local
780 for (auto &region : getOperation()->getRegions()) { runOnOperationAsyncImpl() local
[all...]
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp971 auto end in getCOOSegments() local
1596 inferSparseBufferType(ValueRange ops,DictionaryAttr attr,OpaqueProperties prop,RegionRange region,SmallVectorImpl<mlir::Type> & ret) inferSparseBufferType() argument
1637 inferReturnTypes(MLIRContext * ctx,std::optional<Location> loc,ValueRange ops,DictionaryAttr attr,OpaqueProperties prop,RegionRange region,SmallVectorImpl<mlir::Type> & ret) inferReturnTypes() argument
1654 inferReturnTypes(MLIRContext * ctx,std::optional<Location> loc,ValueRange ops,DictionaryAttr attr,OpaqueProperties prop,RegionRange region,SmallVectorImpl<mlir::Type> & ret) inferReturnTypes() argument
1668 inferReturnTypes(MLIRContext * ctx,std::optional<Location> loc,ValueRange ops,DictionaryAttr attr,OpaqueProperties prop,RegionRange region,SmallVectorImpl<mlir::Type> & ret) inferReturnTypes() argument
1686 inferReturnTypes(MLIRContext * ctx,std::optional<Location> loc,ValueRange ops,DictionaryAttr attr,OpaqueProperties prop,RegionRange region,SmallVectorImpl<mlir::Type> & ret) inferReturnTypes() argument
1730 verifyNumBlockArgs(T * op,Region & region,const char * regionName,TypeRange inputTypes,Type outputType) verifyNumBlockArgs() argument
1946 auto &region = *result.regions.front(); build() local
2236 inferReturnTypes(MLIRContext * ctx,std::optional<Location> loc,ValueRange ops,DictionaryAttr attr,OpaqueProperties prop,RegionRange region,SmallVectorImpl<mlir::Type> & ret) inferReturnTypes() argument
[all...]
/llvm-project/lldb/source/Target/
H A DProcess.cpp613 std::vector<Notifications>::iterator pos, end = m_notifications.end(); UnregisterNotificationCallbacks() local
5801 AddInvalidMemoryRegion(const LoadRange & region) AddInvalidMemoryRegion() argument
5805 RemoveInvalidMemoryRange(const LoadRange & region) RemoveInvalidMemoryRange() argument
6456 CreateCoreFileMemoryRange(const MemoryRegionInfo & region) CreateCoreFileMemoryRange() argument
6465 AddDirtyPages(const MemoryRegionInfo & region,Process::CoreFileMemoryRanges & ranges) AddDirtyPages() argument
6504 AddRegion(const MemoryRegionInfo & region,bool try_dirty_pages,Process::CoreFileMemoryRanges & ranges) AddRegion() argument
6558 for (const auto &region : regions) GetCoreFileSaveRangesFull() local
6573 for (const auto &region : regions) { GetCoreFileSaveRangesDirtyOnly() local
6583 for (const auto &region : regions) GetCoreFileSaveRangesDirtyOnly() local
6605 for (const auto &region : regions) { GetCoreFileSaveRangesStackOnly() local
[all...]
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp46 /// top level of a `AffineScope` region is always a valid symbol for all in isTopLevelValue() argument
296 isValidDim(Value value,Region * region) isValidDim() argument
328 isMemRefSizeValidSymbol(AnyMemRefDefOp memrefDefOp,unsigned index,Region * region) isMemRefSizeValidSymbol() argument
346 isDimOpValidSymbol(ShapedDimOpInterface dimOp,Region * region) isDimOpValidSymbol() argument
419 isValidSymbol(Value value,Region * region) isValidSymbol() argument
464 isValidAffineIndexOperand(Value value,Region * region) isValidAffineIndexOperand() argument
470 printDimAndSymbolList(Operation::operand_iterator begin,Operation::operand_iterator end,unsigned numDims,OpAsmPrinter & printer) printDimAndSymbolList() argument
578 isValidDim(Region * region) isValidDim() argument
592 isValidSymbol(Region * region) isValidSymbol() argument
[all...]
/llvm-project/lld/ELF/
H A DLinkerScript.cpp497 __anonc40a2c1e0702(size_t begin, size_t end) computeInputSections() argument
1663 checkMemoryRegion(const MemoryRegion * region,const OutputSection * osec,uint64_t addr) checkMemoryRegion() argument
[all...]
/llvm-project/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp42 interleaveWithError(ForwardIterator begin, ForwardIterator end, in interleaveWithError() argument
841 __anon02efb9181c02(Region &region) printOperation() argument
842 Region::OpIterator it = region.op_begin(), end = region.op_end(); printOperation() local
[all...]
/llvm-project/flang/lib/Lower/
H A DBridge.cpp1444 for (auto it = ++nested.begin(), end = nested.end(); it != end; collectFinalEvaluations() local
2047 for (auto end = --eval.getNestedEvaluations().end(); iter != end; ++iter) genFIR() local
2637 __anonc6773cb53b02(const auto &parserExpr, mlir::Region &region, bool isMask = false) genForallNest() argument
2692 auto end = builder->create<fir::FirEndOp>(loc); genForallNest() local
2703 auto end = builder->create<fir::FirEndOp>(loc); genForallNest() local
4462 auto end = builder.create<fir::FirEndOp>(loc); genDataAssignment() local
5351 mlir::Region *region = &builder->getRegion(); createEmptyBlocks() local
5456 if (mlir::Region *region = func.getCallableRegion()) createGlobalOutsideOfFunctionLowering() local
6084 genCleanUpInRegionIfAny(mlir::Location loc,fir::FirOpBuilder & builder,mlir::Region & region,Fortran::lower::StatementContext & context) genCleanUpInRegionIfAny() argument
[all...]
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp120 outlineSingleBlockRegion(RewriterBase & rewriter,Location loc,Region & region,StringRef funcName,func::CallOp * callOp) outlineSingleBlockRegion() argument
939 for (unsigned end = loops.size(); end > 0; --end) { coalescePerfectlyNestedSCFForLoops() local
[all...]

12