Searched refs:FSINH (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 102 DAG_FUNCTION(sinh, 1, 1, experimental_constrained_sinh, FSINH)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1012 FSINH, enumerator
|
| H A D | BasicTTIImpl.h | 2277 ISD = ISD::FSINH; in getTypeBasedIntrinsicInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 818 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 D | SelectionDAGDumper.cpp | 239 case ISD::FSINH: return "fsinh"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 147 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 D | LegalizeVectorOps.cpp | 422 case ISD::FSINH: in LegalizeOp()
|
| H A D | LegalizeVectorTypes.cpp | 122 case ISD::FSINH: in ScalarizeVectorResult() 1255 case ISD::FSINH: in SplitVectorResult() 4918 case ISD::FSINH: in WidenVectorResult()
|
| H A D | LegalizeDAG.cpp | 4741 case ISD::FSINH: in ConvertNodeToLibcall() 5806 case ISD::FSINH: in PromoteNode()
|
| H A D | SelectionDAGBuilder.cpp | 6836 case Intrinsic::sinh: Opcode = ISD::FSINH; break; in visitIntrinsicCall() 9460 if (visitUnaryFloatCall(I, ISD::FSINH)) in visitCall()
|
| H A D | SelectionDAG.cpp | 5740 case ISD::FSINH: in isKnownNeverNaN()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 562 def fsinh : SDNode<"ISD::FSINH" , 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() 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 D | X86ISelLowering.cpp | 851 setOperationAction(ISD::FSINH , MVT::f80, Expand); in X86TargetLowering() 2619 ISD::FSINH, ISD::STRICT_FSINH, in X86TargetLowering()
|