Searched refs:FLOG2 (Results 1 – 18 of 18) sorted by relevance
458 FLOG, FLOG2, FLOG10, FEXP, FEXP2, enumerator
658 setOperationAction(ISD::FLOG2, MVT::f16, Expand); in TargetLoweringBase()668 setOperationAction(ISD::FLOG2, MVT::f32, Expand); in TargetLoweringBase()678 setOperationAction(ISD::FLOG2, MVT::f64, Expand); in TargetLoweringBase()688 setOperationAction(ISD::FLOG2, MVT::f128, Expand); in TargetLoweringBase()
412 case Intrinsic::log2: ISD = ISD::FLOG2; break; in getIntrinsicInstrCost()
44 setOperationAction(ISD::FLOG2, MVT::f32, Legal); in AMDGPUTargetLowering()
925 SDValue LogBase = DAG.getNode(ISD::FLOG2, DL, VT, Op.getOperand(0)); in LowerFPOW()
152 case ISD::FLOG2: return "flog2"; in getOperationName()
236 case ISD::FLOG2: in LegalizeOp()
78 case ISD::FLOG2: R = SoftenFloatRes_FLOG2(N); break; in SoftenFloatResult()810 case ISD::FLOG2: ExpandFloatRes_FLOG2(N, Lo, Hi); break; in ExpandFloatResult()
79 case ISD::FLOG2: in ScalarizeVectorResult()534 case ISD::FLOG2: in SplitVectorResult()1434 case ISD::FLOG2: in WidenVectorResult()
3181 case ISD::FLOG2: in ExpandNode()3901 case ISD::FLOG2: in PromoteNode()
3991 return DAG.getNode(ISD::FLOG2, dl, Op.getValueType(), Op); in expandLog2()5628 if (visitUnaryFloatCall(I, ISD::FLOG2)) in visitCall()
88 setOperationAction(ISD::FLOG2, MVT::f32, Expand); in MBlazeTargetLowering()
185 setOperationAction(ISD::FLOG2, MVT::f32, Expand); in AArch64TargetLowering()186 setOperationAction(ISD::FLOG2, MVT::f64, Expand); in AArch64TargetLowering()
379 def flog2 : SDNode<"ISD::FLOG2" , SDTFPUnaryOp>;
497 setOperationAction(ISD::FLOG2, MVT::v2f64, Expand); in ARMTargetLowering()515 setOperationAction(ISD::FLOG2, MVT::v4f32, Expand); in ARMTargetLowering()532 setOperationAction(ISD::FLOG2, MVT::v2f32, Expand); in ARMTargetLowering()
319 setOperationAction(ISD::FLOG2, MVT::f32, Expand); in MipsTargetLowering()
358 setOperationAction(ISD::FLOG2, VT, Expand); in PPCTargetLowering()
741 setOperationAction(ISD::FLOG2, MVT::f80, Expand); in X86TargetLowering()803 setOperationAction(ISD::FLOG2, VT, Expand); in X86TargetLowering()