Searched refs:FCOSH (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 78 DAG_FUNCTION(cosh, 1, 1, experimental_constrained_cosh, FCOSH)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1013 FCOSH, enumerator
|
| H A D | BasicTTIImpl.h | 2280 ISD = ISD::FCOSH; in getTypeBasedIntrinsicInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 818 ISD::FCOSH, ISD::FSINH, in initActions() 934 setOperationAction({ISD::FTAN, ISD::FACOS, ISD::FASIN, ISD::FATAN, ISD::FCOSH, in initActions()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 241 case ISD::FCOSH: return "fcosh"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 98 case ISD::FCOSH: R = SoftenFloatRes_FCOSH(N); break; in SoftenFloatResult() 1579 case ISD::FCOSH: ExpandFloatRes_FCOSH(N, Lo, Hi); break; in ExpandFloatResult() 2838 case ISD::FCOSH: in PromoteFloatResult() 3323 case ISD::FCOSH: in SoftPromoteHalfResult()
|
| H A D | LegalizeVectorOps.cpp | 423 case ISD::FCOSH: in LegalizeOp()
|
| H A D | LegalizeVectorTypes.cpp | 99 case ISD::FCOSH: in ScalarizeVectorResult() 1220 case ISD::FCOSH: in SplitVectorResult() 4905 case ISD::FCOSH: in WidenVectorResult()
|
| H A D | LegalizeDAG.cpp | 4746 case ISD::FCOSH: in ConvertNodeToLibcall() 5807 case ISD::FCOSH: in PromoteNode()
|
| H A D | SelectionDAGBuilder.cpp | 6837 case Intrinsic::cosh: Opcode = ISD::FCOSH; break; in visitIntrinsicCall() 9466 if (visitUnaryFloatCall(I, ISD::FCOSH)) in visitCall()
|
| H A D | SelectionDAG.cpp | 5741 case ISD::FCOSH: in isKnownNeverNaN()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 563 def fcosh : SDNode<"ISD::FCOSH" , 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() 1728 setOperationAction(ISD::FCOSH, VT, Expand); in AArch64TargetLowering() 2016 setOperationAction(ISD::FCOSH, VT, Expand); in addTypeForNEON()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 852 setOperationAction(ISD::FCOSH , MVT::f80, Expand); in X86TargetLowering() 2611 ISD::FCOSH, ISD::STRICT_FCOSH, in X86TargetLowering()
|