Home
last modified time | relevance | path

Searched defs:save_state (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h23 Inst *InstBuilder::BuildAnyTypeCheckInst(size_t bc_addr, Inst *input, Inst *save_state, AnyBaseType… in BuildAnyTypeCheckInst()
41 auto save_state = CreateSaveState(Opcode::SaveState, GetPc(bc_inst->GetAddress())); in BuildLoadFromPool() local
Dphi_resolver.h58 auto save_state = static_cast<SaveStateInst *>(user); in Run() local
Dinst_builder.cpp201 void InstBuilder::RemoveNotDominateInputs(SaveStateInst *save_state) in RemoveNotDominateInputs()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.h68 …static inline void AddLocationToRoots(Location location, SaveStateInst *save_state, const Graph *g… in AddLocationToRoots()
Dreg_alloc_resolver.cpp198 void RegAllocResolver::PropagateCallerMasks(SaveStateInst *save_state) in PropagateCallerMasks()
212 void RegAllocResolver::FillSaveStateRootsMask(SaveStateInst *save_state, Inst *user, SaveStateInst … in FillSaveStateRootsMask()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp161 auto save_state = throw_inst->GetInput(1).GetInst(); in ConnectCatchHandlerAfterThrow() local
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_common_test.cpp238 auto save_state = null_check->GetSaveState(); in TEST_F() local
Dinst_test.cpp543 auto save_state = graph->CreateInstSaveState(); in TEST_F() local
Dinst_generator.cpp442 auto *save_state = static_cast<SaveStateInst *>(inst); in GenerateOperation() local
Dlowering_test.cpp326 auto save_state = INS(8).CastToSaveState(); in TEST_F() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp406 auto save_state = inst->GetSaveState(); in AdjustInputsLifetime() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h1073 auto save_state = graph_->CreateInstSaveState(); in CreateSaveStates() local
Dgraph_checker.cpp1795 [[maybe_unused]] auto save_state = inst->GetInput(2).GetInst(); in CheckDataFlow() local
1807 [[maybe_unused]] auto save_state = inst->GetInput(2).GetInst(); in CheckDataFlow() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp874 SaveStateInst *save_state = nullptr; in CreateStackMap() local
911 void Codegen::CreateStackMapRec(SaveStateInst *save_state, bool require_vreg_map, Inst *target_site) in CreateStackMapRec()
945 void Codegen::CreateVRegMap(SaveStateInst *save_state, size_t vregs_count, Inst *target_site) in CreateVRegMap()
1010 void Codegen::FillVregIndices(SaveStateInst *save_state) in FillVregIndices()
1053 void Codegen::CreateOsrEntry(SaveStateInst *save_state) in CreateOsrEntry()
1149 SaveStateInst *save_state = in EmitCallRuntimeCode() local