Searched defs:support (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | number_speculative_retype.cpp | 757 …rSpeculativeRetype::CheckAndConvertToInt32(GateRef gate, GateType gateType, ConvertSupport support, in CheckAndConvertToInt32() 804 …peculativeRetype::CheckAndConvertToFloat64(GateRef gate, GateType gateType, ConvertSupport support) in CheckAndConvertToFloat64()
|
D | lcr_lowering.cpp | 426 bool support = acc_.IsConvertSupport(gate); in LowerCheckSupportAndConvert() local
|
D | circuit_builder.cpp | 341 …CircuitBuilder::CheckAndConvert(GateRef gate, ValueType src, ValueType dst, ConvertSupport support) in CheckAndConvert() 367 GateRef CircuitBuilder::ConvertBoolToInt32(GateRef gate, ConvertSupport support) in ConvertBoolToInt32() 372 GateRef CircuitBuilder::ConvertBoolToFloat64(GateRef gate, ConvertSupport support) in ConvertBoolToFloat64()
|