Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def102 DAG_FUNCTION(sinh, 1, 1, experimental_constrained_sinh, FSINH)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1012 FSINH, enumerator
H A DBasicTTIImpl.h2277 ISD = ISD::FSINH; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp818 ISD::FCOSH, ISD::FSINH, in initActions()
935 ISD::FSINH, ISD::FTANH, ISD::FATAN2}, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp239 case ISD::FSINH: return "fsinh"; in getOperationName()
H A DLegalizeFloatTypes.cpp147 case ISD::FSINH: R = SoftenFloatRes_FSINH(N); break; in SoftenFloatResult()
1620 case ISD::FSINH: ExpandFloatRes_FSINH(N, Lo, Hi); break; in ExpandFloatResult()
2852 case ISD::FSINH: in PromoteFloatResult()
3338 case ISD::FSINH: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp422 case ISD::FSINH: in LegalizeOp()
H A DLegalizeVectorTypes.cpp122 case ISD::FSINH: in ScalarizeVectorResult()
1255 case ISD::FSINH: in SplitVectorResult()
4918 case ISD::FSINH: in WidenVectorResult()
H A DLegalizeDAG.cpp4741 case ISD::FSINH: in ConvertNodeToLibcall()
5806 case ISD::FSINH: in PromoteNode()
H A DSelectionDAGBuilder.cpp6836 case Intrinsic::sinh: Opcode = ISD::FSINH; break; in visitIntrinsicCall()
9460 if (visitUnaryFloatCall(I, ISD::FSINH)) in visitCall()
H A DSelectionDAG.cpp5740 case ISD::FSINH: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td562 def fsinh : SDNode<"ISD::FSINH" , 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()
1729 setOperationAction(ISD::FSINH, VT, Expand); in AArch64TargetLowering()
2015 setOperationAction(ISD::FSINH, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp851 setOperationAction(ISD::FSINH , MVT::f80, Expand); in X86TargetLowering()
2619 ISD::FSINH, ISD::STRICT_FSINH, in X86TargetLowering()