Lines Matching refs:ins
16 defm BR_IF : I<(outs), (ins bb_op:$dst, I32:$cond),
17 (outs), (ins bb_op:$dst),
21 defm BR_UNLESS : I<(outs), (ins bb_op:$dst, I32:$cond),
22 (outs), (ins bb_op:$dst), []>;
24 defm BR : NRI<(outs), (ins bb_op:$dst),
50 defm BR_TABLE_I32 : I<(outs), (ins I32:$index, variable_ops),
51 (outs), (ins brlist:$brl),
58 defm BR_TABLE_I64 : I<(outs), (ins I64:$index, variable_ops),
59 (outs), (ins brlist:$brl),
67 defm NOP : NRI<(outs), (ins), [], "nop", 0x01>;
73 defm BLOCK : NRI<(outs), (ins Signature:$sig), [], "block \t$sig", 0x02>;
74 defm LOOP : NRI<(outs), (ins Signature:$sig), [], "loop \t$sig", 0x03>;
76 defm IF : I<(outs), (ins Signature:$sig, I32:$cond),
77 (outs), (ins Signature:$sig),
79 defm ELSE : NRI<(outs), (ins), [], "else", 0x05>;
83 defm END_BLOCK : NRI<(outs), (ins), [], "end_block", 0x0b>;
84 defm END_LOOP : NRI<(outs), (ins), [], "end_loop", 0x0b>;
85 defm END_IF : NRI<(outs), (ins), [], "end_if", 0x0b>;
88 defm END : NRI<(outs), (ins), [], "end", 0x0b>;
90 defm END_FUNCTION : NRI<(outs), (ins), [], "end_function", 0x0b>;
98 defm RETURN : I<(outs), (ins variable_ops), (outs), (ins),
104 defm FALLTHROUGH_RETURN : I<(outs), (ins variable_ops), (outs), (ins), []>;
109 defm UNREACHABLE : NRI<(outs), (ins), [(trap)], "unreachable", 0x00>;
120 defm DEBUG_UNREACHABLE : NRI<(outs), (ins), [(debugtrap)], "unreachable", 0x00>;
132 defm THROW : I<(outs), (ins tag_op:$tag, variable_ops),
133 (outs), (ins tag_op:$tag), [],
136 defm RETHROW : NRI<(outs), (ins bb_op:$ehpad), [], "rethrow \t$ehpad", 0x09>;
141 defm TRY : NRI<(outs), (ins Signature:$sig), [], "try \t$sig", 0x06>;
142 defm END_TRY : NRI<(outs), (ins), [], "end_try", 0x0b>;
148 defm CATCH : I<(outs), (ins tag_op:$tag, variable_ops),
149 (outs), (ins tag_op:$tag), [],
151 defm CATCH_ALL : NRI<(outs), (ins), [], "catch_all", 0x19>;
156 defm DELEGATE : NRI<(outs), (ins bb_op:$dst), [], "delegate \t $dst", 0x18>;
161 defm CLEANUPRET : NRI<(outs), (ins bb_op:$ehpad), [(cleanupret bb:$ehpad)],
163 defm CATCHRET : NRI<(outs), (ins bb_op:$dst, bb_op:$from),