Class: Kumi::IR::Loop::Lower::PendingAcc

Inherits:
Struct
  • Object
show all
Defined in:
lib/kumi/ir/loop/lower.rb

Instance Attribute Summary collapse

Instance Attribute Details

#acc_regObject

Returns the value of attribute acc_reg

Returns:

  • (Object)

    the current value of acc_reg



60
61
62
# File 'lib/kumi/ir/loop/lower.rb', line 60

def acc_reg
  @acc_reg
end

#dtypeObject

Returns the value of attribute dtype

Returns:

  • (Object)

    the current value of dtype



60
61
62
# File 'lib/kumi/ir/loop/lower.rb', line 60

def dtype
  @dtype
end

#instanceObject

Returns the value of attribute instance

Returns:

  • (Object)

    the current value of instance



60
61
62
# File 'lib/kumi/ir/loop/lower.rb', line 60

def instance
  @instance
end

#vec_regObject

Returns the value of attribute vec_reg

Returns:

  • (Object)

    the current value of vec_reg



60
61
62
# File 'lib/kumi/ir/loop/lower.rb', line 60

def vec_reg
  @vec_reg
end