Lines Matching refs:getConstantFP

8468                               DAG.getConstantFP(Max, DL, VT));  in LowerINTRINSIC_WO_CHAIN()
8470 DAG.getConstantFP(Min, DL, VT)); in LowerINTRINSIC_WO_CHAIN()
10511 SDValue One = DAG.getConstantFP(1.0, SL, VT); in lowerFastUnsafeFDIV64()
10598 const SDValue K0 = DAG.getConstantFP(K0Val, SL, MVT::f32); in lowerFDIV_FAST()
10601 const SDValue K1 = DAG.getConstantFP(K1Val, SL, MVT::f32); in lowerFDIV_FAST()
10603 const SDValue One = DAG.getConstantFP(1.0, SL, MVT::f32); in lowerFDIV_FAST()
10648 const SDValue One = DAG.getConstantFP(1.0, SL, MVT::f32); in LowerFDIV32()
10779 const SDValue One = DAG.getConstantFP(1.0, SL, MVT::f64); in LowerFDIV64()
10870 SDValue Inf = DAG.getConstantFP( in LowerFFREXP()
10991 SDValue ScaleThreshold = DAG.getConstantFP(0x1.0p-96f, DL, VT); in lowerFSQRTF32()
10994 SDValue ScaleUpFactor = DAG.getConstantFP(0x1.0p+32f, DL, VT); in lowerFSQRTF32()
11026 SDValue Zero = DAG.getConstantFP(0.0f, DL, VT); in lowerFSQRTF32()
11040 SDValue Half = DAG.getConstantFP(0.5f, DL, VT); in lowerFSQRTF32()
11054 SDValue ScaleDownFactor = DAG.getConstantFP(0x1.0p-16f, DL, VT); in lowerFSQRTF32()
11093 SDValue ScaleConstant = DAG.getConstantFP(0x1.0p-767, DL, MVT::f64); in lowerFSQRTF64()
11109 SDValue Half = DAG.getConstantFP(0.5, DL, MVT::f64); in lowerFSQRTF64()
11158 SDValue OneOver2Pi = DAG.getConstantFP(0.5 * numbers::inv_pi, DL, VT); in LowerTrig()
12576 return DCI.DAG.getConstantFP( in performRcpCombine()
12921 return DAG.getConstantFP( in getCanonicalConstantFP()
12934 return DAG.getConstantFP(CanonicalQNaN, SL, VT); in getCanonicalConstantFP()
12942 return DAG.getConstantFP(CanonicalQNaN, SL, VT); in getCanonicalConstantFP()
12946 return DAG.getConstantFP(C, SL, VT); in getCanonicalConstantFP()
12963 return DAG.getConstantFP(QNaN, SDLoc(N), VT); in performFCanonicalizeCombine()
13006 NewElts[1]: DAG.getConstantFP(0.0f, SL, EltVT); in performFCanonicalizeCombine()
13011 NewElts[0] : DAG.getConstantFP(0.0f, SL, EltVT); in performFCanonicalizeCombine()
13532 return DAG.getConstantFP(Val, SDLoc(Src), MVT::f16); in strictFPExtFromF16()
14325 const SDValue Two = DAG.getConstantFP(2.0, SL, VT); in performFAddCombine()
14337 const SDValue Two = DAG.getConstantFP(2.0, SL, VT); in performFAddCombine()
14369 const SDValue Two = DAG.getConstantFP(2.0, SL, VT); in performFSubCombine()
14384 const SDValue NegTwo = DAG.getConstantFP(-2.0, SL, VT); in performFSubCombine()
14664 return DCI.DAG.getConstantFP(Zero, SDLoc(N), N->getValueType(0)); in performClampCombine()
14669 return DCI.DAG.getConstantFP(One, SDLoc(N), N->getValueType(0)); in performClampCombine()