Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinduction_variable_analysis.cpp47 TypedBinaryAccessor accessor(acc_.TryGetValue(valueGate)); in IsInductionVariable()
84 TypedBinaryAccessor accessor(acc_.TryGetValue(valueGate)); in GetStartAndStride()
H A Dmcr_gate_meta_data.h267 class TypedBinaryAccessor { class
271 explicit TypedBinaryAccessor(uint64_t value) : bitField_(value) {} in TypedBinaryAccessor() function in panda::ecmascript::kungfu::TypedBinaryAccessor
H A 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()
H A Dgate_accessor.cpp267 TypedBinaryAccessor GateAccessor::GetTypedBinaryAccessor(GateRef gate) const in GetTypedBinaryAccessor()
270 return TypedBinaryAccessor(gatePtr->GetOneParameterMetaData()->GetValue()); in GetTypedBinaryAccessor()
398 TypedBinaryAccessor accessor(TryGetValue(gate)); in GetTypedBinaryOp()
406 TypedBinaryAccessor accessor(TryGetValue(gate)); in HasNumberType()
416 TypedBinaryAccessor accessor(TryGetValue(gate)); in HasStringType()
H A Dnumber_speculative_retype.cpp647 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in VisitNumberBinaryOp()
692 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in VisitNumberCalculate()
996 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in ConvertForNumberBinaryOp()
1012 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in ConvertForNumberCompareOp()
1025 TypedBinaryAccessor accessor(acc_.TryGetValue(gate)); in ConvertForNumberShiftAndLogicalOperator()
H A Dgate_accessor.h414 TypedBinaryAccessor GetTypedBinaryAccessor(GateRef gate) const;
H A Dtype_info_accessors.cpp68 TypedBinaryAccessor accessor(acc.TryGetValue(gate)); in IsTrustedBooleanType()
122 TypedBinaryAccessor accessor(acc.TryGetValue(gate)); in IsTrustedNumberType()
H A Dgate.cpp974 auto typedOp = TypedBinaryAccessor(GetOneParameterMetaData()->GetValue()).GetTypedBinOp(); in GetBytecodeStr()
H A Dmcr_circuit_builder.h553 uint64_t value = TypedBinaryAccessor::ToValue(paramType, Op); in TypedBinaryOp()
H A Dmcr_circuit_builder.cpp1108 uint64_t value = TypedBinaryAccessor::ToValue(ParamType::NumberType(), op); in InsertTypedBinaryop()
1125 uint64_t value = TypedBinaryAccessor::ToValue(ParamType::IntType(), cond); in InsertRangeCheckPredicate()
H A Dtyped_hcr_lowering.cpp573 TypedBinaryAccessor accessor = acc_.GetTypedBinaryAccessor(gate); in LowerRangeCheckPredicate()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A 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()

Completed in 29 milliseconds