Lines Matching refs:NRI
24 defm BR : NRI<(outs), (ins bb_op:$dst),
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>;
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>;
109 defm UNREACHABLE : NRI<(outs), (ins), [(trap)], "unreachable", 0x00>;
120 defm DEBUG_UNREACHABLE : NRI<(outs), (ins), [(debugtrap)], "unreachable", 0x00>;
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>;
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),