| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | graph_visitor.h | 85 virtual void VisitDefault([[maybe_unused]] Inst *inst) {} in VisitDefault() argument
|
| H A D | locations.cpp | 20 LocationsInfo::LocationsInfo(ArenaAllocator *allocator, Inst *inst) in LocationsInfo() argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | common.cpp | 24 uint8_t AccReadIndex(const compiler::Inst *inst) in AccReadIndex() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | method_properties.cpp | 79 CheckAndSetStackParams(Inst *inst) CheckAndSetStackParams() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | graph_visitor.h | 77 virtual void VisitDefault([[maybe_unused]] Inst *inst) {} in VisitDefault() argument
|
| H A D | locations.cpp | 20 LocationsInfo::LocationsInfo(ArenaAllocator *allocator, Inst *inst) in LocationsInfo() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | string_builder_utils.h | 49 IsStringBuilderAppend(Inst *inst) IsStringBuilderAppend() argument [all...] |
| H A D | memory_barriers.h | 100 VisitFillConstArray([[maybe_unused]] GraphVisitor *v, [[maybe_unused]] Inst *inst) VisitFillConstArray() argument [all...] |
| H A D | object_type_check_elimination.h | 75 void PushNewCheckMustThrow(Inst *inst) in PushNewCheckMustThrow() argument
|
| H A D | savestate_optimization.cpp | 51 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 D | profiling-inl.h | 25 inline void ClearProfile([[maybe_unused]] const BytecodeInstruction &inst, [[maybe_unused]] Method *method, in ClearProfile() argument
|
| H A D | profiling-disasm-inl.h | 60 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 D | split_resolver.h | 44 static bool Is(Inst *inst) in Is() argument
|
| H A D | reg_alloc_resolver.h | 55 bool CanReadFromAccumulator(const Inst *inst, size_t input_number) const in CanReadFromAccumulator() argument
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
| H A D | graph.h | 32 explicit Inst(const compiler::Inst *inst) : inst_(inst) in Inst() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | catch_inputs.cpp | 28 void ProcessInst(Inst *inst, Marker visited) in ProcessInst() argument
|
| H A D | types_analysis.cpp | 48 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 D | split_resolver.h | 44 static bool Is(Inst *inst) in Is() argument
|
| H A D | reg_alloc_resolver.h | 62 bool CanReadFromAccumulator(const Inst *inst, size_t inputNumber) const in CanReadFromAccumulator() argument
|
| /arkcompiler/runtime_core/static_core/verification/value/ |
| H A D | origin.h | 37 explicit Origin(const BytecodeInstruction &inst) in Origin() argument
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| H A D | bytecode_imm_fetch_tests.cpp | 170 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 D | check_resolver.cpp | 22 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 D | common.cpp | 22 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 D | savestate_optimization_tests.cpp | 122 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 D | verify_register_index_test.cpp | 122 const std::vector<uint8_t> inst = {0x08, 0x09, 0x03, 0x03}; in HWTEST_F() local
|