Home
last modified time | relevance | path

Searched full:get_input_string (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml31 inst_check->SetInput(0, <%= inst.get_input_string(1) %>);
34 inst_check->SetInput(0, <%= inst.get_input_string(1) %>);
38 inst->SetInput(0, <%= inst.get_input_string(0) %>);
151 inst->SetInput(<%= idx %>, <%= inst.get_input_string(idx) %>);
154 inst->SetInput(<%= idx %>, <%= inst.get_input_string(idx) %>);
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml31 inst_check->SetInput(0, <%= inst.get_input_string(1) %>);
37 inst_check->SetInput(0, <%= inst.get_input_string(1) %>);
50 inst->SetInput(0, <%= inst.get_input_string(0) %>);
226 inst->SetInput(<%= idx %>, <%= inst.get_input_string(idx) %>);
229 inst->SetInput(<%= idx %>, <%= inst.get_input_string(idx) %>);
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/
Dinst_templates.yaml30 instCheck->SetInput(0, <%= inst.get_input_string(1) %>);
34 inst->SetInput(0, <%= inst.get_input_string(0) %>);
122 inst->SetInput(<%= idx %>, <%= inst.get_input_string(idx) %>);
Dinst_builder_dyn_gen.cpp.erb38 def get_input_string(index)
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb38 def get_input_string(index)
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb38 def get_input_string(index)