[mlir] Explicitly mark dialect prefixing
authorJacques Pienaar <jpienaar@google.com>
Thu, 21 Jul 2022 19:58:19 +0000 (12:58 -0700)
committerJacques Pienaar <jpienaar@google.com>
Thu, 21 Jul 2022 19:58:19 +0000 (12:58 -0700)
commit72686d68c137551cce816416190a18d45b4d4e2a
treed79937b2bc572bd42484a191c57b67f4a999c391
parenta4ee8a31ce7611d53d4170cd0c0dd3e5cda1d0d9
[mlir] Explicitly mark dialect prefixing

Missed previously and needed to flip the default. Most of these just
flipped to _Raw to retain existing state/keep this small except for TOSA
dialect which got flipped to _Both as no further change was needed..
mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td
mlir/test/mlir-tblgen/interfaces-as-constraints.td
mlir/test/mlir-tblgen/op-attribute.td
mlir/test/mlir-tblgen/op-operand.td
mlir/test/mlir-tblgen/op-result.td
mlir/test/mlir-tblgen/op-side-effects.td