Searched defs:save_state (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 23 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
|
| D | phi_resolver.h | 58 auto save_state = static_cast<SaveStateInst *>(user); in Run() local
|
| D | inst_builder.cpp | 201 void InstBuilder::RemoveNotDominateInputs(SaveStateInst *save_state) in RemoveNotDominateInputs()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_resolver.h | 68 …static inline void AddLocationToRoots(Location location, SaveStateInst *save_state, const Graph *g… in AddLocationToRoots()
|
| D | reg_alloc_resolver.cpp | 198 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/ |
| D | try_catch_resolving.cpp | 161 auto save_state = throw_inst->GetInput(1).GetInst(); in ConnectCatchHandlerAfterThrow() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | reg_alloc_common_test.cpp | 238 auto save_state = null_check->GetSaveState(); in TEST_F() local
|
| D | inst_test.cpp | 543 auto save_state = graph->CreateInstSaveState(); in TEST_F() local
|
| D | inst_generator.cpp | 442 auto *save_state = static_cast<SaveStateInst *>(inst); in GenerateOperation() local
|
| D | lowering_test.cpp | 326 auto save_state = INS(8).CastToSaveState(); in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.cpp | 406 auto save_state = inst->GetSaveState(); in AdjustInputsLifetime() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 1073 auto save_state = graph_->CreateInstSaveState(); in CreateSaveStates() local
|
| D | graph_checker.cpp | 1795 [[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/ |
| D | codegen.cpp | 874 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
|