Home
last modified time | relevance | path

Searched full:inconsistent (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md27 They can help to detect usage of inconsistent information in registers in exception handlers.
/arkcompiler/runtime_core/runtime/asm_defines/
DCMakeLists.txt72 target_compile_options(asm_defines PUBLIC "-Wno-inconsistent-dllimport")
/arkcompiler/runtime_core/compiler/docs/
Dir_builder.md72 - Resolve dead and inconsistent phi instructions.
/arkcompiler/runtime_core/tests/
DCMakeLists.txt977 …CE_DIR}/verifier-tests/bug_1826.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Inconsistent register and fi…
978 …CE_DIR}/verifier-tests/bug_1827.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Inconsistent register and fi…
983 …CE_DIR}/verifier-tests/bug_2085.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Inconsistent register and fi…
985 …_DIR}/verifier-tests/bug_2086_2.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Inconsistent register and fi…
995 …CE_DIR}/verifier-tests/bug_1833.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Inconsistent register and fi…
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp263 // Resolve dead and inconsistent phi instructions in FixInstructions()
/arkcompiler/runtime_core/verification/jobs/
Dcache.h223 // should only be accessed from inside the cache, so there won't be inconsistent copies
/arkcompiler/runtime_core/verification/
Dmessages.yaml473 Common context for try block scope has following inconsistent registers:
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Doperands.h934 // Inconsistent int-type in GetIntValue()
Dcodegen.cpp1192 // params number passed from entrypoints_gen.S.erb will be inconsistent with Aarch32 ABI. in CallRuntime()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp1737 …ASSERT_DO((static_cast<SaveStateInst *>(inst))->Verify(), std::cerr << "Inconsistent SaveState ins… in CheckDataFlow()
1755 …ASSERT_DO((static_cast<SaveStateInst *>(inst))->Verify(), std::cerr << "Inconsistent SafePoint ins… in CheckDataFlow()
1762 …ASSERT_DO((static_cast<SaveStateInst *>(inst))->Verify(), std::cerr << "Inconsistent SafeStateOsr … in CheckDataFlow()