| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 104 DAG_FUNCTION(tan, 1, 1, experimental_constrained_tan, FTAN)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1008 FTAN, enumerator
|
| H A D | BasicTTIImpl.h | 2262 ISD = ISD::FTAN; in getTypeBasedIntrinsicInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 816 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 D | SelectionDAGDumper.cpp | 229 case ISD::FTAN: return "ftan"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 153 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 D | LegalizeVectorOps.cpp | 417 case ISD::FTAN: in LegalizeOp()
|
| H A D | LegalizeVectorTypes.cpp | 124 case ISD::FTAN: in ScalarizeVectorResult() 1257 case ISD::FTAN: in SplitVectorResult() 4920 case ISD::FTAN: in WidenVectorResult()
|
| H A D | LegalizeDAG.cpp | 4716 case ISD::FTAN: in ConvertNodeToLibcall() 5802 case ISD::FTAN: in PromoteNode()
|
| H A D | SelectionDAGBuilder.cpp | 6832 case Intrinsic::tan: Opcode = ISD::FTAN; break; in visitIntrinsicCall() 9430 if (visitUnaryFloatCall(I, ISD::FTAN)) in visitCall()
|
| H A D | SelectionDAG.cpp | 5735 case ISD::FTAN: in isKnownNeverNaN()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 557 def ftan : SDNode<"ISD::FTAN" , SDTFPUnaryOp>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 389 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 D | AArch64ISelLowering.cpp | 564 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 D | X86ISelLowering.cpp | 619 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()
|