Lines Matching refs:TestOp

15 class TestOp<string mnemonic, list<Trait> traits = []> :
22 def AttrSizedOperandsOp : TestOp<"attr_sized_operands",
66 def AttrSizedResultsOp : TestOp<"attr_sized_results",
112 def AttributedOp : TestOp<"attributed_op"> {
154 def AttributedOpWithOperands : TestOp<"attributed_op_with_operands"> {
185 def DefaultValuedAttrsOp : TestOp<"default_valued_attrs"> {
204 def DeriveResultTypesOp : TestOp<"derive_result_types_op", [FirstAttrDerivedResultType]> {
219 def DeriveResultTypesVariadicOp : TestOp<"derive_result_types_variadic_op", [FirstAttrDerivedResult…
228 def EmptyOp : TestOp<"empty">;
241 def InferResultTypesImpliedOp : TestOp<"infer_result_types_implied_op"> {
255 def InferResultTypesOp : TestOp<"infer_result_types_op", [InferTypeOpInterface]> {
271 def MissingNamesOp : TestOp<"missing_names"> {
308 def OneOptionalOperandOp : TestOp<"one_optional_operand"> {
337 def OneVariadicOperandOp : TestOp<"one_variadic_operand"> {
366 def OneVariadicResultOp : TestOp<"one_variadic_result"> {
394 def PythonKeywordOp : TestOp<"python_keyword"> {
412 def SameResultsOp : TestOp<"same_results", [SameOperandsAndResultType]> {
423 def SameResultsVariadicOp : TestOp<"same_results_variadic", [SameOperandsAndResultType]> {
433 def SameVariadicOperandSizeOp : TestOp<"same_variadic_operand",
456 def SameVariadicResultSizeOp : TestOp<"same_variadic_result",
479 def SimpleOp : TestOp<"simple"> {
515 def VariadicAndNormalRegionOp : TestOp<"variadic_and_normal_region"> {
539 def VariadicRegionOp : TestOp<"variadic_region"> {
560 def WithSuccessorsOp : TestOp<"with_successors"> {