Home
last modified time | relevance | path

Searched refs:TypedBinaryAccessor (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinduction_variable_analysis.cpp47 TypedBinaryAccessor accessor(acc_.TryGetValue(valueGate)); in IsInductionVariable()
84 TypedBinaryAccessor accessor(acc_.TryGetValue(valueGate)); in GetStartAndStride()
Dmcr_gate_meta_data.h267 class TypedBinaryAccessor {
271 explicit TypedBinaryAccessor(uint64_t value) : bitField_(value) {} in TypedBinaryAccessor() function
Dnumber_speculative_lowering.cpp299 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in VisitNumberCalculate()
320 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in VisitNumberCompare()
362 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in VisitNumberDiv()
383 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in VisitNumberMod()
Dgate_accessor.cpp258 TypedBinaryAccessor GateAccessor::GetTypedBinaryAccessor(GateRef gate) const in GetTypedBinaryAccessor()
261 return TypedBinaryAccessor(gatePtr->GetOneParameterMetaData()->GetValue()); in GetTypedBinaryAccessor()
389 TypedBinaryAccessor accessor(TryGetValue(gate)); in GetTypedBinaryOp()
397 TypedBinaryAccessor accessor(TryGetValue(gate)); in HasNumberType()
407 TypedBinaryAccessor accessor(TryGetValue(gate)); in HasStringType()
Dnumber_speculative_retype.cpp645 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in VisitNumberBinaryOp()
690 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in VisitNumberCalculate()
994 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in ConvertForNumberBinaryOp()
1010 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in ConvertForNumberCompareOp()
1023 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in ConvertForNumberShiftAndLogicalOperator()
Dtype_info_accessors.cpp68 TypedBinaryAccessor accessor(acc.TryGetValue(gate)); in IsTrustedBooleanType()
122 TypedBinaryAccessor accessor(acc.TryGetValue(gate)); in IsTrustedNumberType()
Dgate_accessor.h413 TypedBinaryAccessor GetTypedBinaryAccessor(GateRef gate) const;
Dmcr_circuit_builder.h553 uint64_t value = TypedBinaryAccessor::ToValue(paramType, Op); in TypedBinaryOp()
Dgate.cpp977 … auto typedOp = TypedBinaryAccessor(GetOneParameterMetaData()->GetValue()).GetTypedBinOp(); in GetBytecodeStr()
Dmcr_circuit_builder.cpp1101 uint64_t value = TypedBinaryAccessor::ToValue(ParamType::NumberType(), op); in InsertTypedBinaryop()
1118 uint64_t value = TypedBinaryAccessor::ToValue(ParamType::IntType(), cond); in InsertRangeCheckPredicate()
Dtyped_hcr_lowering.cpp570 TypedBinaryAccessor accessor = acc_.GetTypedBinaryAccessor(gate); in LowerRangeCheckPredicate()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dmeta_data_equal_test.cpp213 uint64_t valueForType5 = ecmascript::kungfu::TypedBinaryAccessor::ToValue(ParamType::IntType(), in HWTEST_F_L0()
221 uint64_t valueForType6 = ecmascript::kungfu::TypedBinaryAccessor::ToValue(ParamType::IntType(), in HWTEST_F_L0()