| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 26 bool Lowering::ConstantFitsCompareImm(Inst *cst, uint32_t size, ConditionCode cc) in ConstantFitsCompareImm() 50 auto cc = cmp->CastToCompare()->GetCc(); in BetterToSwapCompareInputs() local 69 auto cc = if_inst->CastToIf()->GetCc(); in OptimizeIfInput() local 102 auto cc = input->CastToCompare()->GetCc(); in LowerIf() local 109 auto cc = input->CastToCompare()->GetCc(); in LowerIf() local 136 void Lowering::InPlaceLowerIfImm(IfImmInst *inst, Inst *input, Inst *cst, ConditionCode cc) in InPlaceLowerIfImm()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-private-class-element-8.ts | 19 let cc = class C1 { variable
|
| D | test-ts-private-class-element-9.ts | 19 let cc = class C2 { variable
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/objectExpression/ |
| D | object-spread-element-arguments-check.js | 17 let dd = {"cc": 1} property
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | builtinsobjectaddproperty.js | 26 "cc": "cc", property
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | countable_loop_parser.cpp | 283 auto cc = loopExitCmp->CastToCompare()->GetCc(); in SetNormalizedConditionCode() local 306 auto cc = loopInfo_.normalizedCc; in IsConditionCodeAcceptable() local
|
| D | bounds_analysis.cpp | 466 BoundsRange::RangePair BoundsRange::NarrowBoundsCase1(ConditionCode cc, BoundsRange::RangePair cons… in NarrowBoundsCase1() 484 BoundsRange::RangePair BoundsRange::NarrowBoundsCase2(ConditionCode cc, BoundsRange::RangePair cons… in NarrowBoundsCase2() 493 BoundsRange::RangePair BoundsRange::NarrowBoundsCase3(ConditionCode cc, BoundsRange::RangePair cons… in NarrowBoundsCase3() 523 BoundsRange::RangePair BoundsRange::NarrowBoundsCase4(ConditionCode cc, BoundsRange::RangePair cons… in NarrowBoundsCase4() 541 BoundsRange::RangePair BoundsRange::NarrowBoundsCase5(ConditionCode cc, BoundsRange::RangePair cons… in NarrowBoundsCase5() 550 BoundsRange::RangePair BoundsRange::NarrowBoundsCase6(ConditionCode cc, BoundsRange::RangePair cons… in NarrowBoundsCase6() 581 BoundsRange::RangePair BoundsRange::TryNarrowBoundsByCC(ConditionCode cc, BoundsRange::RangePair co… in TryNarrowBoundsByCC() 894 auto cc = compare->GetCc(); in VisitIfImm() local 1080 static void MoveRangeAccordingCC(ConditionCode cc, BoundsRange &lowerRange, BoundsRange &upperRange… in MoveRangeAccordingCC() 1099 auto cc = loopInfoValue.normalizedCc; in ProcessIndexPhi() local [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/multiprotoic/ |
| D | multiprotoic.js | 39 let obj22 = {"cc": "3cc"}; property
|
| /arkcompiler/runtime_core/static_core/compiler/tests/codegen/ |
| D | codegen_test_1.cpp | 687 SRC_GRAPH(Compare, Graph *graph, ConditionCode cc, bool inverse) in SRC_GRAPH() 714 auto cc = static_cast<ConditionCode>(ccint); in TEST_F() local 777 SRC_GRAPH(GenIf, Graph *graph, ConditionCode cc) in SRC_GRAPH() 804 auto cc = static_cast<ConditionCode>(ccint); in TEST_F() local 855 SRC_GRAPH(GenIfImm, Graph *graph, ConditionCode cc, int32_t value) in SRC_GRAPH() 881 auto cc = static_cast<ConditionCode>(ccint); in TEST_F() local 929 SRC_GRAPH(If, Graph *graph, ConditionCode cc) in SRC_GRAPH() 954 auto cc = static_cast<ConditionCode>(ccint); in TEST_F() local 1125 SRC_GRAPH(GenSelect, Graph *graph, ConditionCode cc) in SRC_GRAPH() 1149 auto cc = static_cast<ConditionCode>(ccint); in TEST_F() local [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/assignproxy/ |
| D | assignproxy.js | 23 var proxy = new Proxy({"cc":"dd", "ee":"ff"}, { property
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | peepholes.h | 214 static InputCode GetInputCode(const ConstantInst *inst, ConditionCode cc) in GetInputCode()
|
| D | loop_unroll.cpp | 338 auto cc = loopInfo.isInc ? CC_LT : CC_GT; in FixCompareInst() local 350 auto cc = loopInfo.isInc ? CC_LT : CC_GT; in FixCompareInst() local
|
| D | lowering.cpp | 743 bool Lowering::ConstantFitsCompareImm(Inst *cst, uint32_t size, ConditionCode cc) in ConstantFitsCompareImm() 1271 auto cc = cmp->CastToCompare()->GetCc(); in BetterToSwapCompareInputs() local 1290 auto cc = ifInst->CastToIf()->GetCc(); in OptimizeIfInput() local 1298 auto cc = inst->GetCc(); in JoinFcmpInst() local 1347 auto cc = input->CastToCompare()->GetCc(); in LowerIf() local 1363 …auto cc = input->GetOpcode() == Opcode::Compare ? input->CastToCompare()->GetCc() : ConditionCode:… in LowerIf() local 1376 void Lowering::InPlaceLowerIfImm(IfImmInst *inst, Inst *input, Inst *cst, ConditionCode cc, DataTyp… in InPlaceLowerIfImm() 1411 void Lowering::LowerIfImmToIf(IfImmInst *inst, Inst *input, ConditionCode cc, DataType::Type inputT… in LowerIfImmToIf()
|
| D | if_merging.cpp | 146 …erging::TryRemoveConstantPhiIf(IfImmInst *ifImm, PhiInst *phi, uint64_t constant, ConditionCode cc) in TryRemoveConstantPhiIf() 270 ConditionCode cc) in SplitBlockWithConstantPhi()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 37 static vixl::aarch32::Condition Convert(const Condition cc) in Convert() 78 static vixl::aarch32::Condition ConvertTest(const Condition cc) in ConvertTest() 84 static bool IsConditionSigned(Condition cc) in IsConditionSigned() 436 void Aarch32Encoder::EncodeJump(LabelHolder::LabelId id, Reg src0, Reg src1, Condition cc) in EncodeJump() 443 void Aarch32Encoder::EncodeJumpTest(LabelHolder::LabelId id, Reg src0, Reg src1, Condition cc) in EncodeJumpTest() 470 bool Aarch32Encoder::CompareImmHelper(Reg src, int64_t imm, Condition *cc) in CompareImmHelper() 480 void Aarch32Encoder::TestImmHelper(Reg src, Imm imm, [[maybe_unused]] Condition cc) in TestImmHelper() 495 bool Aarch32Encoder::CompareNegImmHelper(Reg src, int64_t value, const Condition *cc) in CompareNegImmHelper() 514 Condition Aarch32Encoder::TrySwapCc(Condition cc, bool *swap) in TrySwapCc() 531 bool Aarch32Encoder::ComparePosImmHelper(Reg src, int64_t value, Condition *cc) in ComparePosImmHelper() [all …]
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | common.h | 441 inline std::string JccMnemonic(compiler::ConditionCode cc) in JccMnemonic() 461 inline std::string JcczMnemonic(compiler::ConditionCode cc) in JcczMnemonic() 622 void CheckCondJumpWithZero(compiler::ConditionCode cc) in CheckCondJumpWithZero() 669 void CheckCondJump(compiler::ConditionCode cc) in CheckCondJump()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/ |
| D | arkts-no-property-access-expression.ts | 47 static readonly cc = hh.Support.COMMON_EVENT_SHUTDOWN; property in Test
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | lowering_test.cpp | 508 auto cc = static_cast<ConditionCode>(ccint); in TEST_F() local 556 Graph *LoweringTest::BuildGraphIf1(ConditionCode cc) in BuildGraphIf1() 596 auto cc = static_cast<ConditionCode>(ccint); in TEST_F() local 632 Graph *LoweringTest::BuildGraphIf2(ConditionCode cc) in BuildGraphIf2() 674 auto cc = static_cast<ConditionCode>(ccint); in TEST_F() local 785 auto cc = static_cast<ConditionCode>(ccint); in TEST_F() local 840 auto cc = static_cast<ConditionCode>(ccint); in TEST_F() local 893 Graph *LoweringTest::BuildGraphIfFcmplNoJoin2(ConditionCode cc) in BuildGraphIfFcmplNoJoin2() 925 auto cc = static_cast<ConditionCode>(ccint); in TEST_F() local 960 auto cc = static_cast<ConditionCode>(ccint); in TEST_F() local [all …]
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | dump.cpp | 104 ArenaString GetCondCodeToString(ConditionCode cc, ArenaAllocator *allocator) in GetCondCodeToString() 298 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() local 336 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() local 347 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | tryStatement.cpp | 129 for (auto &cc : other.catchClauses_) { in TryStatement() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 38 static auto ArchCcInt(Condition cc) in ArchCcInt() 77 static auto ArchCcFloat(Condition cc) in ArchCcFloat() 117 static asmjit::x86::Condition::Code ArchCc(Condition cc, bool isFloat = false) in ArchCc() 122 static asmjit::x86::Condition::Code ArchCcTest(Condition cc) in ArchCcTest() 128 static bool CcMatchesNan(Condition cc) in CcMatchesNan() 426 void Amd64Encoder::EncodeJump(LabelHolder::LabelId id, Reg src0, Reg src1, Condition cc) in EncodeJump() 464 void Amd64Encoder::EncodeJump(LabelHolder::LabelId id, Reg src, Imm imm, Condition cc) in EncodeJump() 486 void Amd64Encoder::EncodeJumpTest(LabelHolder::LabelId id, Reg src0, Reg src1, Condition cc) in EncodeJumpTest() 505 void Amd64Encoder::EncodeJumpTest(LabelHolder::LabelId id, Reg src, Imm imm, Condition cc) in EncodeJumpTest() 522 void Amd64Encoder::EncodeJump(LabelHolder::LabelId id, Reg src, Condition cc) in EncodeJump() [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode.h | 243 Condition cc; member 254 Condition cc; member
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_global_uri.cpp | 98 uint16_t cc = stringAcc.Get(thread, k); in Encode() local 220 uint16_t cc = GetCodeUnit<T>(sp, k, strLen); in DoDecode() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | dump.cpp | 112 ArenaString GetCondCodeToString(ConditionCode cc, ArenaAllocator *allocator) in GetCondCodeToString() 376 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() local 516 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() local 527 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() local 538 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() local 549 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() local 925 ArenaString cc(ArenaString(GetCondCodeToString(GetCc(), allocator), adapter).append(" ")); in DumpOpcode() local 937 ArenaString cc(ArenaString(GetCondCodeToString(GetCc(), allocator), adapter).append(" ")); in DumpOpcode() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | runtime_calls.cpp | 72 llvm::CallingConv::ID cc = llvm::CallingConv::C; in CreateEntrypointCallCommon() local
|