| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | IR-instructions.md.erb | 31 verify << "users.contain(#{ null_check_users.map { |x| x.opcode }.join(', ')})" 33 verify << "users.contain(#{ zero_check_users.map { |x| x.opcode }.join(', ')})" 35 verify << "users.contain(#{ bounds_check_users.map { |x| x.opcode }.join(', ')})" 37 verify << "users.contain(#{ negative_check_users.map { |x| x.opcode }.join(', ')})"
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | if_conversion_doc.md | 35 `PBB`(Phi BB) -- false or true successor of `BB`, which contain PHI instruction for BB and JBB 49 `PBB`(Phi BB) -- the successor of `JBB` and `JBB 2`, which contain PHI instruction for `JBB` and `J… 57 4. `JBB`(and `JBB 2` for Diamond) doesn't contain instruction with `no_ifcvt` property(for example … 60 7. `PBB` doesn't contain float Phi with different inputs for `JBB` and `BB`(`JBB 2` for Diamond)
|
| D | redundant_loop_elimination_doc.md | 12 * Loop doesn't contain instructions with side effect (ex. call instructions). 13 * Loop doesn't contain instructions with users out of the loop.
|
| D | aot_resolve_string.md | 34 …ue already stored in `STRING_SLOT` PLT-slot - after AOT-file loading all such slots contain `0` and
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | instructions_data.rb | 26 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode" 30 abort "Instruction description doesn't contain opcode field" unless inst.include? "opcode"
|
| D | regmap.rb | 24 raise "Regmap doesn't contain data for required arch" unless @data
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | debug_info.h | 112 bool Contain(Dwarf_Addr addr) const in Contain() function 117 bool Contain(const Range &r) const in Contain() function
|
| D | debug_info.cpp | 249 if (it == ranges_.end() || !it->Contain(pc)) { in GetSrcLocation() 264 if (it == ranges_.end() || !it->Contain(pc)) { in GetSrcLocation() 353 if (it->Contain(range)) { in AddFunction() 363 } else if (range.Contain(*it)) { in AddFunction()
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/ |
| D | orphaned_md.erb | 16 The test files listed below don't have properly formatted assertions, or contain assertions that co…
|
| /arkcompiler/runtime_core/runtime/bridge/arch/aarch64/ |
| D | handle_call_v4_v4_id16_aarch64.S | 17 // regs contain the following follow (see runtime/bridge/arch/aarch64/interpreter_to_compiled_code_…
|
| D | handle_initobj_v4_v4_id16_aarch64.S | 17 // regs contain the following follow (see runtime/bridge/arch/aarch64/interpreter_to_compiled_code_…
|
| D | handle_call_v4_imm4_id16_aarch64.S | 17 // regs contain the following follow (see runtime/bridge/arch/aarch64/interpreter_to_compiled_code_…
|
| D | handle_call_v4_v4_v4_imm4_id16_aarch64.S | 17 // regs contain the following follow (see runtime/bridge/arch/aarch64/interpreter_to_compiled_code_…
|
| /arkcompiler/runtime_core/runtime/bridge/arch/arm/ |
| D | handle_call_v4_v4_v4_imm4_id16_arm.S | 17 …// regs contain the following (see runtime/bridge/arch/arm/interpreter_to_compiled_code_bridge_arm…
|
| D | handle_call_v4_imm4_id16_arm.S | 17 …// regs contain the following (see runtime/bridge/arch/arm/interpreter_to_compiled_code_bridge_arm…
|
| D | handle_call_v4_imm4_id16_armhf.S | 17 …// regs contain the following (see runtime/bridge/arch/arm/interpreter_to_compiled_code_bridge_arm…
|
| D | handle_call_v4_v4_v4_imm4_id16_armhf.S | 17 …// regs contain the following (see runtime/bridge/arch/arm/interpreter_to_compiled_code_bridge_arm…
|
| /arkcompiler/runtime_core/docs/ |
| D | doxygen.config | 14 # Values that contain spaces should be placed between quotes (\" \"). 326 # definitions whose arguments contain STL classes (e.g. func(std::string); 768 # can produce. The string should contain the $file, $line, and $text tags, which 770 # and the warning text. Optionally the format may contain $version, which will 787 # The INPUT tag is used to specify the files and/or directories that contain 868 # that contain example code fragments that are included (see the \include 888 # that contain images that are to be included in the documentation (see the 1200 # page will contain the date and time when the page was generated. Setting this 1209 # documentation will contain sections that can be hidden and shown after the 1283 # HTML files also contain an index, a table of contents, and you can search for [all …]
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | object_type_propagation.cpp | 59 …// LoadArray should be processed more carefully, because it may contain object of the derived clas… in VisitLoadArray()
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | strictMode.ts | 60 // string to contain unicode escapes (as per ES5).
|
| /arkcompiler/runtime_core/runtime/tests/arch/amd64/ |
| D | invokation_helper.S | 84 // rax, rdx contain the result
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | index_test.cpp | 91 std::unordered_set<Index<int, 8>> i_set; // containers mustn't contain invalid index in TEST_F()
|
| D | abstract_index_test.cpp | 75 … std::unordered_set<AbstractIndex<int, Wrap>> i_set; // containers mustn't contain invalid index
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | deoptimize_elimination.h | 65 * NOTHING - If block is preccessed, but it doesn't contain GUARD and RUNTIME_CALL
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/config/ |
| D | non_testable.yaml | 112 First source register contains a function 'any' value, other imm source registers contain
|