Searched refs:FP32_TO_FP16 (Results 1 – 8 of 8) sorted by relevance
443 FP16_TO_FP32, FP32_TO_FP16, enumerator
229 case ISD::FP32_TO_FP16: return "fp32_to_fp16"; in getOperationName()
589 case ISD::FP32_TO_FP16:Res = SoftenFloatOp_FP32_TO_FP16(N); break; in SoftenFloatOperand()
100 case ISD::FP32_TO_FP16:Res = PromoteIntRes_FP32_TO_FP16(N); break; in PromoteIntegerResult()
3018 case ISD::FP32_TO_FP16: in ExpandNode()
4925 setValue(&I, DAG.getNode(ISD::FP32_TO_FP16, dl, in visitIntrinsicCall()
395 def f32_to_f16 : SDNode<"ISD::FP32_TO_FP16", SDTFPToIntOp>;
789 setOperationAction(ISD::FP32_TO_FP16, MVT::i32, Expand); in ARMTargetLowering()