| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 33 #define SUBENTRY(messageId, condition) \ argument 41 #define SUBENTRY_WITH_GLUE(messageId, condition, glueArg) \ argument 50 #define ASM_ASSERT(messageId, condition) \ argument 56 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 59 #define ASM_ASSERT(messageId, condition) \ argument 65 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 139 #define BRANCH(condition, trueLabel, falseLabel) \ argument 148 #define BRANCH_LIKELY(condition, trueLabel, falseLabel) \ argument 156 #define BRANCH_UNLIKELY(condition, trueLabel, falseLabel) \ argument 164 #define BRANCH_NO_WEIGHT(condition, trueLabel, falseLabel) \ argument
|
| D | circuit_builder.h | 248 #define BRANCH_CIR(condition, trueLabel, falseLabel) \ argument 255 #define BRANCH_CIR2(condition, trueLabel, falseLabel) \ argument
|
| D | async_function_lowering.cpp | 89 GateRef condition = builder_.Equal(offsetConstantGate, restoreOffsetGate); in RebuildGeneratorCfg() local 133 GateRef condition = builder_.Equal(offsetConstantGate, bcOffsetPhiGate); in RebuildGeneratorCfg() local
|
| D | number_speculative_lowering.cpp | 459 GateRef condition = acc_.GetValueIn(gate, 0); in VisitBooleanJump() local 724 GateRef condition = Circuit::NullGate(); in CompareInts() local 755 GateRef condition = Circuit::NullGate(); in CompareDoubles() local
|
| D | range_analysis.cpp | 260 auto condition = acc_.GetValueIn(jmp); in TryGetRangeOfBranch() local
|
| D | mcr_lowering.cpp | 956 …GateRef condition = builder_.BoolNot(builder_.ExtractValue(MachineType::I1, result, builder_.Int32… in LowerOverflowCheck() local 967 GateRef condition = builder_.Int32UnsignedLessThanOrEqual(value, upperBound); in LowerInt32UnsignedUpperBoundCheck() local 979 GateRef condition = LogicOrBuilder(&env) in LowerInt32DivWithCheck() local
|
| D | builtins_lowering.cpp | 126 GateRef condition = builder_.DoubleIsNAN(value); in TypedFloor() local
|
| D | post_schedule.cpp | 513 GateRef condition = builder_.Equal(masked, falseVal, "checkHeapObject"); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
|
| D | ntype_hcr_lowering.cpp | 344 auto condition = builder_.HasPendingException(glue_); in ReplaceGateWithPendingException() local
|
| D | type_info_accessors.h | 1752 [[maybe_unused]] bool condition = (IsMono() && IsBuiltinsArray()); in TryGetArrayElementsKind() local 1759 [[maybe_unused]] bool condition = (IsMono() && IsBuiltinsArray()); in TryGetArrayElementsKindAfterTransition() local
|
| /arkcompiler/ets_runtime/test/aottest/builtins_array/ |
| D | builtins_array.ts | 81 const condition = (element) => element < 10; constant 89 const condition = (element) => element < 10; constant 110 const condition = (element) => element < 10; constant 119 const condition = (element) => element < 10; constant
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | safe_cast.h | 25 #define REGISTER_SAFE_CAST(type, condition) \ argument
|
| D | thread_env.h | 82 const bool condition; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
| D | maple_phase_manager.h | 95 #define ADDMAPLEPHASE(PhaseName, condition) AddPhase(PhaseName, condition) argument 96 #define ADDMAPLEMEPHASE(PhaseName, condition) \ argument 100 #define ADDMODULEPHASE(PhaseName, condition) \ argument
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | cpp_function.rb | 27 def condition(cond) method in CppFunction
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.h | 83 GateRef condition = BitAnd(TaggedIsNumber(year), TaggedIsNumber(month)); in IsNumberYearMonthDay() local
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | checker.rb | 297 def TRUE(condition) argument 306 def SKIP_IF(condition) argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | branch_elimination.cpp | 322 std::optional<bool> BranchElimination::GetConditionResult(Inst *condition) in GetConditionResult() 424 std::optional<bool> BranchElimination::TryResolveResult(Inst *condition, Inst *dominantCondition, I… in TryResolveResult()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 174 def if_(condition, true_expr, false_expr) argument 191 def case_switch(types, condition, inner_cases) argument
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | checker.rb | 422 def TRUE(condition) argument 431 def SKIP_IF(condition) argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/include/ |
| D | instrument.h | 102 int32 condition = -1; variable
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 168 def case_switch(types, condition, inner_cases) argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/ |
| D | maple_phase_manager.cpp | 160 void MaplePhaseManager::AddPhase(const std::string &phaseName, bool condition) in AddPhase()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | gep_propagation.cpp | 136 auto condition = llvm::cast<SelectInst>(inst)->getCondition(); in FindSplitGep() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 1109 auto condition = [](ir::AstNode *prop) { in FilterInterfaceOverloads() local 1121 auto condition = [](ir::AstNode *prop) { in FilterOverloads() local
|