| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Region.cpp | 260 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 D | Operation.cpp | 37 RegionRange regions) { in create()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Region.h | 328 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 D | Operation.h | 47 RegionRange regions = {});
|
| H A D | OpDefinition.h | 467 using region_range = RegionRange;
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/ |
| H A D | TosaOps.cpp | 344 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 D | LoopInvariantCodeMotionUtils.h | 19 class RegionRange; variable 64 RegionRange regions,
|
| H A D | ControlFlowSinkUtils.h | 20 class RegionRange; variable 65 controlFlowSink(RegionRange regions, DominanceInfo &domInfo,
|
| /llvm-project-15.0.7/mlir/lib/Transforms/Utils/ |
| H A D | ControlFlowSinkUtils.cpp | 44 size_t sinkRegions(RegionRange regions); 120 size_t Sinker::sinkRegions(RegionRange regions) { in sinkRegions() 128 RegionRange regions, DominanceInfo &domInfo, in controlFlowSink()
|
| H A D | LoopInvariantCodeMotionUtils.cpp | 51 RegionRange regions, in moveLoopInvariantCode()
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | InferTypeOpInterface.h | 240 DictionaryAttr attributes, RegionRange regions, 244 DictionaryAttr attributes, RegionRange regions, 277 RegionRange regions, in inferReturnTypes()
|
| H A D | InferTypeOpInterface.td | 47 "::mlir::RegionRange":$regions, 78 "::mlir::RegionRange":$regions, 150 "::mlir::RegionRange":$regions,
|
| /llvm-project-15.0.7/mlir/test/lib/Transforms/ |
| H A D | TestControlFlowSink.cpp | 54 llvm::to_vector(RegionRange(op->getRegions())); in runOnOperation()
|
| /llvm-project-15.0.7/mlir/lib/Interfaces/ |
| H A D | InferTypeOpInterface.cpp | 179 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 D | Shape.cpp | 399 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 D | op-decl-and-defs.td | 67 // 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 D | python_test_ops.td | 76 ::mlir::RegionRange regions,
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestDialect.cpp | 436 ::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 D | TestOps.td | 408 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 D | VectorOps.cpp | 1023 RegionRange, in inferReturnTypes() argument 1819 RegionRange, in inferReturnTypes() argument
|