Searched defs:support (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_speculative_retype.cpp | 865 …rSpeculativeRetype::CheckAndConvertToInt32(GateRef gate, GateType gateType, ConvertSupport support, in CheckAndConvertToInt32() 925 …peculativeRetype::CheckAndConvertToFloat64(GateRef gate, GateType gateType, ConvertSupport support) in CheckAndConvertToFloat64()
|
| D | mcr_circuit_builder.cpp | 294 …CircuitBuilder::CheckAndConvert(GateRef gate, ValueType src, ValueType dst, ConvertSupport support) in CheckAndConvert() 320 GateRef CircuitBuilder::ConvertBoolToInt32(GateRef gate, ConvertSupport support) in ConvertBoolToInt32() 325 GateRef CircuitBuilder::ConvertBoolToFloat64(GateRef gate, ConvertSupport support) in ConvertBoolToFloat64()
|
| D | mcr_lowering.cpp | 517 bool support = acc_.IsConvertSupport(gate); in LowerCheckSupportAndConvert() local
|