Class: Kumi::IR::Loop::Lower::PendingAcc
- Inherits:
-
Struct
- Object
- Struct
- Kumi::IR::Loop::Lower::PendingAcc
- Defined in:
- lib/kumi/ir/loop/lower.rb
Instance Attribute Summary collapse
-
#acc_reg ⇒ Object
Returns the value of attribute acc_reg.
-
#dtype ⇒ Object
Returns the value of attribute dtype.
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#vec_reg ⇒ Object
Returns the value of attribute vec_reg.
Instance Attribute Details
#acc_reg ⇒ Object
Returns the value of attribute acc_reg
60 61 62 |
# File 'lib/kumi/ir/loop/lower.rb', line 60 def acc_reg @acc_reg end |
#dtype ⇒ Object
Returns the value of attribute dtype
60 61 62 |
# File 'lib/kumi/ir/loop/lower.rb', line 60 def dtype @dtype end |
#instance ⇒ Object
Returns the value of attribute instance
60 61 62 |
# File 'lib/kumi/ir/loop/lower.rb', line 60 def instance @instance end |
#vec_reg ⇒ Object
Returns the value of attribute vec_reg
60 61 62 |
# File 'lib/kumi/ir/loop/lower.rb', line 60 def vec_reg @vec_reg end |