Home
last modified time | relevance | path

Searched refs:FTANH (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def105 DAG_FUNCTION(tanh, 1, 1, experimental_constrained_tanh, FTANH)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1014 FTANH, enumerator
H A DBasicTTIImpl.h2283 ISD = ISD::FTANH; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp819 ISD::FTANH, ISD::FATAN2}, in initActions()
935 ISD::FSINH, ISD::FTANH, ISD::FATAN2}, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp243 case ISD::FTANH: return "ftanh"; in getOperationName()
H A DLegalizeFloatTypes.cpp155 case ISD::FTANH: R = SoftenFloatRes_FTANH(N); break; in SoftenFloatResult()
1628 case ISD::FTANH: ExpandFloatRes_FTANH(N, Lo, Hi); break; in ExpandFloatResult()
2856 case ISD::FTANH: in PromoteFloatResult()
3342 case ISD::FTANH: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp424 case ISD::FTANH: in LegalizeOp()
H A DLegalizeVectorTypes.cpp125 case ISD::FTANH: in ScalarizeVectorResult()
1258 case ISD::FTANH: in SplitVectorResult()
4921 case ISD::FTANH: in WidenVectorResult()
H A DLegalizeDAG.cpp4751 case ISD::FTANH: in ConvertNodeToLibcall()
5808 case ISD::FTANH: in PromoteNode()
H A DSelectionDAGBuilder.cpp6838 case Intrinsic::tanh: Opcode = ISD::FTANH; break; in visitIntrinsicCall()
9472 if (visitUnaryFloatCall(I, ISD::FTANH)) in visitCall()
H A DSelectionDAG.cpp5742 case ISD::FTANH: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td564 def ftanh : SDNode<"ISD::FTANH" , SDTFPUnaryOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp753 ISD::FCOSH, ISD::FSINH, ISD::FTANH, in AArch64TargetLowering()
1240 ISD::FSINH, ISD::FCOSH, ISD::FTANH, in AArch64TargetLowering()
1730 setOperationAction(ISD::FTANH, VT, Expand); in AArch64TargetLowering()
2017 setOperationAction(ISD::FTANH, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp853 setOperationAction(ISD::FTANH , MVT::f80, Expand); in X86TargetLowering()
2621 ISD::FTANH, ISD::STRICT_FTANH, in X86TargetLowering()