llvm-project/mlir/test/mlir-tblgen
Lei Zhang d5524388ab [TableGen] Change names for Builder* and OperationState* parameters to avoid collision
The `Builder*` parameter is unused in both generated build() methods so that we can
leave it unnamed. Changed stand-alone parameter build() to take `_tblgen_state` instead
of `result` to allow `result` to avoid having name collisions with op operand,
attribute, or result.

PiperOrigin-RevId: 240637700
2019-03-29 17:47:57 -07:00
..
directive-verifyUnusedValue.td [TableGen] Support multiple result patterns 2019-03-29 17:07:50 -07:00
one-op-one-result.td Remove some statements that required >C++11, add includes and qualify names. NFC. 2019-03-29 17:24:53 -07:00
op-attribute.td [TableGen] Change names for Builder* and OperationState* parameters to avoid collision 2019-03-29 17:47:57 -07:00
op-decl.td [TableGen] Change names for Builder* and OperationState* parameters to avoid collision 2019-03-29 17:47:57 -07:00
op-operand.td [TableGen] Change names for Builder* and OperationState* parameters to avoid collision 2019-03-29 17:47:57 -07:00
op-result.td [TableGen] Change names for Builder* and OperationState* parameters to avoid collision 2019-03-29 17:47:57 -07:00
pattern-multi-result-op.td [TableGen] Change to attach the name to DAG operator in result patterns 2019-03-29 17:08:05 -07:00
pattern-tAttr.td Remove some statements that required >C++11, add includes and qualify names. NFC. 2019-03-29 17:24:53 -07:00
predicate.td Replace usages of Instruction with Operation in the /IR directory. 2019-03-29 17:43:37 -07:00
reference-impl.td Cleanup ValueHandleArray 2019-03-29 17:35:20 -07:00