Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstrainedOps.def95 DAG_FUNCTION(sin, 1, 1, experimental_constrained_sin, FSIN)
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h915 FSIN, enumerator
H A DBasicTTIImpl.h1688 ISD = ISD::FSIN; in getTypeBasedIntrinsicInstrCost()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dcombine-foldable-fneg.mir374 ; CHECK-NEXT: [[FSIN:%[0-9]+]]:_(s32) = G_FSIN [[FNEG]]
375 ; CHECK-NEXT: $vgpr0 = COPY [[FSIN]](s32)
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp94 setOperationAction({ISD::FCOS, ISD::FSIN}, MVT::f32, Custom); in R600TargetLowering()
407 case ISD::FSIN: return LowerTrig(Op, DAG); in LowerOperation()
699 case ISD::FSIN: in LowerTrig()
H A DAMDGPUISelLowering.cpp401 ISD::FSQRT, ISD::FSIN, ISD::FSUB, ISD::FNEG, in AMDGPUTargetLowering()
507 case ISD::FSIN: in fnegFoldsIntoOp()
3848 case ISD::FSIN: in performFNegCombine()
H A DSIISelLowering.cpp452 setOperationAction({ISD::FSIN, ISD::FCOS, ISD::FDIV}, MVT::f32, Custom); in SITargetLowering()
493 {ISD::FP_ROUND, ISD::FCOS, ISD::FSIN, ISD::FROUND, ISD::FPTRUNC_ROUND}, in SITargetLowering()
4658 case ISD::FSIN: in LowerOperation()
9284 case ISD::FSIN: in LowerTrig()
10057 case ISD::FSIN: in isCanonicalized()
H A DAMDGPUISelDAGToDAG.cpp154 case ISD::FSIN: in fp16SrcZerosHighBits()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp197 case ISD::FSIN: return "fsin"; in getOperationName()
H A DLegalizeFloatTypes.cpp123 case ISD::FSIN: R = SoftenFloatRes_FSIN(N); break; in SoftenFloatResult()
1263 case ISD::FSIN: ExpandFloatRes_FSIN(N, Lo, Hi); break; in ExpandFloatResult()
2271 case ISD::FSIN: in PromoteFloatResult()
2636 case ISD::FSIN: in SoftPromoteHalfResult()
H A DLegalizeDAG.cpp2236 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos()
2237 ? ISD::FCOS : ISD::FSIN; in useSinCos()
3200 case ISD::FSIN: in ExpandNode()
4020 case ISD::FSIN: in ConvertNodeToLibcall()
4843 case ISD::FSIN: in PromoteNode()
H A DLegalizeVectorOps.cpp368 case ISD::FSIN: in LegalizeOp()
H A DLegalizeVectorTypes.cpp103 case ISD::FSIN: in ScalarizeVectorResult()
1040 case ISD::FSIN: in SplitVectorResult()
3846 case ISD::FSIN: in WidenVectorResult()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ScheduleAtom.td929 def : InstRW<[AtomWrite01_174], (instrs FSINCOS, FSIN, FCOS)>;
H A DX86InstrFPStack.td753 def FSIN : I<0xD9, MRM_FE, (outs), (ins), "fsin", []>;
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1726 setOperationAction(ISD::FSIN , MVT::f128, Expand); in SparcTargetLowering()
1731 setOperationAction(ISD::FSIN , MVT::f64, Expand); in SparcTargetLowering()
1736 setOperationAction(ISD::FSIN , MVT::f32, Expand); in SparcTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp116 ISD::NodeType FPOpToExpand[] = {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in CSKYTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1590 {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in HexagonTargetLowering()
1635 ISD::FREM, ISD::FNEG, ISD::FABS, ISD::FSQRT, ISD::FSIN, in HexagonTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp382 setOperationAction(ISD::FSIN , MVT::f64, Expand); in PPCTargetLowering()
387 setOperationAction(ISD::FSIN , MVT::f32, Expand); in PPCTargetLowering()
396 setOperationAction(ISD::FSIN , MVT::f64, Custom); in PPCTargetLowering()
402 setOperationAction(ISD::FSIN , MVT::f32, Custom); in PPCTargetLowering()
839 setOperationAction(ISD::FSIN, VT, Expand); in PPCTargetLowering()
1166 setOperationAction(ISD::FSIN, MVT::f128, Expand); in PPCTargetLowering()
11137 case ISD::FSIN: return lowerSin(Op, DAG); in LowerOperation()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp124 {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp365 setOperationAction(ISD::FSIN, VT, Expand); in addMVEVectorTypes()
874 setOperationAction(ISD::FSIN, MVT::v2f64, Expand); in ARMTargetLowering()
895 setOperationAction(ISD::FSIN, MVT::v4f32, Expand); in ARMTargetLowering()
911 setOperationAction(ISD::FSIN, MVT::v2f32, Expand); in ARMTargetLowering()
1044 setOperationAction(ISD::FSIN, MVT::f64, Expand); in ARMTargetLowering()
1435 setOperationAction(ISD::FSIN, MVT::f64, Expand); in ARMTargetLowering()
1436 setOperationAction(ISD::FSIN, MVT::f32, Expand); in ARMTargetLowering()
1519 setOperationAction(ISD::FSIN, MVT::f16, Promote); in ARMTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.cpp247 setOperationAction(ISD::FSIN, VT, Expand); in initSPUActions()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td490 def fsin : SDNode<"ISD::FSIN" , SDTFPUnaryOp>;
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp441 setOperationAction(ISD::FSIN, MVT::f128, Expand); in AArch64TargetLowering()
577 setOperationAction(ISD::FSIN, MVT::f32, Expand); in AArch64TargetLowering()
578 setOperationAction(ISD::FSIN, MVT::f64, Expand); in AArch64TargetLowering()
591 ISD::FCOS, ISD::FSIN, ISD::FSINCOS, in AArch64TargetLowering()
1328 setOperationAction(ISD::FSIN, VT, Expand); in AArch64TargetLowering()
1464 setOperationAction(ISD::FSIN, VT, Expand); in addTypeForNEON()

12