Lines Matching refs:getConstantFP

8031                               DAG.getConstantFP(Max, DL, VT));  in LowerINTRINSIC_WO_CHAIN()
8033 DAG.getConstantFP(Min, DL, VT)); in LowerINTRINSIC_WO_CHAIN()
10322 SDValue One = DAG.getConstantFP(1.0, SL, VT); in lowerFastUnsafeFDIV64()
10409 const SDValue K0 = DAG.getConstantFP(K0Val, SL, MVT::f32); in lowerFDIV_FAST()
10412 const SDValue K1 = DAG.getConstantFP(K1Val, SL, MVT::f32); in lowerFDIV_FAST()
10414 const SDValue One = DAG.getConstantFP(1.0, SL, MVT::f32); in lowerFDIV_FAST()
10459 const SDValue One = DAG.getConstantFP(1.0, SL, MVT::f32); in LowerFDIV32()
10591 const SDValue One = DAG.getConstantFP(1.0, SL, MVT::f64); in LowerFDIV64()
10682 SDValue Inf = DAG.getConstantFP( in LowerFFREXP()
10802 SDValue ScaleThreshold = DAG.getConstantFP(0x1.0p-96f, DL, VT); in lowerFSQRTF32()
10805 SDValue ScaleUpFactor = DAG.getConstantFP(0x1.0p+32f, DL, VT); in lowerFSQRTF32()
10837 SDValue Zero = DAG.getConstantFP(0.0f, DL, VT); in lowerFSQRTF32()
10851 SDValue Half = DAG.getConstantFP(0.5f, DL, VT); in lowerFSQRTF32()
10865 SDValue ScaleDownFactor = DAG.getConstantFP(0x1.0p-16f, DL, VT); in lowerFSQRTF32()
10904 SDValue ScaleConstant = DAG.getConstantFP(0x1.0p-767, DL, MVT::f64); in lowerFSQRTF64()
10920 SDValue Half = DAG.getConstantFP(0.5, DL, MVT::f64); in lowerFSQRTF64()
10969 SDValue OneOver2Pi = DAG.getConstantFP(0.5 * numbers::inv_pi, DL, VT); in LowerTrig()
12305 return DCI.DAG.getConstantFP( in performRcpCombine()
12625 return DAG.getConstantFP( in getCanonicalConstantFP()
12638 return DAG.getConstantFP(CanonicalQNaN, SL, VT); in getCanonicalConstantFP()
12646 return DAG.getConstantFP(CanonicalQNaN, SL, VT); in getCanonicalConstantFP()
12650 return DAG.getConstantFP(C, SL, VT); in getCanonicalConstantFP()
12667 return DAG.getConstantFP(QNaN, SDLoc(N), VT); in performFCanonicalizeCombine()
12710 NewElts[1]: DAG.getConstantFP(0.0f, SL, EltVT); in performFCanonicalizeCombine()
12715 NewElts[0] : DAG.getConstantFP(0.0f, SL, EltVT); in performFCanonicalizeCombine()
13234 return DAG.getConstantFP(Val, SDLoc(Src), MVT::f16); in strictFPExtFromF16()
14010 const SDValue Two = DAG.getConstantFP(2.0, SL, VT); in performFAddCombine()
14022 const SDValue Two = DAG.getConstantFP(2.0, SL, VT); in performFAddCombine()
14054 const SDValue Two = DAG.getConstantFP(2.0, SL, VT); in performFSubCombine()
14069 const SDValue NegTwo = DAG.getConstantFP(-2.0, SL, VT); in performFSubCombine()
14349 return DCI.DAG.getConstantFP(Zero, SDLoc(N), N->getValueType(0)); in performClampCombine()
14354 return DCI.DAG.getConstantFP(One, SDLoc(N), N->getValueType(0)); in performClampCombine()