Home
last modified time | relevance | path

Searched full:get_input_string (Results 1 – 2 of 2) 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) %>);
171 inst->SetInput(<%= idx %>, <%= inst.get_input_string(idx) %>);
174 inst->SetInput(<%= idx %>, <%= inst.get_input_string(idx) %>);
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb38 def get_input_string(index)