Searched refs:dst_type (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | spill_fill_data.h | 30 SpillFillData(LocationType src_type, LocationType dst_type, unsigned src_val, unsigned dst_val, DataType::Type tp) in SpillFillData() argument 31 : src_(src_type, src_val), dst_(dst_type, dst_val), type_(tp) in SpillFillData()
|
/arkcompiler/runtime_core/isa/ |
H A D | isapi.rb | 31 src_type, dst_type = sig.match(/inout:(\w+)->(\w+)/).captures 32 res << Operand.new('acc', 'out', dst_type)
|
/arkcompiler/runtime_core/static_core/isa/ |
H A D | isapi.rb | 31 src_type, dst_type = sig.match(/inout:(\w+)->(\w+)/).captures 32 res << Operand.new('acc', 'out', dst_type)
|
Completed in 3 milliseconds