Home
last modified time | relevance | path

Searched refs:src_type (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dspill_fill_data.h30 …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/
Dbytecode_optimizer_isapi.rb218 def src_type method
/arkcompiler/runtime_core/isa/
Disapi.rb31 src_type, dst_type = sig.match(/inout:(\w+)->(\w+)/).captures
33 res << Operand.new('acc', 'in', src_type)