| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| H A D | instructions_data.rb | 39 def self.instructions; @@instructions; end singleton method in InstructionsData
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | iterators_test.cpp | 154 void InitExpectData(std::vector<Inst *> &instructions) in InitExpectData() argument 171 void PopulateBlock(BasicBlock *block, std::vector<Inst *> &instructions) in PopulateBlock() argument 197 std::vector<Inst *> instructions; in TEST_F() local [all...] |
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | expand_atomics.cpp | 39 llvm::SmallVector<llvm::Instruction *> instructions; in run() local
|
| /arkcompiler/runtime_core/static_core/disassembler/tests/ |
| H A D | test_debug_info.cpp | 86 std::string instructions = in TEST() local
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/ |
| H A D | summary.rb | 119 def instructions(not_covered_assertions, uncovered_for_group) method in Summary
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| H A D | summary.rb | 119 def instructions(not_covered_assertions, uncovered_for_group) method in Summary
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | iterators_test.cpp | 175 void InitExpectData(std::vector<Inst *> &instructions) in InitExpectData() argument 192 void PopulateBlock(BasicBlock *block, std::vector<Inst *> &instructions) in PopulateBlock() argument 218 std::vector<Inst *> instructions; in TEST_F() local [all...] |
| /arkcompiler/runtime_core/static_core/verification/absint/tests/ |
| H A D | exec_context_test.cpp | 108 uint8_t instructions[128U]; in TEST_F() local 35 ProcessAbsIntExecContext(ExecContext &execCtx, std::array<const uint8_t *, 6> &cp, RegContext &ctx2, RegContext &ctx3, uint8_t const instructions[128U]) ProcessAbsIntExecContext() argument [all...] |
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| H A D | instructions.rb | 184 def instructions method in IR
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| H A D | instructions.rb | 184 def instructions method in IR
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| H A D | ir_builder.cpp | 68 bool IrBuilder::CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregs_count) in CheckMethodLimitations() argument 190 BuildBasicBlocks(const BytecodeInstructions &instructions) BuildBasicBlocks() argument 295 ConnectBasicBlocks(const BytecodeInstructions &instructions) ConnectBasicBlocks() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | branch_elimination.cpp | 328 auto instructions = sameInputCompares_.at(ops); in GetConditionResult() local 358 const ArenaVector<CompareAnyTypeInst *> &instructions = it->second; in GetCompareAnyTypeResult() local
|
| /arkcompiler/runtime_core/static_core/isa/ |
| H A D | isapi.rb | 685 def instructions global() method in Quick [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | ir_builder.cpp | 145 bool IrBuilder::CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregsCount) in CheckMethodLimitations() argument 374 BuildBasicBlocks(const BytecodeInstructions &instructions) BuildBasicBlocks() argument 474 ConnectBasicBlocks(const BytecodeInstructions &instructions) ConnectBasicBlocks() argument [all...] |
| /arkcompiler/runtime_core/static_core/static_linker/ |
| H A D | linker_context.cpp | 244 std::vector<uint8_t> *instructions = nullptr; in MergeMethod() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | emitter.cpp | 359 const auto &instructions = cg_->Insns(); in GenScopeVariableInfo() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | analysis.cpp | 933 void InstAppender::Append(std::initializer_list<Inst *> instructions) in Append() argument
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | file_items.h | 1396 CodeItem(size_t num_vregs, size_t num_args, std::vector<uint8_t> instructions) in CodeItem() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file_items.h | 1516 CodeItem(size_t numVregs, size_t numArgs, std::vector<uint8_t> instructions) in CodeItem() argument
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | interpreter-inl.h | 3356 auto *instructions = in CallInterpreterStackless() local
|