Home
last modified time | relevance | path

Searched refs:ConvertSupport (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.h102 … CheckAndConvertToInt32(GateRef gate, GateType gateType, ConvertSupport support = ConvertSupport::…
104 …heckAndConvertToFloat64(GateRef gate, GateType gateType, ConvertSupport support = ConvertSupport::…
Dnumber_speculative_retype.cpp703 …GateRef cLeft = CheckAndConvertToInt32(left, leftType, ConvertSupport::ENABLE, OpType::SHIFT_AND_L… in ConvertForShiftAndLogicalOperator()
704 …GateRef cRight = CheckAndConvertToInt32(right, rightType, ConvertSupport::ENABLE, OpType::SHIFT_AN… in ConvertForShiftAndLogicalOperator()
757 …rSpeculativeRetype::CheckAndConvertToInt32(GateRef gate, GateType gateType, ConvertSupport support, in CheckAndConvertToInt32()
804 …peculativeRetype::CheckAndConvertToFloat64(GateRef gate, GateType gateType, ConvertSupport support) in CheckAndConvertToFloat64()
1009 …gate, CheckAndConvertToFloat64(value, acc_.GetGateType(value), ConvertSupport::DISABLE), 2); // 2:… in VisitStoreProperty()
1013 …gate, CheckAndConvertToInt32(value, acc_.GetGateType(value), ConvertSupport::DISABLE), 2); // 2: v… in VisitStoreProperty()
Dgate_meta_data.h875 return ConvertSupportBits::Get(bitField_) == ConvertSupport::ENABLE; in IsConvertSupport()
878 …c uint64_t ToValue(ValueType srcType, ValueType dstType, ConvertSupport support = ConvertSupport::…
888 using ConvertSupportBits = RightBits::NextField<ConvertSupport, OPRAND_TYPE_BITS>;
Dtype.h288 enum class ConvertSupport : uint8_t { enum
Dcircuit_builder.h304 GateRef ConvertBoolToInt32(GateRef gate, ConvertSupport support);
305 GateRef ConvertBoolToFloat64(GateRef gate, ConvertSupport support);
310 … GateRef gate, ValueType src, ValueType dst, ConvertSupport support = ConvertSupport::ENABLE);
Dcircuit_builder.cpp341 GateRef CircuitBuilder::CheckAndConvert(GateRef gate, ValueType src, ValueType dst, ConvertSupport in CheckAndConvert()
367 GateRef CircuitBuilder::ConvertBoolToInt32(GateRef gate, ConvertSupport support) in ConvertBoolToInt32()
372 GateRef CircuitBuilder::ConvertBoolToFloat64(GateRef gate, ConvertSupport support) in ConvertBoolToFloat64()