Searched refs:FP32_TO_FP16 (Results 1 – 8 of 8) sorted by relevance
444 FP16_TO_FP32, FP32_TO_FP16, enumerator
589 case ISD::FP32_TO_FP16:Res = SoftenFloatOp_FP32_TO_FP16(N); break; in SoftenFloatOperand()
99 case ISD::FP32_TO_FP16:Res = PromoteIntRes_FP32_TO_FP16(N); break; in PromoteIntegerResult()
3404 case ISD::FP32_TO_FP16: in ExpandNode()
6047 case ISD::FP32_TO_FP16: return "fp32_to_fp16"; in getOperationName()
4921 setValue(&I, DAG.getNode(ISD::FP32_TO_FP16, dl, in visitIntrinsicCall()
393 def f32_to_f16 : SDNode<"ISD::FP32_TO_FP16", SDTFPToIntOp>;
728 setOperationAction(ISD::FP32_TO_FP16, MVT::i32, Expand); in ARMTargetLowering()