Searched refs:change (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_fixshortbranch.cpp | 98 // when we change condbr to condbr and b, we will have more insns in PatchLongBranch() 112 * that purpose. To save compile time, we do this change when there are more than 32KB / 4 instructions 118 bool change = false; in FixShortBranches() local 120 change = false; in FixShortBranches() 122 for (auto *bb = aarch64CGFunc->GetFirstBB(); bb != nullptr && !change; bb = bb->GetNext()) { in FixShortBranches() 124 for (auto *insn = bb->GetLastInsn(); insn != nullptr && !change; insn = insn->GetPrev()) { in FixShortBranches() 170 change = true; in FixShortBranches() 173 } while (change); in FixShortBranches()
|
/arkcompiler/runtime_core/scripts/ |
H A D | install-third-party | 81 git apply --ignore-space-change --check "$patch" 82 git am --ignore-space-change "$patch"
|
/arkcompiler/runtime_core/static_core/scripts/ |
H A D | install-third-party | 159 git apply --ignore-space-change --check "$patch" 160 git am --ignore-space-change "$patch"
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
H A D | cleanup.cpp | 632 auto change = GetIdom(phi); in PhiChecker() local 633 if (change == fake_root_) { in PhiChecker() 636 while (GetIdom(change) != fake_root_) { in PhiChecker() 637 change = GetIdom(change); in PhiChecker() 640 phi->ReplaceUsers(change); in PhiChecker()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | cleanup.cpp | 780 auto change = GetIdom(phi); in PhiChecker() local 781 if (change == fakeRoot_) { in PhiChecker() 784 while (GetIdom(change) != fakeRoot_) { in PhiChecker() 785 change = GetIdom(change); in PhiChecker() 788 phi->ReplaceUsers(change); in PhiChecker()
|
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/ |
H A D | run.bat | 17 REM change to work directory
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | frame_states.cpp | 62 bool change = false; in BuildPostOrderList() local 67 change = true; in BuildPostOrderList() 71 if (change) { in BuildPostOrderList() 77 change = true; in BuildPostOrderList() 81 if (!change) { in BuildPostOrderList()
|
H A D | profiler_stub_builder.cpp | 278 Label change(env); in ProfileCall() 280 BRANCH(Int64Equal(slotValue, target), &exit, &change); in ProfileCall() local 281 Bind(&change); in ProfileCall()
|
H A D | stub_builder.cpp | 3785 Label change(env); in TransitToElementsKind() 3786 BRANCH(Int32Equal(elementsKind, newKind), &exit, &change); in TransitToElementsKind() local 3787 Bind(&change); in TransitToElementsKind()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 9085 1506: "warning: you CANNOT change update priority in scheduled function", 9202 3821: "Cannot change hierarchy while activating or deactivating the parent.", 9324 6035: "cc.ParticleSystem: change material failed, please use proper particle material", 9465 15e3: "Can not find corresponding diffuse map for environment lighting, use hemisphere diffuse instead, change environment lighting type to regenerate diffuse map", 9467 15002: "Diffuse map resource is missing, please change environment lighting type to regenerate resource", 9468 15003: "The shadow visible distance is so small that CSM stratification is not effective, Please change the value of shadowDistance so that it is 10 times greater than 0.1", 20652 this.emit("orientation-change"); 26925 console.warn("do not change buildin layers."); [all...] |
Completed in 54 milliseconds