Home
last modified time | relevance | path

Searched defs:instructions (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Dinstructions_data.rb39 def self.instructions; @@instructions; end singleton method in InstructionsData
/arkcompiler/runtime_core/compiler/tests/
H A Diterators_test.cpp154 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 Dexpand_atomics.cpp39 llvm::SmallVector<llvm::Instruction *> instructions; in run() local
/arkcompiler/runtime_core/static_core/disassembler/tests/
H A Dtest_debug_info.cpp86 std::string instructions = in TEST() local
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
H A Dsummary.rb119 def instructions(not_covered_assertions, uncovered_for_group) method in Summary
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
H A Dsummary.rb119 def instructions(not_covered_assertions, uncovered_for_group) method in Summary
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Diterators_test.cpp175 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 Dexec_context_test.cpp108 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 Dinstructions.rb184 def instructions method in IR
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
H A Dinstructions.rb184 def instructions method in IR
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp68 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 Dbranch_elimination.cpp328 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 Disapi.rb685 def instructions global() method in Quick
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp145 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 Dlinker_context.cpp244 std::vector<uint8_t> *instructions = nullptr; in MergeMethod() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Demitter.cpp359 const auto &instructions = cg_->Insns(); in GenScopeVariableInfo() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Danalysis.cpp933 void InstAppender::Append(std::initializer_list<Inst *> instructions) in Append() argument
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h1396 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 Dfile_items.h1516 CodeItem(size_t numVregs, size_t numArgs, std::vector<uint8_t> instructions) in CodeItem() argument
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinterpreter-inl.h3356 auto *instructions = in CallInterpreterStackless() local

Completed in 42 milliseconds