Home
last modified time | relevance | path

Searched refs:RegionRange (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DRegion.cpp260 RegionRange::RegionRange(MutableArrayRef<Region> regions) in RegionRange() function in RegionRange
261 : RegionRange(regions.data(), regions.size()) {} in RegionRange()
262 RegionRange::RegionRange(ArrayRef<std::unique_ptr<Region>> regions) in RegionRange() function in RegionRange
263 : RegionRange(regions.data(), regions.size()) {} in RegionRange()
264 RegionRange::RegionRange(ArrayRef<Region *> regions) in RegionRange() function in RegionRange
265 : RegionRange(const_cast<Region **>(regions.data()), regions.size()) {} in RegionRange()
268 RegionRange::OwnerT RegionRange::offset_base(const OwnerT &owner, in offset_base()
277 Region *RegionRange::dereference_iterator(const OwnerT &owner, in dereference_iterator()
H A DOperation.cpp37 RegionRange regions) { in create()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DRegion.h328 class RegionRange
330 RegionRange,
342 RegionRange(MutableArrayRef<Region> regions = llvm::None);
347 RegionRange(Arg &&arg) in RegionRange() function
348 : RegionRange(ArrayRef<std::unique_ptr<Region>>(std::forward<Arg>(arg))) { in RegionRange()
351 RegionRange(
355 : RegionRange(ArrayRef<Region *>(std::forward<Arg>(arg))) {} in RegionRange() function
356 RegionRange(ArrayRef<std::unique_ptr<Region>> regions);
357 RegionRange(ArrayRef<Region *> regions);
H A DOperation.h47 RegionRange regions = {});
H A DOpDefinition.h467 using region_range = RegionRange;
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp344 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents()
369 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents()
426 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents()
458 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents()
485 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents()
541 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents()
556 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents()
572 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents()
606 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents()
645 ValueShapeRange operands, DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents()
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Transforms/
H A DLoopInvariantCodeMotionUtils.h19 class RegionRange; variable
64 RegionRange regions,
H A DControlFlowSinkUtils.h20 class RegionRange; variable
65 controlFlowSink(RegionRange regions, DominanceInfo &domInfo,
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DControlFlowSinkUtils.cpp44 size_t sinkRegions(RegionRange regions);
120 size_t Sinker::sinkRegions(RegionRange regions) { in sinkRegions()
128 RegionRange regions, DominanceInfo &domInfo, in controlFlowSink()
H A DLoopInvariantCodeMotionUtils.cpp51 RegionRange regions, in moveLoopInvariantCode()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.h240 DictionaryAttr attributes, RegionRange regions,
244 DictionaryAttr attributes, RegionRange regions,
277 RegionRange regions, in inferReturnTypes()
H A DInferTypeOpInterface.td47 "::mlir::RegionRange":$regions,
78 "::mlir::RegionRange":$regions,
150 "::mlir::RegionRange":$regions,
/llvm-project-15.0.7/mlir/test/lib/Transforms/
H A DTestControlFlowSink.cpp54 llvm::to_vector(RegionRange(op->getRegions())); in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp179 DictionaryAttr attributes, RegionRange regions, in inferReturnTensorTypes()
183 DictionaryAttr attributes, RegionRange regions, in inferReturnTensorTypes()
/llvm-project-15.0.7/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp399 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
916 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
1094 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
1273 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
1311 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
1399 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
1435 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
1467 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
1499 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
1536 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
[all …]
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dop-decl-and-defs.td67 // CHECK: ::mlir::RegionRange getSomeRegions();
112 …aptor(::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::RegionRange regions) : odsO…
113 // DEFS: ::mlir::RegionRange AOpAdaptor::getRegions()
114 // DEFS: ::mlir::RegionRange AOpAdaptor::getSomeRegions()
/llvm-project-15.0.7/mlir/test/python/
H A Dpython_test_ops.td76 ::mlir::RegionRange regions,
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp436 ::mlir::RegionRange regions, in inferReturnTypes()
1120 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
1135 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
1144 DictionaryAttr attributes, RegionRange regions, in refineReturnTypes()
1163 DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents()
H A DTestOps.td408 mlir::DictionaryAttr attributes, mlir::RegionRange regions,
2355 ::mlir::DictionaryAttr attributes, ::mlir::RegionRange regions,
2378 ::mlir::DictionaryAttr attributes, ::mlir::RegionRange regions,
2425 ::mlir::DictionaryAttr attributes, ::mlir::RegionRange regions,
2446 ::mlir::DictionaryAttr attributes, ::mlir::RegionRange regions,
2643 ::mlir::DictionaryAttr attributes, ::mlir::RegionRange regions,
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp1023 RegionRange, in inferReturnTypes() argument
1819 RegionRange, in inferReturnTypes() argument