Lines Matching refs:code
30 1. middle case: duplication of verification across the code base, or
45 operation into the record, so that readers don't need to jump among code
429 The second and third forms are good for use in manually written code, given that
492 generated as is in the C++ code, they should be valid C++ constructs for a type
497 code block as follows.
515 no limitation on the code size, we encourage one to define only short builders
533 The generated code will use default value in the declaration, but not in the
561 ### Custom verifier code
563 Verification code will be automatically generated for
765 when generating the C++ code for the format. The `UserDirective` is an
1028 code that is added to the generated source file inside the op's C++ namespace.
1031 ### Generated C++ code
1034 generates two files containing the corresponding C++ code: one for declarations,
1165 and C++. What is inside is already C++ code, which will be treated as opaque
1168 You can put any C++ code that returns a boolean value inside a `CPred`,
1195 just call `attr.isa<IntegerAttr>()`. The code can be wrapped in a `CPred` as
1505 `--gen-op-defs` as explained in [Generated C++ code](#generated-c-code).
1507 To see the generated code, invoke `mlir-tblgen` with a specific generator by
1552 * Ops registered using a registry separate from C++ code.