| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| H A D | cpp_function.rb | 27 def condition(cond) method in CppFunction
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_stubs.h | 83 GateRef condition = BitAnd(TaggedIsNumber(year), TaggedIsNumber(month));
in IsNumberYearMonthDay() local
|
| H A D | builtins_typedarray_stub_builder.cpp | 347 auto condition = Int32UnsignedGreaterThan(re, Int32(INT32_MAX));
in GetValueFromBuffer() local
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | debugger_impl_test.cpp | 31 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 D | branch_elimination.cpp | 322 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 D | maple_phase_manager.cpp | 162 void MaplePhaseManager::AddPhase(const std::string &phaseName, bool condition) in AddPhase() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | range_analysis.cpp | 260 auto condition = acc_.GetValueIn(jmp); in TryGetRangeOfBranch() local
|
| H A 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
|
| H A D | builtins_lowering.cpp | 129 GateRef condition = builder_.DoubleIsNAN(value); in TypedFloor() local
|
| H A D | operations_stub_builder.cpp | 863 auto condition = Int32UnsignedGreaterThan(val, Int32(INT32_MAX)); in Shr() local
|
| H A D | post_schedule.cpp | 522 GateRef condition = builder_.Equal(masked, falseVal, "checkHeapObject"); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
|
| H A 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(); CompareDoubles() local [all...] |
| H A D | ntype_hcr_lowering.cpp | 348 auto condition = builder_.HasPendingException(glue_); in ReplaceGateWithPendingException() local
|
| H A D | bytecode_circuit_builder.cpp | 1068 GateRef condition = circuit_->GetConstantGate(MachineType::I1, 0, GateType::NJSValue()); in GenDeoptAndReturnForOsrLoopExit() local
|
| H A D | mcr_lowering.cpp | 918 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 D | native_inline_lowering.cpp | 1077 GateRef condition = builder_.HasPendingException(glue_); in ReplaceGateWithPendingException() local
|
| H A D | profiler_stub_builder.cpp | 599 auto condition = BitAnd(Int32LessThan(oldTrue, Int32(PGOSampleType::WEIGHT_THRESHOLD)), in ProfileBranch() local
|
| H A D | circuit_builder.cpp | 87 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 D | slowpath_lowering.cpp | 158 auto condition = builder_.HasPendingException(glue_); in ReplaceHirWithPendingException() local 215 auto condition = builder_.HasPendingException(glue_); in ReplaceHirToThrowCall() local
|
| H A D | typed_hcr_lowering.cpp | 1684 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 D | gep_propagation.cpp | 136 auto condition = llvm::cast<SelectInst>(inst)->getCondition(); in FindSplitGep() local
|
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_params.cpp | 378 std::string condition;
in Create() local
|
| H A D | pt_types.cpp | 3350 std::string condition; in Create() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| H A D | scopesInitPhase.cpp | 1122 auto condition = [](ir::AstNode *prop) { in FilterInterfaceOverloads() local 1134 auto condition = [](ir::AstNode *prop) { in FilterOverloads() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | debugger_impl.cpp | 1260 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...] |