Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def77 DAG_FUNCTION(cosh, 1, 1, experimental_constrained_cosh, FCOSH)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h969 FCOSH, enumerator
H A DBasicTTIImpl.h1995 ISD = ISD::FCOSH; 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()
835 setOperationAction({ISD::FTAN, ISD::FACOS, ISD::FASIN, ISD::FATAN, ISD::FCOSH, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp225 case ISD::FCOSH: return "fcosh"; in getOperationName()
H A DLegalizeFloatTypes.cpp92 case ISD::FCOSH: R = SoftenFloatRes_FCOSH(N); break; in SoftenFloatResult()
1422 case ISD::FCOSH: ExpandFloatRes_FCOSH(N, Lo, Hi); break; in ExpandFloatResult()
2604 case ISD::FCOSH: in PromoteFloatResult()
3045 case ISD::FCOSH: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp409 case ISD::FCOSH: in LegalizeOp()
H A DLegalizeVectorTypes.cpp97 case ISD::FCOSH: in ScalarizeVectorResult()
1172 case ISD::FCOSH: in SplitVectorResult()
4535 case ISD::FCOSH: in WidenVectorResult()
H A DLegalizeDAG.cpp4561 case ISD::FCOSH: in ConvertNodeToLibcall()
5548 case ISD::FCOSH: in PromoteNode()
H A DSelectionDAGBuilder.cpp6823 case Intrinsic::cosh: Opcode = ISD::FCOSH; break; in visitIntrinsicCall()
9305 if (visitUnaryFloatCall(I, ISD::FCOSH)) in visitCall()
H A DSelectionDAG.cpp5405 case ISD::FCOSH: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td532 def fcosh : SDNode<"ISD::FCOSH" , 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()
1633 setOperationAction(ISD::FCOSH, VT, Expand); in AArch64TargetLowering()
1847 setOperationAction(ISD::FCOSH, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp841 setOperationAction(ISD::FCOSH , MVT::f80, Expand); in X86TargetLowering()
2483 ISD::FCOSH, ISD::STRICT_FCOSH, in X86TargetLowering()