Home
last modified time | relevance | path

Searched defs:RegionRange (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DRegion.cpp268 RegionRange::RegionRange(MutableArrayRef<Region> regions) in RegionRange() function in RegionRange
270 RegionRange::RegionRange(ArrayRef<std::unique_ptr<Region>> regions) in RegionRange() function in RegionRange
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dchlo_ops.cc256 RegionRange, SmallVectorImpl<Type>& inferredReturnTypes) { in inferReturnTypes() argument
267 RegionRange, SmallVectorImpl<Type>& inferredReturnTypes) { in inferReturnTypes() argument
278 RegionRange, SmallVectorImpl<Type>& inferredReturnTypes) { in inferReturnTypes() argument
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
1870 mlir::DictionaryAttr, mlir::RegionRange, in inferReturnTypeComponents()
2085 DictionaryAttr, RegionRange, SmallVectorImpl<Type>& inferredReturnTypes) { in inferReturnTypes() argument
2844 mlir::DictionaryAttr, mlir::RegionRange, in inferReturnTypeComponents()
/external/llvm-project/mlir/include/mlir/IR/
DRegion.h306 RegionRange(Arg &&arg) in RegionRange() function