Searched full:get_cc (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 115 …GetVReg<<%=inst.get_format%>, 0>()), compiler::<%= get_type(inst.type(0)) %>, <%= get_cc(inst) %>); 119 … graph_->GetOrCreateNullPtr(), compiler::<%= get_type(inst.type(0)) %>, <%= get_cc(inst) %>); 123 … FindOrCreateConstant(0), compiler::<%= get_type(inst.type(0)) %>, <%= get_cc(inst) %>); 126 … FindOrCreate32BitConstant(0), compiler::<%= get_type(inst.type(0)) %>, <%= get_cc(inst) %>); 142 …Pc(instruction->GetAddress()), input0, input1, <%= get_type(inst.type(0)) %>, <%= get_cc(inst) %>);
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 139 def get_cc(inst) 146 raise 'get_cc: wrong opcode #{inst.opcode}'
|
| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/ |
| D | inst_templates.yaml | 73 …tDefinition(instruction->GetVReg()), compiler::<%= get_type(inst.type(0)) %>, <%= get_cc(inst) %>); 76 … FindOrCreateConstant(0), compiler::<%= get_type(inst.type(0)) %>, <%= get_cc(inst) %>);
|
| D | inst_builder_dyn_gen.cpp.erb | 143 def get_cc(inst) 152 raise 'get_cc: wrong opcode #{inst.opcode}'
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 143 def get_cc(inst) 152 raise 'get_cc: wrong opcode #{inst.opcode}'
|
| /arkcompiler/runtime_core/libabckit/src/templates/abckit_intrinsics/ |
| D | inst_builder_abckit_intrinsics.inc.erb | 56 def get_cc(inst) 63 raise 'get_cc: wrong opcode #{inst.opcode}'
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 79 …= graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), <%= get_cc(inst) %>);
|