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.h986 FEXP10, enumerator
H A DBasicTTIImpl.h2007 ISD = ISD::FEXP10; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp247 case ISD::FEXP10: return "fexp10"; in getOperationName()
H A DLegalizeFloatTypes.cpp99 case ISD::FEXP10: R = SoftenFloatRes_FEXP10(N); break; in SoftenFloatResult()
1429 case ISD::FEXP10: ExpandFloatRes_FEXP10(N, Lo, Hi); break; in ExpandFloatResult()
2607 case ISD::FEXP10: in PromoteFloatResult()
3048 case ISD::FEXP10: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp419 case ISD::FEXP10: in LegalizeOp()
H A DLegalizeVectorTypes.cpp100 case ISD::FEXP10: in ScalarizeVectorResult()
1175 case ISD::FEXP10: in SplitVectorResult()
4538 case ISD::FEXP10: in WidenVectorResult()
H A DLegalizeDAG.cpp4600 case ISD::FEXP10: in ConvertNodeToLibcall()
5556 case ISD::FEXP10: in PromoteNode()
H A DSelectionDAGBuilder.cpp6825 case Intrinsic::exp10: Opcode = ISD::FEXP10; break; in visitIntrinsicCall()
9374 if (visitUnaryFloatCall(I, ISD::FEXP10)) in visitCall()
H A DSelectionDAG.cpp5417 case ISD::FEXP10: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp402 {ISD::FLOG, ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FEXP10}, MVT::f32, in AMDGPUTargetLowering()
418 setOperationAction({ISD::FLOG10, ISD::FLOG, ISD::FEXP, ISD::FEXP10}, MVT::f16, in AMDGPUTargetLowering()
533 ISD::FEXP10, ISD::FLOG2, ISD::FREM, in AMDGPUTargetLowering()
1396 case ISD::FEXP10: in LowerOperation()
1442 case ISD::FEXP10: in ReplaceNodeResults()
2980 const bool IsExp10 = Op.getOpcode() == ISD::FEXP10; in lowerFEXP()
H A DSIISelLowering.cpp214 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FEXP10, in SITargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp828 ISD::FEXP, ISD::FEXP2, ISD::FEXP10, ISD::FFLOOR, in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td535 def fexp10 : SDNode<"ISD::FEXP10" , SDTFPUnaryOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp386 setOperationAction(ISD::FEXP10, VT, Expand); in addMVEVectorTypes()
889 setOperationAction(ISD::FEXP10, MVT::v2f64, Expand); in ARMTargetLowering()
912 setOperationAction(ISD::FEXP10, MVT::v4f32, Expand); in ARMTargetLowering()
930 setOperationAction(ISD::FEXP10, MVT::v2f32, Expand); in ARMTargetLowering()
1072 setOperationAction(ISD::FEXP10, MVT::f64, Expand); in ARMTargetLowering()
1550 setOperationAction(ISD::FEXP10, MVT::f16, Promote); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp740 ISD::FEXP10, ISD::FLOG, ISD::FLOG2, in AArch64TargetLowering()
1193 ISD::FEXP10, ISD::FRINT, ISD::FROUND, in AArch64TargetLowering()
1638 setOperationAction(ISD::FEXP10, VT, Expand); in AArch64TargetLowering()
1855 setOperationAction(ISD::FEXP10, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp507 ISD::FEXP2, ISD::FEXP10, ISD::FLOG, ISD::FLOG2, in RISCVTargetLowering()
1000 setOperationAction(ISD::FEXP10, VT, Expand); in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp621 setOperationAction(ISD::FEXP10, VT, Action); in X86TargetLowering()
948 setOperationAction(ISD::FEXP10, MVT::f80, Expand); in X86TargetLowering()
969 setOperationAction(ISD::FEXP10, VT, Expand); in X86TargetLowering()