/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstrainedOps.def | 103 DAG_FUNCTION(tan, 1, 1, experimental_constrained_tan, FTAN)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 964 FTAN, enumerator
|
H A D | BasicTTIImpl.h | 1980 ISD = ISD::FTAN; in getTypeBasedIntrinsicInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 771 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 D | SelectionDAGDumper.cpp | 215 case ISD::FTAN: return "ftan"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 145 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 D | LegalizeVectorOps.cpp | 404 case ISD::FTAN: in LegalizeOp()
|
H A D | LegalizeVectorTypes.cpp | 120 case ISD::FTAN: in ScalarizeVectorResult() 1207 case ISD::FTAN: in SplitVectorResult() 4550 case ISD::FTAN: in WidenVectorResult()
|
H A D | LegalizeDAG.cpp | 4536 case ISD::FTAN: in ConvertNodeToLibcall() 5543 case ISD::FTAN: in PromoteNode()
|
H A D | SelectionDAGBuilder.cpp | 6818 case Intrinsic::tan: Opcode = ISD::FTAN; break; in visitIntrinsicCall() 9275 if (visitUnaryFloatCall(I, ISD::FTAN)) in visitCall()
|
H A D | SelectionDAG.cpp | 5400 case ISD::FTAN: in isKnownNeverNaN()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 527 def ftan : SDNode<"ISD::FTAN" , SDTFPUnaryOp>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 379 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 D | AArch64ISelLowering.cpp | 550 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 D | X86ISelLowering.cpp | 613 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()
|