Lines Matching full:lhs
10 // operation ::= `arith.addi` $lhs `,` $rhs attr-dict `:`
11 // type($result) operation ::= `arith.subi` $lhs `,` $rhs
13 // $lhs `,` $rhs attr-dict `:` type($result) operation ::=
14 // `arith.divui` $lhs `,` $rhs attr-dict `:` type($result)
15 // operation ::= `arith.ceildivsi` $lhs `,` $rhs attr-dict
16 // `:` type($result) operation ::= `arith.ceildivui` $lhs
18 // `arith.floordivsi` $lhs `,` $rhs attr-dict `:`
19 // type($result) operation ::= `arith.remsi` $lhs `,` $rhs
21 // $lhs `,` $rhs attr-dict `:` type($result) operation ::=
22 // `arith.muli` $lhs `,` $rhs attr-dict `:` type($result)
23 // operation ::= `arith.mulsi_extended` $lhs `,` $rhs
24 // attr-dict `:` type($lhs) operation ::=
25 // `arith.mului_extended` $lhs `,` $rhs attr-dict `:`
26 // type($lhs) operation ::= `arith.andi` $lhs `,` $rhs
28 // $lhs `,` $rhs attr-dict `:` type($result) operation ::=
29 // `arith.xori` $lhs `,` $rhs attr-dict `:` type($result)
30 // operation ::= `arith.maxsi` $lhs `,` $rhs attr-dict `:`
31 // type($result) operation ::= `arith.maxui` $lhs `,` $rhs
33 // $lhs `,` $rhs attr-dict `:` type($result) operation ::=
34 // `arith.minui` $lhs `,` $rhs attr-dict `:` type($result)
35 // operation ::= `arith.shli` $lhs `,` $rhs attr-dict `:`
36 // type($result) operation ::= `arith.shrsi` $lhs `,` $rhs
38 // $lhs `,` $rhs attr-dict `:` type($result)
48 field('lhs', $.value_use), ',',
53 // operation ::= `arith.addui_extended` $lhs `,` $rhs
56 seq('arith.addui_extended', field('lhs', $.value_use), ',',
61 // operation ::= `arith.addf` $lhs `,` $rhs (`fastmath` ``
64 // operation ::= `arith.divf` $lhs `,` $rhs (`fastmath` ``
67 // operation ::= `arith.maximumf` $lhs `,` $rhs (`fastmath` ``
70 // operation ::= `arith.minimumf` $lhs `,` $rhs (`fastmath` ``
73 // operation ::= `arith.mulf` $lhs `,` $rhs (`fastmath` ``
76 // operation ::= `arith.remf` $lhs `,` $rhs (`fastmath` ``
79 // operation ::= `arith.subf` $lhs `,` $rhs (`fastmath` ``
85 field('lhs', $.value_use), ',',
99 // operation ::= `arith.cmpi` $predicate `,` $lhs `,` $rhs
100 // attr-dict `:` type($lhs) operation ::= `arith.cmpf`
101 // $predicate `,` $lhs `,` $rhs attr-dict `:` type($lhs)
107 ',', field('lhs', $.value_use), ',',