Searched refs:FP16_TO_FP32 (Results 1 – 8 of 8) sorted by relevance
444 FP16_TO_FP32, FP32_TO_FP16, enumerator
84 case ISD::FP16_TO_FP32:R = SoftenFloatRes_FP16_TO_FP32(N); break; in SoftenFloatResult()
780 case ISD::FP16_TO_FP32: in PromoteIntegerOperand()
3401 case ISD::FP16_TO_FP32: in ExpandNode()
6046 case ISD::FP16_TO_FP32: return "fp16_to_fp32"; in getOperationName()
4925 setValue(&I, DAG.getNode(ISD::FP16_TO_FP32, dl, in visitIntrinsicCall()
392 def f16_to_f32 : SDNode<"ISD::FP16_TO_FP32", SDTIntToFPOp>;
727 setOperationAction(ISD::FP16_TO_FP32, MVT::f32, Expand); in ARMTargetLowering()