Searched full:get_input_string (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 31 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/ |
| D | inst_templates.yaml | 31 inst_check->SetInput(0, <%= inst.get_input_string(1) %>); 37 inst_check->SetInput(0, <%= inst.get_input_string(1) %>); 47 inst->SetInput(0, <%= inst.get_input_string(0) %>); 195 inst->SetInput(<%= idx %>, <%= inst.get_input_string(idx) %>); 198 inst->SetInput(<%= idx %>, <%= inst.get_input_string(idx) %>);
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 38 def get_input_string(index)
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 38 def get_input_string(index)
|