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.def104 DAG_FUNCTION(tan, 1, 1, experimental_constrained_tan, FTAN)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1008 FTAN, enumerator
H A DBasicTTIImpl.h2262 ISD = ISD::FTAN; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp816 ISD::FTAN, ISD::FACOS, 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 DSelectionDAGDumper.cpp229 case ISD::FTAN: return "ftan"; in getOperationName()
H A DLegalizeFloatTypes.cpp153 case ISD::FTAN: R = SoftenFloatRes_FTAN(N); break; in SoftenFloatResult()
1626 case ISD::FTAN: ExpandFloatRes_FTAN(N, Lo, Hi); break; in ExpandFloatResult()
2855 case ISD::FTAN: in PromoteFloatResult()
3341 case ISD::FTAN: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp417 case ISD::FTAN: in LegalizeOp()
H A DLegalizeVectorTypes.cpp124 case ISD::FTAN: in ScalarizeVectorResult()
1257 case ISD::FTAN: in SplitVectorResult()
4920 case ISD::FTAN: in WidenVectorResult()
H A DLegalizeDAG.cpp4716 case ISD::FTAN: in ConvertNodeToLibcall()
5802 case ISD::FTAN: in PromoteNode()
H A DSelectionDAGBuilder.cpp6832 case Intrinsic::tan: Opcode = ISD::FTAN; break; in visitIntrinsicCall()
9430 if (visitUnaryFloatCall(I, ISD::FTAN)) in visitCall()
H A DSelectionDAG.cpp5735 case ISD::FTAN: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td557 def ftan : SDNode<"ISD::FTAN" , SDTFPUnaryOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp389 setOperationAction(ISD::FTAN, VT, Expand); in addMVEVectorTypes()
872 setOperationAction(ISD::FTAN, MVT::v2f64, Expand); in ARMTargetLowering()
895 setOperationAction(ISD::FTAN, MVT::v4f32, Expand); in ARMTargetLowering()
914 setOperationAction(ISD::FTAN, MVT::v2f32, Expand); in ARMTargetLowering()
1503 setOperationAction(ISD::FTAN, MVT::f16, Promote); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp564 setOperationAction(ISD::FTAN, MVT::f128, Expand); in AArch64TargetLowering()
754 ISD::FTAN, ISD::FEXP, ISD::FEXP2, in AArch64TargetLowering()
1238 ISD::FSIN, ISD::FCOS, ISD::FTAN, in AArch64TargetLowering()
1723 setOperationAction(ISD::FTAN, VT, Expand); in AArch64TargetLowering()
2010 setOperationAction(ISD::FTAN, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp619 setOperationAction(ISD::FTAN, VT, Action); in X86TargetLowering()
846 setOperationAction(ISD::FTAN , MVT::f80, Expand); in X86TargetLowering()
914 setOperationAction(ISD::FTAN, MVT::f128, LibCall); in X86TargetLowering()
973 setOperationAction(ISD::FTAN, VT, Expand); in X86TargetLowering()
2620 ISD::FTAN, ISD::STRICT_FTAN, in X86TargetLowering()