Home
last modified time | relevance | path

Searched refs:FTAN (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def103 DAG_FUNCTION(tan, 1, 1, experimental_constrained_tan, FTAN)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h964 FTAN, enumerator
H A DBasicTTIImpl.h1980 ISD = ISD::FTAN; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp771 ISD::SPLAT_VECTOR, ISD::LRINT, ISD::LLRINT, ISD::FTAN, ISD::FACOS, in initActions()
831 ISD::FROUNDEVEN, ISD::FTAN, ISD::FACOS, ISD::FASIN, 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.cpp215 case ISD::FTAN: return "ftan"; in getOperationName()
H A DLegalizeFloatTypes.cpp145 case ISD::FTAN: R = SoftenFloatRes_FTAN(N); break; in SoftenFloatResult()
1469 case ISD::FTAN: ExpandFloatRes_FTAN(N, Lo, Hi); break; in ExpandFloatResult()
2621 case ISD::FTAN: in PromoteFloatResult()
3063 case ISD::FTAN: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp404 case ISD::FTAN: in LegalizeOp()
H A DLegalizeVectorTypes.cpp120 case ISD::FTAN: in ScalarizeVectorResult()
1207 case ISD::FTAN: in SplitVectorResult()
4550 case ISD::FTAN: in WidenVectorResult()
H A DLegalizeDAG.cpp4536 case ISD::FTAN: in ConvertNodeToLibcall()
5543 case ISD::FTAN: in PromoteNode()
H A DSelectionDAGBuilder.cpp6818 case Intrinsic::tan: Opcode = ISD::FTAN; break; in visitIntrinsicCall()
9275 if (visitUnaryFloatCall(I, ISD::FTAN)) in visitCall()
H A DSelectionDAG.cpp5400 case ISD::FTAN: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td527 def ftan : SDNode<"ISD::FTAN" , SDTFPUnaryOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp379 setOperationAction(ISD::FTAN, VT, Expand); in addMVEVectorTypes()
882 setOperationAction(ISD::FTAN, MVT::v2f64, Expand); in ARMTargetLowering()
905 setOperationAction(ISD::FTAN, MVT::v4f32, Expand); in ARMTargetLowering()
923 setOperationAction(ISD::FTAN, MVT::v2f32, Expand); in ARMTargetLowering()
1544 setOperationAction(ISD::FTAN, MVT::f16, Promote); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp550 setOperationAction(ISD::FTAN, MVT::f128, Expand); in AArch64TargetLowering()
739 ISD::FTAN, ISD::FEXP, ISD::FEXP2, in AArch64TargetLowering()
1188 ISD::FSIN, ISD::FCOS, ISD::FTAN, in AArch64TargetLowering()
1629 setOperationAction(ISD::FTAN, VT, Expand); in AArch64TargetLowering()
1842 setOperationAction(ISD::FTAN, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp613 setOperationAction(ISD::FTAN, VT, Action); in X86TargetLowering()
836 setOperationAction(ISD::FTAN , MVT::f80, Expand); in X86TargetLowering()
902 setOperationAction(ISD::FTAN, MVT::f128, LibCall); in X86TargetLowering()
960 setOperationAction(ISD::FTAN, VT, Expand); in X86TargetLowering()
2492 ISD::FTAN, ISD::STRICT_FTAN, in X86TargetLowering()