Home
last modified time | relevance | path

Searched defs:condition (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Dcpp_function.rb27 def condition(cond) method in CppFunction
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.h83 GateRef condition = BitAnd(TaggedIsNumber(year), TaggedIsNumber(month)); in IsNumberYearMonthDay() local
H A Dbuiltins_typedarray_stub_builder.cpp347 auto condition = Int32UnsignedGreaterThan(re, Int32(INT32_MAX)); in GetValueFromBuffer() local
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_impl_test.cpp31 void CheckAndGenerateCondFunc(const std::optional<std::string> condition) in CheckAndGenerateCondFunc() argument
187 bool condition = outStrForCallbackCheck.find("protocols") != std::string::npos && in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dbranch_elimination.cpp322 std::optional<bool> BranchElimination::GetConditionResult(Inst *condition) in GetConditionResult() argument
424 TryResolveResult(Inst *condition, Inst *dominantCondition, IfImmInst *ifImm) TryResolveResult() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
H A Dmaple_phase_manager.cpp162 void MaplePhaseManager::AddPhase(const std::string &phaseName, bool condition) in AddPhase() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Drange_analysis.cpp260 auto condition = acc_.GetValueIn(jmp); in TryGetRangeOfBranch() local
H A Dasync_function_lowering.cpp89 GateRef condition = builder_.Equal(offsetConstantGate, restoreOffsetGate); in RebuildGeneratorCfg() local
133 GateRef condition = builder_.Equal(offsetConstantGate, bcOffsetPhiGate); in RebuildGeneratorCfg() local
H A Dbuiltins_lowering.cpp129 GateRef condition = builder_.DoubleIsNAN(value); in TypedFloor() local
H A Doperations_stub_builder.cpp863 auto condition = Int32UnsignedGreaterThan(val, Int32(INT32_MAX)); in Shr() local
H A Dpost_schedule.cpp522 GateRef condition = builder_.Equal(masked, falseVal, "checkHeapObject"); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
H A 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(); CompareDoubles() local
[all...]
H A Dntype_hcr_lowering.cpp348 auto condition = builder_.HasPendingException(glue_); in ReplaceGateWithPendingException() local
H A Dbytecode_circuit_builder.cpp1068 GateRef condition = circuit_->GetConstantGate(MachineType::I1, 0, GateType::NJSValue()); in GenDeoptAndReturnForOsrLoopExit() local
H A Dmcr_lowering.cpp918 GateRef condition = builder_.BoolNot(builder_.ExtractValue(MachineType::I1, result, builder_.Int32(1))); in LowerOverflowCheck() local
929 GateRef condition = builder_.Int32UnsignedLessThanOrEqual(value, upperBound); in LowerInt32UnsignedUpperBoundCheck() local
941 GateRef condition = LogicOrBuilder(&env) in LowerInt32DivWithCheck() local
H A Dnative_inline_lowering.cpp1077 GateRef condition = builder_.HasPendingException(glue_); in ReplaceGateWithPendingException() local
H A Dprofiler_stub_builder.cpp599 auto condition = BitAnd(Int32LessThan(oldTrue, Int32(PGOSampleType::WEIGHT_THRESHOLD)), in ProfileBranch() local
H A Dcircuit_builder.cpp87 GateRef CircuitBuilder::Branch(GateRef state, GateRef condition, uint32_t trueWeight, uint32_t falseWeight, in Branch() argument
247 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch() argument
337 void CircuitBuilder::DeoptCheck(GateRef condition, GateRef frameState, DeoptType type) in DeoptCheck() argument
H A Dslowpath_lowering.cpp158 auto condition = builder_.HasPendingException(glue_); in ReplaceHirWithPendingException() local
215 auto condition = builder_.HasPendingException(glue_); in ReplaceHirToThrowCall() local
H A Dtyped_hcr_lowering.cpp1684 auto condition = builder_.HasPendingException(glue); in ReplaceHirWithPendingException() local
2758 auto condition = builder_.HasPendingException(glue); in ReplaceGateWithPendingException() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dgep_propagation.cpp136 auto condition = llvm::cast<SelectInst>(inst)->getCondition(); in FindSplitGep() local
/arkcompiler/toolchain/tooling/base/
H A Dpt_params.cpp378 std::string condition; in Create() local
H A Dpt_types.cpp3350 std::string condition; in Create() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp1122 auto condition = [](ir::AstNode *prop) { in FilterInterfaceOverloads() local
1134 auto condition = [](ir::AstNode *prop) { in FilterOverloads() local
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1260 auto condition = params.HasCondition() ? params.GetCondition() : std::optional<std::string> {}; in SetBreakpointByUrl() local
1336 auto condition = breakpoint.HasCondition() ? breakpoint.GetCondition() : std::optional<std::string> {}; in ProcessSingleBreakpoint() local
2108 CheckAndGenerateCondFunc(const std::optional<std::string> &condition) CheckAndGenerateCondFunc() argument
[all...]

Completed in 61 milliseconds

12