Home
last modified time | relevance | path

Searched refs:getFlattenedTypes (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DTypeUtilities.cpp38 SmallVector<Type, 10> mlir::getFlattenedTypes(TupleType t) { in getFlattenedTypes() function in mlir
40 t.getFlattenedTypes(fTypes); in getFlattenedTypes()
H A DBuiltinTypes.cpp880 void TupleType::getFlattenedTypes(SmallVectorImpl<Type> &types) { in getFlattenedTypes() function in TupleType
883 nestedTuple.getFlattenedTypes(types); in getFlattenedTypes()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DTypeUtilities.h39 SmallVector<Type, 10> getFlattenedTypes(TupleType t);
H A DBuiltinTypes.td789 void getFlattenedTypes(SmallVectorImpl<Type> &types);
H A DOpBase.td838 "getFlattenedTypes($_self.cast<::mlir::TupleType>())",
/llvm-project-15.0.7/mlir/test/lib/Dialect/Func/
H A DTestDecomposeCallGraphTypes.cpp59 tupleType.getFlattenedTypes(types); in runOnOperation()