/llvm-project/mlir/lib/IR/ |
H A D | Region.cpp | 226 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 D | OperationSupport.cpp | 225 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 D | ReductionNode.h | 109 static BaseIterator end() { return BaseIterator(); } in end() function 147 Region *region = nullptr; variable
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | MemoryTagManagerAArch64MTE.cpp | 103 MemoryRegionInfos::const_iterator region = std::find_if( in MakeTaggedRange() local 105 [&remaining_range](const MemoryRegionInfo ®ion) { in MakeTaggedRange() 182 for (const MemoryRegionInfo ®ion : memory_regions) { in MakeTaggedRanges() local 199 lldb::addr_t end = in MakeTaggedRanges() local
|
/llvm-project/mlir/lib/Analysis/ |
H A D | TopologicalSortUtils.cpp | 69 Block::iterator end = ops.end(); in sortTopologically() local 155 SetVector<Block *> mlir::getBlocksSortedByDominance(Region ®ion) { in getBlocksSortedByDominance() 242 if (auto *region = dyn_cast<Region *>(current)) { in topoSortRegion() local
|
/llvm-project/mlir/include/mlir/Dialect/Transform/Interfaces/ |
H A D | TransformInterfaces.h | 358 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 D | Region.h | 56 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 D | LowerHLFIROrderedAssignments.cpp | 90 mlir::Region ®ion; 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 ®ion = *savedEntity.yieldRegion; generateSaveEntity() local 1240 mlir::Region ®ion = *savedEntity.yieldRegion; saveLeftHandSide() local [all...] |
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | BasicValueFactory.h | 52 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 D | freelist_heap.h | 49 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 D | isl_scheduler.h | 151 int end; member 245 struct isl_trivial_region *region; member
|
/llvm-project/mlir/lib/Dialect/Affine/Analysis/ |
H A D | Utils.cpp | 694 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 ®ion : 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 ®ion : regions) { getMemoryFootprintBytes() local [all...] |
/llvm-project/polly/include/polly/ |
H A D | ScopDetectionDiagnostic.h | 176 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 D | kmp_itt.inl | 185 __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 D | LoopUtils.cpp | 1762 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 D | Inliner.cpp | 263 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 D | BufferDeallocation.cpp | 74 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 D | Pass.cpp | 341 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 ®ion : getOperation()->getRegions()) { runOnOperationImpl() local 780 for (auto ®ion : getOperation()->getRegions()) { runOnOperationAsyncImpl() local [all...] |
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/ |
H A D | SparseTensorDialect.cpp | 971 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 ®ion = *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 D | Process.cpp | 613 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 ®ion : regions) GetCoreFileSaveRangesFull() local 6573 for (const auto ®ion : regions) { GetCoreFileSaveRangesDirtyOnly() local 6583 for (const auto ®ion : regions) GetCoreFileSaveRangesDirtyOnly() local 6605 for (const auto ®ion : regions) { GetCoreFileSaveRangesStackOnly() local [all...] |
/llvm-project/mlir/lib/Dialect/Affine/IR/ |
H A D | AffineOps.cpp | 46 /// 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 D | LinkerScript.cpp | 497 __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 D | TranslateToCpp.cpp | 42 interleaveWithError(ForwardIterator begin, ForwardIterator end, in interleaveWithError() argument 841 __anon02efb9181c02(Region ®ion) printOperation() argument 842 Region::OpIterator it = region.op_begin(), end = region.op_end(); printOperation() local [all...] |
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 1444 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 ®ion, 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 D | Utils.cpp | 120 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...] |