| /arkcompiler/runtime_core/compiler/tests/ |
| D | iterators_test.cpp | 154 void InitExpectData(std::vector<Inst *> &instructions) in InitExpectData() 171 void PopulateBlock(BasicBlock *block, std::vector<Inst *> &instructions) in PopulateBlock() 197 std::vector<Inst *> instructions; in TEST_F() local 210 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local 226 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local 242 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 276 #### JS_BYTECODE 291 #### Special instructions 293 ##### CALL 306 #### Floating point unary arithmetic operations 319 #### Integer binary arithmetic operations 345 #### Floating-point binary arithmetic operations 363 #### Integer binary compare operations 386 #### Floating-point binary compare operations 418 #### Conversion operations 438 #### Memory operations [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | iterators_test.cpp | 175 void InitExpectData(std::vector<Inst *> &instructions) in InitExpectData() 192 void PopulateBlock(BasicBlock *block, std::vector<Inst *> &instructions) in PopulateBlock() 218 std::vector<Inst *> instructions; in TEST_F() local 231 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local 247 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local 263 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | instructions_data.rb | 43 def self.instructions; @@instructions; end singletonMethod in InstructionsData
|
| D | basic_block.rb | 19 attr_reader :index, :function, :preds, :instructions accessor in BasicBlock
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | expand_atomics.cpp | 39 llvm::SmallVector<llvm::Instruction *> instructions; in run() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 68 bool IrBuilder::CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregs_count) in CheckMethodLimitations() 122 …BytecodeInstructions instructions(instructions_buf + bb->GetGuestPc(), std::numeric_limits<int>::m… in BuildInstructionsForBB() local 190 void IrBuilder::BuildBasicBlocks(const BytecodeInstructions &instructions) in BuildBasicBlocks() 295 void IrBuilder::ConnectBasicBlocks(const BytecodeInstructions &instructions) in ConnectBasicBlocks()
|
| /arkcompiler/runtime_core/static_core/disassembler/tests/ |
| D | test_debug_info.cpp | 86 std::string instructions = in TEST() local
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| D | summary.rb | 119 def instructions(not_covered_assertions, uncovered_for_group) method in Summary
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/ |
| D | summary.rb | 119 def instructions(not_covered_assertions, uncovered_for_group) method in Summary
|
| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/ |
| D | ir_builder_dyn.cpp | 78 …BytecodeInstructions instructions(instructionsBuf + bb->GetGuestPc(), std::numeric_limits<int>::ma… in BuildInstructionsForBB() local 144 void IrBuilderDynamic::BuildBasicBlocks(const BytecodeInstructions &instructions) in BuildBasicBlocks() 264 void IrBuilderDynamic::ConnectBasicBlocks(const BytecodeInstructions &instructions) in ConnectBasicBlocks()
|
| /arkcompiler/runtime_core/static_core/verification/absint/tests/ |
| D | exec_context_test.cpp | 108 uint8_t instructions[128U]; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 145 bool IrBuilder::CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregsCount) in CheckMethodLimitations() 313 …BytecodeInstructions instructions(instructionsBuf + bb->GetGuestPc(), std::numeric_limits<int>::ma… in BuildInstructionsForBB() local 375 void IrBuilder::BuildBasicBlocks(const BytecodeInstructions &instructions) in BuildBasicBlocks() 476 void IrBuilder::ConnectBasicBlocks(const BytecodeInstructions &instructions) in ConnectBasicBlocks() 737 BytecodeInstructions instructions(GetGraph()->GetRuntime()->GetMethodCode(GetMethod()), in RunImpl() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| 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/disassembler/tests/ |
| D | instructions_test.cpp.in | 329 std::string instructions = local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| D | instructions.rb | 184 def instructions method
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | instructions.rb | 184 def instructions method
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | optimize_bytecode.cpp | 139 …compiler::BytecodeInstructions instructions(instructionsBuf, graph->GetRuntime()->GetMethodCodeSiz… in BuildMapFromPcToIns() local
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | test-schema.json | 51 "instructions": { object 96 "instructions": { object
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | debug_info_extractor_test.cpp | 54 std::vector<uint8_t> instructions {1, 2, 3, 4}; in PreparePandaFile() local
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | test-schema.json | 51 "instructions": { object 96 "instructions": { object
|
| /arkcompiler/runtime_core/libabckit/tests/cpp/tests/ |
| D | cpp_test.cpp | 85 std::vector<abckit::Instruction> instructions; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | debug_info_extractor_test.cpp | 57 std::vector<uint8_t> instructions {1U, 2U, 3U, 4U}; in PreparePandaFile() local
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isapi.rb | 689 def instructions method
|
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | function.cpp | 528 …compiler::BytecodeInstructions instructions(instructionsBuf, graph->GetRuntime()->GetMethodCodeSiz… in BuildPcInsMap() local
|