Searched refs:FEXP2 (Results 1 – 17 of 17) sorted by relevance
450 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
751 setOperationAction(ISD::FEXP2, MVT::f16, Expand); in initActions()761 setOperationAction(ISD::FEXP2, MVT::f32, Expand); in initActions()771 setOperationAction(ISD::FEXP2, MVT::f64, Expand); in initActions()781 setOperationAction(ISD::FEXP2, MVT::f128, Expand); in initActions()
452 case Intrinsic::exp2: ISD = ISD::FEXP2; break; in getIntrinsicInstrCost()
55 setOperationAction(ISD::FEXP2, MVT::f32, Legal); in AMDGPUTargetLowering()373 return DAG.getNode(ISD::FEXP2, DL, VT, Op.getOperand(1)); in LowerINTRINSIC_WO_CHAIN()
147 case ISD::FEXP2: return "fexp2"; in getOperationName()
241 case ISD::FEXP2: in LegalizeOp()
75 case ISD::FEXP2: R = SoftenFloatRes_FEXP2(N); break; in SoftenFloatResult()820 case ISD::FEXP2: ExpandFloatRes_FEXP2(N, Lo, Hi); break; in ExpandFloatResult()
75 case ISD::FEXP2: in ScalarizeVectorResult()535 case ISD::FEXP2: in SplitVectorResult()1567 case ISD::FEXP2: in WidenVectorResult()
3278 case ISD::FEXP2: in ExpandNode()4040 case ISD::FEXP2: in PromoteNode()
4291 return DAG.getNode(ISD::FEXP2, dl, Op.getValueType(), Op); in expandExp2()5889 if (visitUnaryFloatCall(I, ISD::FEXP2)) in visitCall()
227 setOperationAction(ISD::FEXP2, Ty, Legal); in addMSAFloatType()1733 DAG.getNode(ISD::FEXP2, SDLoc(Op), ResTy, Op->getOperand(2))); in lowerINTRINSIC_WO_CHAIN()
2045 // 1.0 when we only need to match ISD::FEXP2.
378 def fexp2 : SDNode<"ISD::FEXP2" , SDTFPUnaryOp>;
196 setOperationAction(ISD::FEXP2, MVT::f32, Expand); in AArch64TargetLowering()197 setOperationAction(ISD::FEXP2, MVT::f64, Expand); in AArch64TargetLowering()
503 setOperationAction(ISD::FEXP2, MVT::v2f64, Expand); in ARMTargetLowering()521 setOperationAction(ISD::FEXP2, MVT::v4f32, Expand); in ARMTargetLowering()538 setOperationAction(ISD::FEXP2, MVT::v2f32, Expand); in ARMTargetLowering()
403 setOperationAction(ISD::FEXP2, VT, Expand); in PPCTargetLowering()
792 setOperationAction(ISD::FEXP2, MVT::f80, Expand); in resetOperationActions()854 setOperationAction(ISD::FEXP2, VT, Expand); in resetOperationActions()