Searched refs:widthOfSomething (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | attrdefs.td | 58 "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 D | typedefs.td | 60 "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 D | TestAttributes.cpp | 50 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 D | TestTypes.cpp | 151 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 D | TestAttrDefs.td | 38 "int":$widthOfSomething,
|
| H A D | TestTypeDefs.td | 38 "int":$widthOfSomething,
|