Searched full:get_type (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 20 …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… 41 …auto inst = graph_->CreateInst<%= opc %>(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddres… 65 …auto inst = graph_->CreateInst<%= opc %>(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddres… 75 …auto inst = graph_->CreateInst<%= opc %>(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddres… 80 … auto inst = graph_->CreateInstAdd(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress())); 91 …to inst = graph_->CreateInstCast(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()), in… 93 input->SetType(<%= get_type(inst.type(0)) %>); 101 <%= get_type(inst.type(0)) %>, ConditionCode::CC_NE); 103 …auto inst = graph_->CreateInstCmp(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()), G… [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
| D | ets_inst_templates.yaml | 19 BuildLdObjByName<true>(instruction, <%= get_type(inst.dtype) %>); 21 BuildLdObjByName<false>(instruction, <%= get_type(inst.dtype) %>); 25 BuildStObjByName<true>(instruction, <%= get_type(inst.type(0)) %>); 27 BuildStObjByName<false>(instruction, <%= get_type(inst.type(0)) %>);
|
| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/ |
| D | inst_templates.yaml | 20 …auto inst = graph_->CreateInst<%= opc %>(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddres… 26 …auto instCheck = graph_->CreateInstZeroCheck(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAd… 33 …auto inst = graph_->CreateInst<%= opc %>(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddres… 41 … auto inst = graph_->CreateInstAdd(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress())); 47 … auto inst = graph_->CreateInstCast(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress())); 50 inst->SetOperandsType(compiler::<%= get_type(inst.type(0)) %>); 52 input->SetType(compiler::<%= get_type(inst.type(0)) %>); 60 … auto inst = graph_->CreateInstCmp(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress())); 64 inst->SetOperandsType(compiler::<%= get_type(inst.type(0)) %>); 73 …GetDefinition(instruction->GetVReg()), compiler::<%= get_type(inst.type(0)) %>, <%= get_cc(inst) %… [all …]
|
| D | inst_builder_dyn_gen.cpp.erb | 53 def get_type(type)
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 20 …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/static_core/runtime/templates/ |
| D | runtime.rb | 31 def get_type(type) method 79 get_type(type)
|
| D | intrinsics.yaml.erb | 42 …args: <%= ((!static && !compiler_only)? [get_type(intrinsic.class_name)] : []) + full_args.map { |…
|
| /arkcompiler/runtime_core/libabckit/src/templates/abckit_intrinsics/ |
| D | inst_builder_abckit_intrinsics.inc.erb | 21 def get_type(type) 88 % ret_type = acc_write ? get_type(intrinsic.signature.ret) : "DataType::VOID" 94 auto retType = ark::compiler::<%= get_type(intrinsic.signature.ret) %>; 106 inst->AddInputType(ark::compiler::<%= get_type(op.type) %>); 123 inst->AddInputType(ark::compiler::<%= get_type(param.type) %>);
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 53 def get_type(type)
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 53 def get_type(type)
|