Home
last modified time | relevance | path

Searched refs:FATAN (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dawk.h153 #define FATAN 11 macro
H A Dlex.c51 { "atan2", FATAN, BLTIN },
H A Drun.c2100 case FATAN: in bltin()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def74 DAG_FUNCTION(atan, 1, 1, experimental_constrained_atan, FATAN)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h967 FATAN, enumerator
H A DBasicTTIImpl.h1989 ISD = ISD::FATAN; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp772 ISD::FASIN, ISD::FATAN, ISD::FCOSH, ISD::FSINH, ISD::FTANH}, in initActions()
832 ISD::FATAN, ISD::FCOSH, ISD::FSINH, ISD::FTANH}, 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.cpp221 case ISD::FATAN: return "fatan"; in getOperationName()
H A DLegalizeFloatTypes.cpp84 case ISD::FATAN: R = SoftenFloatRes_FATAN(N); break; in SoftenFloatResult()
1414 case ISD::FATAN: ExpandFloatRes_FATAN(N, Lo, Hi); break; in ExpandFloatResult()
2600 case ISD::FATAN: in PromoteFloatResult()
3041 case ISD::FATAN: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp407 case ISD::FATAN: in LegalizeOp()
H A DLegalizeVectorTypes.cpp94 case ISD::FATAN: in ScalarizeVectorResult()
1168 case ISD::FATAN: in SplitVectorResult()
4532 case ISD::FATAN: in WidenVectorResult()
H A DLegalizeDAG.cpp4551 case ISD::FATAN: in ConvertNodeToLibcall()
5546 case ISD::FATAN: in PromoteNode()
H A DSelectionDAGBuilder.cpp6821 case Intrinsic::atan: Opcode = ISD::FATAN; break; in visitIntrinsicCall()
9293 if (visitUnaryFloatCall(I, ISD::FATAN)) in visitCall()
H A DSelectionDAG.cpp5403 case ISD::FATAN: in isKnownNeverNaN()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td530 def fatan : SDNode<"ISD::FATAN" , SDTFPUnaryOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp737 ISD::FACOS, ISD::FASIN, ISD::FATAN, in AArch64TargetLowering()
1189 ISD::FASIN, ISD::FACOS, ISD::FATAN, in AArch64TargetLowering()
1632 setOperationAction(ISD::FATAN, VT, Expand); in AArch64TargetLowering()
1845 setOperationAction(ISD::FATAN, VT, Expand); in addTypeForNEON()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp839 setOperationAction(ISD::FATAN , MVT::f80, Expand); in X86TargetLowering()
2480 ISD::FATAN, ISD::STRICT_FATAN, in X86TargetLowering()