Searched full:get_input_string (Results 1 – 6 of 6) 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) %>); 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/ |
| D | inst_templates.yaml | 30 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) %>);
|
| D | inst_builder_dyn_gen.cpp.erb | 38 def get_input_string(index)
|
| /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)
|