Home
last modified time | relevance | path

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

12

/freebsd/contrib/one-true-awk/
H A Dawk.h151 #define FSIN 9 macro
H A Dlex.c86 { "sin", FSIN, BLTIN },
H A Drun.c2098 case FSIN: in bltin()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def101 DAG_FUNCTION(sin, 1, 1, experimental_constrained_sin, FSIN)
H A DRuntimeLibcalls.td2158 def zos___FSIN_B : RuntimeLibcallImpl<SIN_F32, "@@FSIN@B">;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1006 FSIN, enumerator
H A DBasicTTIImpl.h2247 ISD = ISD::FSIN; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp94 setOperationAction({ISD::FCOS, ISD::FSIN}, MVT::f32, Custom); in R600TargetLowering()
413 case ISD::FSIN: return LowerTrig(Op, DAG); in LowerOperation()
705 case ISD::FSIN: in LowerTrig()
H A DAMDGPUISelLowering.cpp550 ISD::FSQRT, ISD::FSIN, ISD::FSUB, in AMDGPUTargetLowering()
674 case ISD::FSIN: in fnegFoldsIntoOpcode()
5124 case ISD::FSIN: in performFNegCombine()
H A DSIISelLowering.cpp219 ISD::FSIN, ISD::FCOS, ISD::FPOW, ISD::FPOWI, in SITargetLowering()
556 setOperationAction({ISD::FSIN, ISD::FCOS, ISD::FDIV}, MVT::f32, Custom); in SITargetLowering()
616 ISD::FSIN, ISD::FROUND}, in SITargetLowering()
6122 case ISD::FSIN: in LowerOperation()
11862 case ISD::FSIN: in LowerTrig()
13447 case ISD::FSIN: in isCanonicalized()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp222 case ISD::FSIN: return "fsin"; in getOperationName()
H A DLegalizeDAG.cpp2421 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos()
2422 ? ISD::FCOS : ISD::FSIN; in useSinCos()
3772 case ISD::FSIN: in ExpandNode()
3824 Tmp1 = DAG.getNode(ISD::FSIN, dl, VT, Op, Flags); in ExpandNode()
4704 case ISD::FSIN: in ConvertNodeToLibcall()
5800 case ISD::FSIN: in PromoteNode()
H A DLegalizeFloatTypes.cpp145 case ISD::FSIN: R = SoftenFloatRes_FSIN(N); break; in SoftenFloatResult()
1618 case ISD::FSIN: ExpandFloatRes_FSIN(N, Lo, Hi); break; in ExpandFloatResult()
2851 case ISD::FSIN: in PromoteFloatResult()
3337 case ISD::FSIN: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp415 case ISD::FSIN: in LegalizeOp()
H A DLegalizeVectorTypes.cpp121 case ISD::FSIN: in ScalarizeVectorResult()
1254 case ISD::FSIN: in SplitVectorResult()
4917 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.cpp1794 setOperationAction(ISD::FSIN , MVT::f128, Expand); in SparcTargetLowering()
1799 setOperationAction(ISD::FSIN , MVT::f64, Expand); in SparcTargetLowering()
1805 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/Xtensa/
H A DXtensaISelLowering.cpp217 setOperationAction(ISD::FSIN, VT, Expand); in XtensaTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1677 {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in HexagonTargetLowering()
1723 ISD::FREM, ISD::FNEG, ISD::FABS, ISD::FSQRT, ISD::FSIN, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp456 setOperationAction(ISD::FSIN, MVT::f32, Expand); in MipsTargetLowering()
457 setOperationAction(ISD::FSIN, MVT::f64, Expand); in MipsTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp407 setOperationAction(ISD::FSIN , MVT::f64, Expand); in PPCTargetLowering()
412 setOperationAction(ISD::FSIN , MVT::f32, Expand); in PPCTargetLowering()
421 setOperationAction(ISD::FSIN , MVT::f64, Custom); in PPCTargetLowering()
427 setOperationAction(ISD::FSIN , MVT::f32, Custom); in PPCTargetLowering()
870 setOperationAction(ISD::FSIN, VT, Expand); in PPCTargetLowering()
1207 setOperationAction(ISD::FSIN, MVT::f128, Expand); in PPCTargetLowering()
12544 case ISD::FSIN: return lowerSin(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp387 setOperationAction(ISD::FSIN, VT, Expand); in addMVEVectorTypes()
870 setOperationAction(ISD::FSIN, MVT::v2f64, Expand); in ARMTargetLowering()
893 setOperationAction(ISD::FSIN, MVT::v4f32, Expand); in ARMTargetLowering()
912 setOperationAction(ISD::FSIN, MVT::v2f32, Expand); in ARMTargetLowering()
1062 setOperationAction(ISD::FSIN, MVT::f64, Expand); in ARMTargetLowering()
1415 setOperationAction(ISD::FSIN, MVT::f64, Expand); in ARMTargetLowering()
1416 setOperationAction(ISD::FSIN, MVT::f32, Expand); in ARMTargetLowering()
1501 setOperationAction(ISD::FSIN, MVT::f16, Promote); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp253 setOperationAction(ISD::FSIN, VT, Expand); in initSPUActions()

12