Home
last modified time | relevance | path

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

12

/openbsd-src/usr.bin/awk/
H A Dawk.h153 #define FSIN 9 macro
H A Dlex.c87 { "sin", FSIN, BLTIN },
H A Drun.c2092 case FSIN: in bltin()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstrainedOps.def95 DAG_FUNCTION(sin, 1, 1, experimental_constrained_sin, FSIN)
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h914 FSIN, enumerator
H A DBasicTTIImpl.h1771 ISD = ISD::FSIN; in getTypeBasedIntrinsicInstrCost()
/openbsd-src/gnu/llvm/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()
703 case ISD::FSIN: in LowerTrig()
H A DAMDGPUISelLowering.cpp452 ISD::FSQRT, ISD::FSIN, ISD::FSUB, ISD::FNEG, in AMDGPUTargetLowering()
570 case ISD::FSIN: in fnegFoldsIntoOp()
3979 case ISD::FSIN: in performFNegCombine()
H A DSIISelLowering.cpp474 setOperationAction({ISD::FSIN, ISD::FCOS, ISD::FDIV}, MVT::f32, Custom); in SITargetLowering()
518 {ISD::FP_ROUND, ISD::FCOS, ISD::FSIN, ISD::FROUND, ISD::FPTRUNC_ROUND}, in SITargetLowering()
4700 case ISD::FSIN: in LowerOperation()
9363 case ISD::FSIN: in LowerTrig()
10140 case ISD::FSIN: in isCanonicalized()
H A DAMDGPUISelDAGToDAG.cpp153 case ISD::FSIN: in fp16SrcZerosHighBits()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp202 case ISD::FSIN: return "fsin"; in getOperationName()
H A DLegalizeFloatTypes.cpp123 case ISD::FSIN: R = SoftenFloatRes_FSIN(N); break; in SoftenFloatResult()
1264 case ISD::FSIN: ExpandFloatRes_FSIN(N, Lo, Hi); break; in ExpandFloatResult()
2272 case ISD::FSIN: in PromoteFloatResult()
2638 case ISD::FSIN: in SoftPromoteHalfResult()
H A DLegalizeDAG.cpp2233 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos()
2234 ? ISD::FCOS : ISD::FSIN; in useSinCos()
3228 case ISD::FSIN: in ExpandNode()
4049 case ISD::FSIN: in ConvertNodeToLibcall()
4879 case ISD::FSIN: in PromoteNode()
H A DLegalizeVectorOps.cpp369 case ISD::FSIN: in LegalizeOp()
H A DLegalizeVectorTypes.cpp105 case ISD::FSIN: in ScalarizeVectorResult()
1059 case ISD::FSIN: in SplitVectorResult()
4089 case ISD::FSIN: in WidenVectorResult()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ScheduleAtom.td928 def : InstRW<[AtomWrite01_174], (instrs FSINCOS, FSIN, FCOS)>;
H A DX86InstrFPStack.td768 def FSIN : I<0xD9, MRM_FE, (outs), (ins), "fsin", []>;
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1764 setOperationAction(ISD::FSIN , MVT::f128, Expand); in SparcTargetLowering()
1769 setOperationAction(ISD::FSIN , MVT::f64, Expand); in SparcTargetLowering()
1774 setOperationAction(ISD::FSIN , MVT::f32, Expand); in SparcTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp119 ISD::NodeType FPOpToExpand[] = {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in CSKYTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp145 setOperationAction(ISD::FSIN, MVT::f32, Expand); in LoongArchTargetLowering()
161 setOperationAction(ISD::FSIN, MVT::f64, Expand); in LoongArchTargetLowering()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp383 setOperationAction(ISD::FSIN , MVT::f64, Expand); in PPCTargetLowering()
388 setOperationAction(ISD::FSIN , MVT::f32, Expand); in PPCTargetLowering()
397 setOperationAction(ISD::FSIN , MVT::f64, Custom); in PPCTargetLowering()
403 setOperationAction(ISD::FSIN , MVT::f32, Custom); in PPCTargetLowering()
845 setOperationAction(ISD::FSIN, VT, Expand); in PPCTargetLowering()
1172 setOperationAction(ISD::FSIN, MVT::f128, Expand); in PPCTargetLowering()
11301 case ISD::FSIN: return lowerSin(Op, DAG); in LowerOperation()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp419 setOperationAction(ISD::FSIN, MVT::f32, Expand); in MipsTargetLowering()
420 setOperationAction(ISD::FSIN, MVT::f64, Expand); in MipsTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp124 {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp366 setOperationAction(ISD::FSIN, VT, Expand); in addMVEVectorTypes()
875 setOperationAction(ISD::FSIN, MVT::v2f64, Expand); in ARMTargetLowering()
896 setOperationAction(ISD::FSIN, MVT::v4f32, Expand); in ARMTargetLowering()
912 setOperationAction(ISD::FSIN, MVT::v2f32, Expand); in ARMTargetLowering()
1045 setOperationAction(ISD::FSIN, MVT::f64, Expand); in ARMTargetLowering()
1438 setOperationAction(ISD::FSIN, MVT::f64, Expand); in ARMTargetLowering()
1439 setOperationAction(ISD::FSIN, MVT::f32, Expand); in ARMTargetLowering()
1522 setOperationAction(ISD::FSIN, MVT::f16, Promote); in ARMTargetLowering()

12