Home
last modified time | relevance | path

Searched refs:dst_type (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dspill_fill_data.h30 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 Disapi.rb31 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 Disapi.rb31 src_type, dst_type = sig.match(/inout:(\w+)->(\w+)/).captures
32 res << Operand.new('acc', 'out', dst_type)

Completed in 3 milliseconds