Home
last modified time | relevance | path

Searched full:get_type (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml20 …auto inst = graph_->CreateInst<%= opc %>(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddres…
26 …auto inst_check = graph_->CreateInstZeroCheck(<%= get_type(inst.dtype) %>, GetPc(instruction->GetA…
37 …auto inst = graph_->CreateInst<%= opc %>(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddres…
45 … auto inst = graph_->CreateInstAdd(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()));
55 … auto inst = graph_->CreateInstCast(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()));
58 inst->SetOperandsType(<%= get_type(inst.type(0)) %>);
60 input->SetType(<%= get_type(inst.type(0)) %>);
68 … auto inst = graph_->CreateInstCmp(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()));
72 inst->SetOperandsType(<%= get_type(inst.type(0)) %>);
80 inst->SetOperandsType(<%= get_type(inst.type(0)) %>);
/arkcompiler/runtime_core/runtime/templates/
Dintrinsics.yaml.erb34 …args: <%= (!intrinsic.static ? [get_type(intrinsic.class_name)] : []) + intrinsic.signature.args.m…
Druntime.rb31 def get_type(type) method
76 get_type(type)
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb53 def get_type(type)