Home
last modified time | relevance | path

Searched refs:FSIN (Results 1 – 25 of 36) 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.c2096 case FSIN: in bltin()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def100 DAG_FUNCTION(sin, 1, 1, experimental_constrained_sin, FSIN)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h962 FSIN, enumerator
H A DBasicTTIImpl.h1974 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.cpp537 ISD::FSQRT, ISD::FSIN, ISD::FSUB, in AMDGPUTargetLowering()
659 case ISD::FSIN: in fnegFoldsIntoOpcode()
4890 case ISD::FSIN: in performFNegCombine()
H A DSIISelLowering.cpp212 ISD::FSIN, ISD::FCOS, ISD::FPOW, ISD::FPOWI, in SITargetLowering()
540 setOperationAction({ISD::FSIN, ISD::FCOS, ISD::FDIV}, MVT::f32, Custom); in SITargetLowering()
600 ISD::FSIN, ISD::FROUND, ISD::FPTRUNC_ROUND}, in SITargetLowering()
5772 case ISD::FSIN: in LowerOperation()
11170 case ISD::FSIN: in LowerTrig()
12683 case ISD::FSIN: in isCanonicalized()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp210 case ISD::FSIN: return "fsin"; in getOperationName()
H A DLegalizeFloatTypes.cpp137 case ISD::FSIN: R = SoftenFloatRes_FSIN(N); break; in SoftenFloatResult()
1461 case ISD::FSIN: ExpandFloatRes_FSIN(N, Lo, Hi); break; in ExpandFloatResult()
2617 case ISD::FSIN: in PromoteFloatResult()
3059 case ISD::FSIN: in SoftPromoteHalfResult()
H A DLegalizeDAG.cpp2329 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos()
2330 ? ISD::FCOS : ISD::FSIN; in useSinCos()
3644 case ISD::FSIN: in ExpandNode()
4524 case ISD::FSIN: in ConvertNodeToLibcall()
5541 case ISD::FSIN: in PromoteNode()
H A DLegalizeVectorOps.cpp402 case ISD::FSIN: in LegalizeOp()
H A DLegalizeVectorTypes.cpp117 case ISD::FSIN: in ScalarizeVectorResult()
1204 case ISD::FSIN: in SplitVectorResult()
4547 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.cpp1800 setOperationAction(ISD::FSIN , MVT::f128, Expand); in SparcTargetLowering()
1805 setOperationAction(ISD::FSIN , MVT::f64, Expand); in SparcTargetLowering()
1810 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.cpp1609 {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in HexagonTargetLowering()
1654 ISD::FREM, ISD::FNEG, ISD::FABS, ISD::FSQRT, ISD::FSIN, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp399 setOperationAction(ISD::FSIN , MVT::f64, Expand); in PPCTargetLowering()
404 setOperationAction(ISD::FSIN , MVT::f32, Expand); in PPCTargetLowering()
413 setOperationAction(ISD::FSIN , MVT::f64, Custom); in PPCTargetLowering()
419 setOperationAction(ISD::FSIN , MVT::f32, Custom); in PPCTargetLowering()
861 setOperationAction(ISD::FSIN, VT, Expand); in PPCTargetLowering()
1190 setOperationAction(ISD::FSIN, MVT::f128, Expand); in PPCTargetLowering()
11797 case ISD::FSIN: return lowerSin(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp448 setOperationAction(ISD::FSIN, MVT::f32, Expand); in MipsTargetLowering()
449 setOperationAction(ISD::FSIN, MVT::f64, Expand); in MipsTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp377 setOperationAction(ISD::FSIN, VT, Expand); in addMVEVectorTypes()
880 setOperationAction(ISD::FSIN, MVT::v2f64, Expand); in ARMTargetLowering()
903 setOperationAction(ISD::FSIN, MVT::v4f32, Expand); in ARMTargetLowering()
921 setOperationAction(ISD::FSIN, MVT::v2f32, Expand); in ARMTargetLowering()
1064 setOperationAction(ISD::FSIN, MVT::f64, Expand); in ARMTargetLowering()
1458 setOperationAction(ISD::FSIN, MVT::f64, Expand); in ARMTargetLowering()
1459 setOperationAction(ISD::FSIN, MVT::f32, Expand); in ARMTargetLowering()
1542 setOperationAction(ISD::FSIN, MVT::f16, Promote); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp132 {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp178 setOperationAction(ISD::FSIN, MVT::f32, Expand); in LoongArchTargetLowering()
215 setOperationAction(ISD::FSIN, MVT::f64, Expand); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp253 setOperationAction(ISD::FSIN, VT, Expand); in initSPUActions()

12