Home
last modified time | relevance | path

Searched refs:FEXP10 (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1032 FEXP10, enumerator
H A DBasicTTIImpl.h2292 ISD = ISD::FEXP10; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp263 case ISD::FEXP10: return "fexp10"; in getOperationName()
H A DLegalizeFloatTypes.cpp105 case ISD::FEXP10: R = SoftenFloatRes_FEXP10(N); break; in SoftenFloatResult()
1586 case ISD::FEXP10: ExpandFloatRes_FEXP10(N, Lo, Hi); break; in ExpandFloatResult()
2841 case ISD::FEXP10: in PromoteFloatResult()
3326 case ISD::FEXP10: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp433 case ISD::FEXP10: in LegalizeOp()
H A DLegalizeVectorTypes.cpp102 case ISD::FEXP10: in ScalarizeVectorResult()
1223 case ISD::FEXP10: in SplitVectorResult()
4908 case ISD::FEXP10: in WidenVectorResult()
H A DLegalizeDAG.cpp4792 case ISD::FEXP10: in ConvertNodeToLibcall()
5815 case ISD::FEXP10: in PromoteNode()
H A DSelectionDAGBuilder.cpp6839 case Intrinsic::exp10: Opcode = ISD::FEXP10; break; in visitIntrinsicCall()
9535 if (visitUnaryFloatCall(I, ISD::FEXP10)) in visitCall()
H A DSelectionDAG.cpp5753 case ISD::FEXP10: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp405 {ISD::FLOG, ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FEXP10}, MVT::f32, in AMDGPUTargetLowering()
425 setOperationAction({ISD::FLOG10, ISD::FLOG, ISD::FEXP, ISD::FEXP10}, MVT::f16, in AMDGPUTargetLowering()
546 ISD::FEXP10, ISD::FLOG2, ISD::FREM, in AMDGPUTargetLowering()
1453 case ISD::FEXP10: in LowerOperation()
1499 case ISD::FEXP10: in ReplaceNodeResults()
3038 const bool IsExp10 = Op.getOpcode() == ISD::FEXP10; in lowerFEXP()
H A DSIISelLowering.cpp221 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FEXP10, in SITargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp812 ISD::FEXP2, ISD::FEXP10, in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td566 def fexp10 : SDNode<"ISD::FEXP10" , SDTFPUnaryOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp396 setOperationAction(ISD::FEXP10, VT, Expand); in addMVEVectorTypes()
879 setOperationAction(ISD::FEXP10, MVT::v2f64, Expand); in ARMTargetLowering()
902 setOperationAction(ISD::FEXP10, MVT::v4f32, Expand); in ARMTargetLowering()
921 setOperationAction(ISD::FEXP10, MVT::v2f32, Expand); in ARMTargetLowering()
1070 setOperationAction(ISD::FEXP10, MVT::f64, Expand); in ARMTargetLowering()
1509 setOperationAction(ISD::FEXP10, MVT::f16, Promote); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp755 ISD::FEXP10, ISD::FLOG, ISD::FLOG2, in AArch64TargetLowering()
1243 ISD::FEXP10, ISD::FRINT, ISD::FROUND, in AArch64TargetLowering()
1733 setOperationAction(ISD::FEXP10, VT, Expand); in AArch64TargetLowering()
2024 setOperationAction(ISD::FEXP10, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp538 ISD::FEXP2, ISD::FEXP10, ISD::FLOG, ISD::FLOG2, in RISCVTargetLowering()
775 ISD::FEXP2, ISD::FEXP10, ISD::FLOG, ISD::FLOG2, ISD::FLOG10}; in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp628 setOperationAction(ISD::FEXP10, VT, Action); in X86TargetLowering()
961 setOperationAction(ISD::FEXP10, MVT::f80, Expand); in X86TargetLowering()
982 setOperationAction(ISD::FEXP10, VT, Expand); in X86TargetLowering()