Home
last modified time | relevance | path

Searched refs:FSIN (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/one-true-awk/
H A Dawk.h151 #define FSIN 9 macro
H A Dlex.c85 { "sin", FSIN, BLTIN },
H A Drun.c2099 case FSIN: in bltin()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DZOSLibcallNames.def25 HANDLE_LIBCALL(SIN_F32, "@@FSIN@B")
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def96 DAG_FUNCTION(sin, 1, 1, experimental_constrained_sin, FSIN)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h932 FSIN, enumerator
H A DBasicTTIImpl.h1881 ISD = ISD::FSIN; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp95 setOperationAction({ISD::FCOS, ISD::FSIN}, MVT::f32, Custom); in R600TargetLowering()
409 case ISD::FSIN: return LowerTrig(Op, DAG); in LowerOperation()
701 case ISD::FSIN: in LowerTrig()
H A DAMDGPUISelLowering.cpp486 ISD::FSQRT, ISD::FSIN, ISD::FSUB, in AMDGPUTargetLowering()
613 case ISD::FSIN: in fnegFoldsIntoOpcode()
4836 case ISD::FSIN: in performFNegCombine()
H A DSIISelLowering.cpp211 ISD::FSIN, ISD::FCOS, ISD::FPOW, ISD::FPOWI, in SITargetLowering()
539 setOperationAction({ISD::FSIN, ISD::FCOS, ISD::FDIV}, MVT::f32, Custom); in SITargetLowering()
599 ISD::FSIN, ISD::FROUND, ISD::FPTRUNC_ROUND}, in SITargetLowering()
5542 case ISD::FSIN: in LowerOperation()
10981 case ISD::FSIN: in LowerTrig()
12391 case ISD::FSIN: in isCanonicalized()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp204 case ISD::FSIN: return "fsin"; in getOperationName()
H A DLegalizeFloatTypes.cpp130 case ISD::FSIN: R = SoftenFloatRes_FSIN(N); break; in SoftenFloatResult()
1351 case ISD::FSIN: ExpandFloatRes_FSIN(N, Lo, Hi); break; in ExpandFloatResult()
2417 case ISD::FSIN: in PromoteFloatResult()
2826 case ISD::FSIN: in SoftPromoteHalfResult()
H A DLegalizeDAG.cpp2306 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos()
2307 ? ISD::FCOS : ISD::FSIN; in useSinCos()
3569 case ISD::FSIN: in ExpandNode()
4424 case ISD::FSIN: in ConvertNodeToLibcall()
5363 case ISD::FSIN: in PromoteNode()
H A DLegalizeVectorOps.cpp393 case ISD::FSIN: in LegalizeOp()
H A DLegalizeVectorTypes.cpp108 case ISD::FSIN: in ScalarizeVectorResult()
1110 case ISD::FSIN: in SplitVectorResult()
4283 case ISD::FSIN: in WidenVectorResult()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleAtom.td928 def : InstRW<[AtomWrite01_174], (instrs FSINCOS, FSIN, FCOS)>;
H A DX86InstrFPStack.td658 def FSIN : I<0xD9, MRM_FE, (outs), (ins), "fsin", []>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1808 setOperationAction(ISD::FSIN , MVT::f128, Expand); in SparcTargetLowering()
1813 setOperationAction(ISD::FSIN , MVT::f64, Expand); in SparcTargetLowering()
1818 setOperationAction(ISD::FSIN , MVT::f32, Expand); in SparcTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp120 ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, in CSKYTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1589 {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in HexagonTargetLowering()
1634 ISD::FREM, ISD::FNEG, ISD::FABS, ISD::FSQRT, ISD::FSIN, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp181 setOperationAction(ISD::FSIN, MVT::f32, Expand); in LoongArchTargetLowering()
214 setOperationAction(ISD::FSIN, MVT::f64, Expand); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp389 setOperationAction(ISD::FSIN , MVT::f64, Expand); in PPCTargetLowering()
394 setOperationAction(ISD::FSIN , MVT::f32, Expand); in PPCTargetLowering()
403 setOperationAction(ISD::FSIN , MVT::f64, Custom); in PPCTargetLowering()
409 setOperationAction(ISD::FSIN , MVT::f32, Custom); in PPCTargetLowering()
851 setOperationAction(ISD::FSIN, VT, Expand); in PPCTargetLowering()
1180 setOperationAction(ISD::FSIN, MVT::f128, Expand); in PPCTargetLowering()
11604 case ISD::FSIN: return lowerSin(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp427 setOperationAction(ISD::FSIN, MVT::f32, Expand); in MipsTargetLowering()
428 setOperationAction(ISD::FSIN, MVT::f64, Expand); in MipsTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp366 setOperationAction(ISD::FSIN, VT, Expand); in addMVEVectorTypes()
876 setOperationAction(ISD::FSIN, MVT::v2f64, Expand); in ARMTargetLowering()
898 setOperationAction(ISD::FSIN, MVT::v4f32, Expand); in ARMTargetLowering()
915 setOperationAction(ISD::FSIN, MVT::v2f32, Expand); in ARMTargetLowering()
1057 setOperationAction(ISD::FSIN, MVT::f64, Expand); in ARMTargetLowering()
1457 setOperationAction(ISD::FSIN, MVT::f64, Expand); in ARMTargetLowering()
1458 setOperationAction(ISD::FSIN, MVT::f32, Expand); in ARMTargetLowering()
1541 setOperationAction(ISD::FSIN, MVT::f16, Promote); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp125 {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()

12