@@ -329,31 +329,31 @@ def F64 : F<64>;
329
329
def F80 : F<80>;
330
330
def F128 : F<128>;
331
331
332
- def BF16 : Type<CPred<"::llvm::isa<BFloat16Type>($_self)">, "bfloat16 type">,
332
+ def BF16 : Type<CPred<"::llvm::isa<::mlir:: BFloat16Type>($_self)">, "bfloat16 type">,
333
333
BuildableType<"$_builder.getType<BFloat16Type>()">;
334
- def TF32 : Type<CPred<"::llvm::isa<FloatTF32Type>($_self)">, "tf32 type">,
334
+ def TF32 : Type<CPred<"::llvm::isa<::mlir:: FloatTF32Type>($_self)">, "tf32 type">,
335
335
BuildableType<"$_builder.getType<FloatTF32Type>()">;
336
- def F8E4M3FN : Type<CPred<"::llvm::isa<Float8E4M3FNType>($_self)">, "f8E4M3FN type">,
336
+ def F8E4M3FN : Type<CPred<"::llvm::isa<::mlir:: Float8E4M3FNType>($_self)">, "f8E4M3FN type">,
337
337
BuildableType<"$_builder.getType<Float8E4M3FNType>()">;
338
- def F8E5M2 : Type<CPred<"::llvm::isa<Float8E5M2Type>($_self)">, "f8E5M2 type">,
338
+ def F8E5M2 : Type<CPred<"::llvm::isa<::mlir:: Float8E5M2Type>($_self)">, "f8E5M2 type">,
339
339
BuildableType<"$_builder.getType<Float8E5M2Type>()">;
340
- def F8E4M3 : Type<CPred<"::llvm::isa<Float8E4M3Type>($_self)">, "f8E4M3 type">,
340
+ def F8E4M3 : Type<CPred<"::llvm::isa<::mlir:: Float8E4M3Type>($_self)">, "f8E4M3 type">,
341
341
BuildableType<"$_builder.getType<Float8E4M3Type>()">;
342
- def F8E4M3FNUZ : Type<CPred<"::llvm::isa<Float8E4M3FNUZType>($_self)">, "f8E4M3FNUZ type">,
342
+ def F8E4M3FNUZ : Type<CPred<"::llvm::isa<::mlir:: Float8E4M3FNUZType>($_self)">, "f8E4M3FNUZ type">,
343
343
BuildableType<"$_builder.getType<Float8E4M3FNUZType>()">;
344
- def F8E4M3B11FNUZ : Type<CPred<"::llvm::isa<Float8E4M3B11FNUZType>($_self)">, "f8E4M3B11FNUZ type">,
344
+ def F8E4M3B11FNUZ : Type<CPred<"::llvm::isa<::mlir:: Float8E4M3B11FNUZType>($_self)">, "f8E4M3B11FNUZ type">,
345
345
BuildableType<"$_builder.getType<Float8E4M3B11FNUZType>()">;
346
- def F8E5M2FNUZ : Type<CPred<"::llvm::isa<Float8E5M2FNUZType>($_self)">, "f8E5M2FNUZ type">,
346
+ def F8E5M2FNUZ : Type<CPred<"::llvm::isa<::mlir:: Float8E5M2FNUZType>($_self)">, "f8E5M2FNUZ type">,
347
347
BuildableType<"$_builder.getType<Float8E5M2FNUZType>()">;
348
- def F8E3M4 : Type<CPred<"::llvm::isa<Float8E3M4Type>($_self)">, "f8E3M4 type">,
348
+ def F8E3M4 : Type<CPred<"::llvm::isa<::mlir:: Float8E3M4Type>($_self)">, "f8E3M4 type">,
349
349
BuildableType<"$_builder.getType<Float8E3M4Type>()">;
350
- def F4E2M1FN : Type<CPred<"::llvm::isa<Float4E2M1FNType>($_self)">, "f4E2M1FN type">,
350
+ def F4E2M1FN : Type<CPred<"::llvm::isa<::mlir:: Float4E2M1FNType>($_self)">, "f4E2M1FN type">,
351
351
BuildableType<"$_builder.getType<Float4E2M1FNType>()">;
352
- def F6E2M3FN : Type<CPred<"::llvm::isa<Float6E2M3FNType>($_self)">, "f6E2M3FN type">,
352
+ def F6E2M3FN : Type<CPred<"::llvm::isa<::mlir:: Float6E2M3FNType>($_self)">, "f6E2M3FN type">,
353
353
BuildableType<"$_builder.getType<Float6E2M3FNType>()">;
354
- def F6E3M2FN : Type<CPred<"::llvm::isa<Float6E3M2FNType($_self)">, "f6E3M2FN type">,
354
+ def F6E3M2FN : Type<CPred<"::llvm::isa<::mlir:: Float6E3M2FNType($_self)">, "f6E3M2FN type">,
355
355
BuildableType<"$_builder.getType<Float6E3M2FNType>()">;
356
- def F8E8M0FNU : Type<CPred<"::llvm::isa<Float8E8M0FNUType>($_self)">, "f8E8M0FNU type">,
356
+ def F8E8M0FNU : Type<CPred<"::llvm::isa<::mlir:: Float8E8M0FNUType>($_self)">, "f8E8M0FNU type">,
357
357
BuildableType<"$_builder.getType<Float8E8M0FNUType>()">;
358
358
359
359
def AnyComplex : Type<CPred<"::llvm::isa<::mlir::ComplexType>($_self)">,
0 commit comments