Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DRegion.cpp268 RegionRange::RegionRange(MutableArrayRef<Region> regions) in RegionRange() function in RegionRange
269 : RegionRange(regions.data(), regions.size()) {} in RegionRange()
270 RegionRange::RegionRange(ArrayRef<std::unique_ptr<Region>> regions) in RegionRange() function in RegionRange
271 : RegionRange(regions.data(), regions.size()) {} in RegionRange()
274 RegionRange::OwnerT RegionRange::offset_base(const OwnerT &owner, in offset_base()
281 Region *RegionRange::dereference_iterator(const OwnerT &owner, in dereference_iterator()
DOperation.cpp92 BlockRange successors, RegionRange regions) { in create()
/external/llvm-project/mlir/include/mlir/IR/
DRegion.h290 class RegionRange
292 RegionRange, PointerUnion<Region *, const std::unique_ptr<Region> *>,
301 RegionRange(MutableArrayRef<Region> regions = llvm::None);
306 RegionRange(Arg &&arg) in RegionRange() function
307 : RegionRange(ArrayRef<std::unique_ptr<Region>>(std::forward<Arg>(arg))) { in RegionRange()
309 RegionRange(ArrayRef<std::unique_ptr<Region>> regions);
DOperation.h54 RegionRange regions = {});
DOpDefinition.h482 using region_range = RegionRange;
/external/llvm-project/mlir/include/mlir/Interfaces/
DInferTypeOpInterface.h86 DictionaryAttr attributes, RegionRange regions,
90 DictionaryAttr attributes, RegionRange regions,
109 RegionRange regions, in inferReturnTypes()
DInferTypeOpInterface.td45 "::mlir::RegionRange":$regions,
99 "RegionRange":$regions,
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dchlo_ops.cc196 DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents()
230 DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents()
256 RegionRange, SmallVectorImpl<Type>& inferredReturnTypes) { in inferReturnTypes() argument
267 RegionRange, SmallVectorImpl<Type>& inferredReturnTypes) { in inferReturnTypes() argument
278 RegionRange, SmallVectorImpl<Type>& inferredReturnTypes) { in inferReturnTypes() argument
290 DictionaryAttr attributes, RegionRange regions, \
342 DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents()
Dhlo_ops.cc460 RegionRange, SmallVectorImpl<Type>& inferredReturnTypes) { in inferReturnTypes() argument
962 RegionRange, SmallVectorImpl<Type>& inferredReturnTypes) { in inferReturnTypes() argument
1010 RegionRange, SmallVectorImpl<Type>& inferredReturnTypes) { in inferReturnTypes() argument
1040 RegionRange, SmallVectorImpl<Type>& inferredReturnTypes) { in inferReturnTypes() argument
1053 RegionRange, SmallVectorImpl<Type>& inferredReturnTypes) { in inferReturnTypes() argument
1099 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
1831 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
1870 mlir::DictionaryAttr, mlir::RegionRange, in inferReturnTypeComponents() argument
2085 DictionaryAttr, RegionRange, SmallVectorImpl<Type>& inferredReturnTypes) { in inferReturnTypes() argument
2361 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
[all …]
/external/llvm-project/mlir/lib/Interfaces/
DInferTypeOpInterface.cpp27 DictionaryAttr attributes, RegionRange regions, in inferReturnTensorTypes()
31 DictionaryAttr attributes, RegionRange regions, in inferReturnTensorTypes()
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestDialect.cpp680 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
693 DictionaryAttr attributes, RegionRange regions, in inferReturnTypeComponents()
DTestOps.td1915 DictionaryAttr attributes, RegionRange regions,
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc867 RegionRange branches = op.getRegions(); in matchAndRewrite()
1470 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
1681 mlir::RegionRange regions, in inferReturnTypes()
1878 mlir::RegionRange regions, in inferReturnTypes()
Dtf_ops_n_z.cc1300 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
3097 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
3183 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dresource_op_lifting.cc283 void AppendResourceStoreValueToReturn(RegionRange regions);
489 RegionRange regions) { in AppendResourceStoreValueToReturn()
Dtensor_list_ops_decomposition.cc393 RegionRange branches = case_op.getRegions(); in HandleCaseRegionOp()
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_ops.td131 ValueRange operands, DictionaryAttr attributes, RegionRange regions,
285 DictionaryAttr attributes, RegionRange regions,
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc1762 DictionaryAttr attributes, RegionRange regions, in inferReturnTypes()