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.def104 DAG_FUNCTION(tanh, 1, 1, experimental_constrained_tanh, FTANH)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h970 FTANH, enumerator
H A DBasicTTIImpl.h1998 ISD = ISD::FTANH; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp772 ISD::FASIN, ISD::FATAN, ISD::FCOSH, ISD::FSINH, ISD::FTANH}, in initActions()
832 ISD::FATAN, ISD::FCOSH, ISD::FSINH, ISD::FTANH}, in initActions()
836 ISD::FSINH, ISD::FTANH}, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp227 case ISD::FTANH: return "ftanh"; in getOperationName()
H A DLegalizeFloatTypes.cpp147 case ISD::FTANH: R = SoftenFloatRes_FTANH(N); break; in SoftenFloatResult()
1471 case ISD::FTANH: ExpandFloatRes_FTANH(N, Lo, Hi); break; in ExpandFloatResult()
2622 case ISD::FTANH: in PromoteFloatResult()
3064 case ISD::FTANH: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp410 case ISD::FTANH: in LegalizeOp()
H A DLegalizeVectorTypes.cpp121 case ISD::FTANH: in ScalarizeVectorResult()
1208 case ISD::FTANH: in SplitVectorResult()
4551 case ISD::FTANH: in WidenVectorResult()
H A DLegalizeDAG.cpp4566 case ISD::FTANH: in ConvertNodeToLibcall()
5549 case ISD::FTANH: in PromoteNode()
H A DSelectionDAGBuilder.cpp6824 case Intrinsic::tanh: Opcode = ISD::FTANH; break; in visitIntrinsicCall()
9311 if (visitUnaryFloatCall(I, ISD::FTANH)) in visitCall()
H A DSelectionDAG.cpp5406 case ISD::FTANH: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td533 def ftanh : SDNode<"ISD::FTANH" , SDTFPUnaryOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp738 ISD::FCOSH, ISD::FSINH, ISD::FTANH, in AArch64TargetLowering()
1190 ISD::FSINH, ISD::FCOSH, ISD::FTANH, in AArch64TargetLowering()
1635 setOperationAction(ISD::FTANH, VT, Expand); in AArch64TargetLowering()
1848 setOperationAction(ISD::FTANH, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp842 setOperationAction(ISD::FTANH , MVT::f80, Expand); in X86TargetLowering()
2493 ISD::FTANH, ISD::STRICT_FTANH}) in X86TargetLowering()