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.def101 DAG_FUNCTION(sinh, 1, 1, experimental_constrained_sinh, FSINH)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h968 FSINH, enumerator
H A DBasicTTIImpl.h1992 ISD = ISD::FSINH; 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.cpp223 case ISD::FSINH: return "fsinh"; in getOperationName()
H A DLegalizeFloatTypes.cpp139 case ISD::FSINH: R = SoftenFloatRes_FSINH(N); break; in SoftenFloatResult()
1463 case ISD::FSINH: ExpandFloatRes_FSINH(N, Lo, Hi); break; in ExpandFloatResult()
2618 case ISD::FSINH: in PromoteFloatResult()
3060 case ISD::FSINH: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp408 case ISD::FSINH: in LegalizeOp()
H A DLegalizeVectorTypes.cpp118 case ISD::FSINH: in ScalarizeVectorResult()
1205 case ISD::FSINH: in SplitVectorResult()
4548 case ISD::FSINH: in WidenVectorResult()
H A DLegalizeDAG.cpp4556 case ISD::FSINH: in ConvertNodeToLibcall()
5547 case ISD::FSINH: in PromoteNode()
H A DSelectionDAGBuilder.cpp6822 case Intrinsic::sinh: Opcode = ISD::FSINH; break; in visitIntrinsicCall()
9299 if (visitUnaryFloatCall(I, ISD::FSINH)) in visitCall()
H A DSelectionDAG.cpp5404 case ISD::FSINH: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td531 def fsinh : SDNode<"ISD::FSINH" , 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()
1634 setOperationAction(ISD::FSINH, VT, Expand); in AArch64TargetLowering()
1846 setOperationAction(ISD::FSINH, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp840 setOperationAction(ISD::FSINH , MVT::f80, Expand); in X86TargetLowering()
2491 ISD::FSINH, ISD::STRICT_FSINH, in X86TargetLowering()