Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dattrdefs.td58 "int":$widthOfSomething,
69 …:InFlightDiagnostic()> emitError, ::mlir::MLIRContext *context, int widthOfSomething, ::test::Simp…
70 …y(::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError, int widthOfSomething, ::test::Simp…
88 // DEF-SAME: (widthOfSomething == std::get<0>(tblgenKey)) &&
96 // DEF-SAME: CompoundAAttrStorage(widthOfSomething, exampleTdType, apFloat, dims, inner);
H A Dtypedefs.td60 "int":$widthOfSomething,
71 …:InFlightDiagnostic()> emitError, ::mlir::MLIRContext *context, int widthOfSomething, ::test::Simp…
72 …y(::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError, int widthOfSomething, ::test::Simp…
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestAttributes.cpp50 int widthOfSomething; in parse() local
53 if (parser.parseLess() || parser.parseInteger(widthOfSomething) || in parse()
67 return get(parser.getContext(), widthOfSomething, oneType, arrayOfInts); in parse()
H A DTestTypes.cpp151 int widthOfSomething; in parse() local
154 if (parser.parseLess() || parser.parseInteger(widthOfSomething) || in parse()
169 return get(parser.getContext(), widthOfSomething, oneType, arrayOfInts); in parse()
H A DTestAttrDefs.td38 "int":$widthOfSomething,
H A DTestTypeDefs.td38 "int":$widthOfSomething,