Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 25 of 41) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h33 #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
Dcircuit_builder.h248 #define BRANCH_CIR(condition, trueLabel, falseLabel) \ argument
255 #define BRANCH_CIR2(condition, trueLabel, falseLabel) \ argument
Dasync_function_lowering.cpp89 GateRef condition = builder_.Equal(offsetConstantGate, restoreOffsetGate); in RebuildGeneratorCfg() local
133 GateRef condition = builder_.Equal(offsetConstantGate, bcOffsetPhiGate); in RebuildGeneratorCfg() local
Dnumber_speculative_lowering.cpp459 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
Drange_analysis.cpp260 auto condition = acc_.GetValueIn(jmp); in TryGetRangeOfBranch() local
Dmcr_lowering.cpp956 …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
Dbuiltins_lowering.cpp126 GateRef condition = builder_.DoubleIsNAN(value); in TypedFloor() local
Dpost_schedule.cpp513 GateRef condition = builder_.Equal(masked, falseVal, "checkHeapObject"); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
Dntype_hcr_lowering.cpp344 auto condition = builder_.HasPendingException(glue_); in ReplaceGateWithPendingException() local
Dtype_info_accessors.h1752 [[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/
Dbuiltins_array.ts81 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/
Dsafe_cast.h25 #define REGISTER_SAFE_CAST(type, condition) \ argument
Dthread_env.h82 const bool condition; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dmaple_phase_manager.h95 #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/
Dcpp_function.rb27 def condition(cond) method in CppFunction
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h83 GateRef condition = BitAnd(TaggedIsNumber(year), TaggedIsNumber(month)); in IsNumberYearMonthDay() local
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb297 def TRUE(condition) argument
306 def SKIP_IF(condition) argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dbranch_elimination.cpp322 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/
Dbytecode_optimizer_isapi.rb174 def if_(condition, true_expr, false_expr) argument
191 def case_switch(types, condition, inner_cases) argument
/arkcompiler/runtime_core/static_core/tests/checked/
Dchecker.rb422 def TRUE(condition) argument
431 def SKIP_IF(condition) argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/include/
Dinstrument.h102 int32 condition = -1; variable
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb168 def case_switch(types, condition, inner_cases) argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dmaple_phase_manager.cpp160 void MaplePhaseManager::AddPhase(const std::string &phaseName, bool condition) in AddPhase()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dgep_propagation.cpp136 auto condition = llvm::cast<SelectInst>(inst)->getCondition(); in FindSplitGep() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp1109 auto condition = [](ir::AstNode *prop) { in FilterInterfaceOverloads() local
1121 auto condition = [](ir::AstNode *prop) { in FilterOverloads() local

12