Searched refs:FTANH (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 105 DAG_FUNCTION(tanh, 1, 1, experimental_constrained_tanh, FTANH)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1014 FTANH, enumerator
|
| H A D | BasicTTIImpl.h | 2283 ISD = ISD::FTANH; in getTypeBasedIntrinsicInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 819 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 D | SelectionDAGDumper.cpp | 243 case ISD::FTANH: return "ftanh"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 155 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 D | LegalizeVectorOps.cpp | 424 case ISD::FTANH: in LegalizeOp()
|
| H A D | LegalizeVectorTypes.cpp | 125 case ISD::FTANH: in ScalarizeVectorResult() 1258 case ISD::FTANH: in SplitVectorResult() 4921 case ISD::FTANH: in WidenVectorResult()
|
| H A D | LegalizeDAG.cpp | 4751 case ISD::FTANH: in ConvertNodeToLibcall() 5808 case ISD::FTANH: in PromoteNode()
|
| H A D | SelectionDAGBuilder.cpp | 6838 case Intrinsic::tanh: Opcode = ISD::FTANH; break; in visitIntrinsicCall() 9472 if (visitUnaryFloatCall(I, ISD::FTANH)) in visitCall()
|
| H A D | SelectionDAG.cpp | 5742 case ISD::FTANH: in isKnownNeverNaN()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 564 def ftanh : SDNode<"ISD::FTANH" , SDTFPUnaryOp>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 753 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 D | X86ISelLowering.cpp | 853 setOperationAction(ISD::FTANH , MVT::f80, Expand); in X86TargetLowering() 2621 ISD::FTANH, ISD::STRICT_FTANH, in X86TargetLowering()
|