/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
order.go | 63 // Ordertemp allocates a new temporary with the given type, 65 // If clear is true, ordertemp emits code to zero the temporary. 66 func ordertemp(t *Type, order *Order, clear bool) *Node { func 85 // Ordercopyexpr behaves like ordertemp but also emits 98 var_ := ordertemp(t, order, clear != 0) 417 n.Left = ordertemp(m.Type, order, false) 436 l.N = ordertemp(m.Type, order, false) 442 l.N = ordertemp(m.Type, order, false) 562 tmp1 := ordertemp(typ, order, haspointers(typ)) 580 tmp1 := ordertemp(ch.Type, order, haspointers(ch.Type) [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
order.go | 60 // Ordertemp allocates a new temporary with the given type, 62 // If clear is true, ordertemp emits code to zero the temporary. 63 func ordertemp(t *Type, order *Order, clear bool) *Node { func 82 // Ordercopyexpr behaves like ordertemp but also emits 95 var_ := ordertemp(t, order, clear != 0) 414 n.Left = ordertemp(m.Type, order, false) 433 l.N = ordertemp(m.Type, order, false) 439 l.N = ordertemp(m.Type, order, false) 559 tmp1 := ordertemp(typ, order, haspointers(typ)) 577 tmp1 := ordertemp(ch.Type, order, haspointers(ch.Type) [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
order.go | 63 // Ordertemp allocates a new temporary with the given type, 65 // If clear is true, ordertemp emits code to zero the temporary. 66 func ordertemp(t *Type, order *Order, clear bool) *Node { func 85 // Ordercopyexpr behaves like ordertemp but also emits 98 var_ := ordertemp(t, order, clear != 0) 417 n.Left = ordertemp(m.Type, order, false) 436 l.N = ordertemp(m.Type, order, false) 442 l.N = ordertemp(m.Type, order, false) 562 tmp1 := ordertemp(typ, order, haspointers(typ)) 580 tmp1 := ordertemp(ch.Type, order, haspointers(ch.Type) [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
order.go | 60 // Ordertemp allocates a new temporary with the given type, 62 // If clear is true, ordertemp emits code to zero the temporary. 63 func ordertemp(t *Type, order *Order, clear bool) *Node { func 82 // Ordercopyexpr behaves like ordertemp but also emits 95 var_ := ordertemp(t, order, clear != 0) 414 n.Left = ordertemp(m.Type, order, false) 433 l.N = ordertemp(m.Type, order, false) 439 l.N = ordertemp(m.Type, order, false) 559 tmp1 := ordertemp(typ, order, haspointers(typ)) 577 tmp1 := ordertemp(ch.Type, order, haspointers(ch.Type) [all...] |