Home
last modified time | relevance | path

Searched full:inst_save_state (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml25 auto inst_save_state = CreateSaveState(Opcode::SaveState, GetPc(instruction->GetAddress()));
36 inst_check->SetInput(1, inst_save_state);
41 AddInstruction(inst_save_state);
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb313 auto inst_save_state = CreateSaveState(Opcode::SaveState, GetPc(bc_inst->GetAddress()));
314 AddInstruction(inst_save_state);
363 inst->AppendInput(inst_save_state);