Home
last modified time | relevance | path

Searched defs:inst (Results 1 - 25 of 205) sorted by relevance

123456789

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_visitor.h85 virtual void VisitDefault([[maybe_unused]] Inst *inst) {} in VisitDefault() argument
H A Dlocations.cpp20 LocationsInfo::LocationsInfo(ArenaAllocator *allocator, Inst *inst) in LocationsInfo() argument
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dcommon.cpp24 uint8_t AccReadIndex(const compiler::Inst *inst) in AccReadIndex() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dmethod_properties.cpp79 CheckAndSetStackParams(Inst *inst) CheckAndSetStackParams() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_visitor.h77 virtual void VisitDefault([[maybe_unused]] Inst *inst) {} in VisitDefault() argument
H A Dlocations.cpp20 LocationsInfo::LocationsInfo(ArenaAllocator *allocator, Inst *inst) in LocationsInfo() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dstring_builder_utils.h49 IsStringBuilderAppend(Inst *inst) IsStringBuilderAppend() argument
[all...]
H A Dmemory_barriers.h100 VisitFillConstArray([[maybe_unused]] GraphVisitor *v, [[maybe_unused]] Inst *inst) VisitFillConstArray() argument
[all...]
H A Dobject_type_check_elimination.h75 void PushNewCheckMustThrow(Inst *inst) in PushNewCheckMustThrow() argument
H A Dsavestate_optimization.cpp51 bool SaveStateOptimization::RequireRegMap(Inst *inst) in RequireRegMap() argument
70 void SaveStateOptimization::VisitDefault(Inst *inst) in VisitDefault() argument
99 VisitSaveState(GraphVisitor *v, Inst *inst) VisitSaveState() argument
122 VisitSaveStateDeoptimize(GraphVisitor *v, Inst *inst) VisitSaveStateDeoptimize() argument
127 TryToRemoveRedundantSaveState(Inst *inst) TryToRemoveRedundantSaveState() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/profiling/
H A Dprofiling-inl.h25 inline void ClearProfile([[maybe_unused]] const BytecodeInstruction &inst, [[maybe_unused]] Method *method, in ClearProfile() argument
H A Dprofiling-disasm-inl.h60 DumpProfile([[maybe_unused]] ProfileType profile, [[maybe_unused]] ark::panda_file::SourceLang lang, [[maybe_unused]] BytecodeInstruction *inst, [[maybe_unused]] std::ostream &stm) DumpProfile() argument
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dsplit_resolver.h44 static bool Is(Inst *inst) in Is() argument
H A Dreg_alloc_resolver.h55 bool CanReadFromAccumulator(const Inst *inst, size_t input_number) const in CanReadFromAccumulator() argument
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dgraph.h32 explicit Inst(const compiler::Inst *inst) : inst_(inst) in Inst() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dcatch_inputs.cpp28 void ProcessInst(Inst *inst, Marker visited) in ProcessInst() argument
H A Dtypes_analysis.cpp48 void TypesAnalysis::VisitCastValueToAnyType(GraphVisitor *v, Inst *inst) in VisitCastValueToAnyType() argument
61 void TypesAnalysis::VisitAnyTypeCheck(GraphVisitor *v, Inst *inst) in VisitAnyTypeCheck() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dsplit_resolver.h44 static bool Is(Inst *inst) in Is() argument
H A Dreg_alloc_resolver.h62 bool CanReadFromAccumulator(const Inst *inst, size_t inputNumber) const in CanReadFromAccumulator() argument
/arkcompiler/runtime_core/static_core/verification/value/
H A Dorigin.h37 explicit Origin(const BytecodeInstruction &inst) in Origin() argument
/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_imm_fetch_tests.cpp170 oss << inst; TEST() local
178 oss << inst; TEST() local
186 oss << inst; TEST() local
194 oss << inst; TEST() local
202 oss << inst; TEST() local
[all...]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dcheck_resolver.cpp22 static void ReplaceCheck(compiler::Inst *inst) in ReplaceCheck() argument
34 static void MarkLenArray(compiler::Inst *inst) in MarkLenArray() argument
76 NeedSetNoDCE(const compiler::Inst *inst) NeedSetNoDCE() argument
90 IsCheck(const compiler::Inst *inst) IsCheck() argument
[all...]
H A Dcommon.cpp22 uint8_t AccReadIndex(const compiler::Inst *inst) in AccReadIndex() argument
112 IsCall(compiler::Inst *inst) IsCall() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dsavestate_optimization_tests.cpp122 auto inst = GetGraph()->CreateInstAdd(DataType::INT32, INVALID_PC, insts[i - 2L], insts[i - 1L]); in TEST_F() local
/arkcompiler/runtime_core/verifier/tests/
H A Dverify_register_index_test.cpp122 const std::vector<uint8_t> inst = {0x08, 0x09, 0x03, 0x03}; in HWTEST_F() local

Completed in 6 milliseconds

123456789