Searched refs:src_type (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | spill_fill_data.h | 30 …SpillFillData(LocationType src_type, LocationType dst_type, unsigned src_val, unsigned dst_val, Da… in SpillFillData() argument 31 : src_(src_type, src_val), dst_(dst_type, dst_val), type_(tp) in SpillFillData()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | bytecode_optimizer_isapi.rb | 218 def src_type method
|
/arkcompiler/runtime_core/isa/ |
D | isapi.rb | 31 src_type, dst_type = sig.match(/inout:(\w+)->(\w+)/).captures 33 res << Operand.new('acc', 'in', src_type)
|