Home
last modified time | relevance | path

Searched refs:FSINCOS (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h960 FSINCOS, enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp201 case ISD::FSINCOS: return "fsincos"; in getOperationName()
H A DLegalizeDAG.cpp2244 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
3205 if ((TLI.isOperationLegalOrCustom(ISD::FSINCOS, VT) || in ExpandNode()
3209 Tmp1 = DAG.getNode(ISD::FSINCOS, dl, VTs, Node->getOperand(0)); in ExpandNode()
4032 case ISD::FSINCOS: in ConvertNodeToLibcall()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ScheduleAtom.td929 def : InstRW<[AtomWrite01_174], (instrs FSINCOS, FSIN, FCOS)>;
H A DX86InstrFPStack.td755 def FSINCOS : I<0xD9, MRM_FB, (outs), (ins), "fsincos", []>;
H A DX86ISelLowering.cpp570 setOperationAction(ISD::FSINCOS, VT, Action); in X86TargetLowering()
624 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
698 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in X86TargetLowering()
704 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in X86TargetLowering()
719 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
788 setOperationAction(ISD::FSINCOS, MVT::f80, Expand); in X86TargetLowering()
844 setOperationAction(ISD::FSINCOS, MVT::f128, LibCall); in X86TargetLowering()
896 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
2286 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in X86TargetLowering()
2287 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in X86TargetLowering()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1728 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); in SparcTargetLowering()
1733 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in SparcTargetLowering()
1738 setOperationAction(ISD::FSINCOS, 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()
1639 ISD::FMINNUM, ISD::FMAXNUM, ISD::FSINCOS, in HexagonTargetLowering()
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Ddouble-intrinsics.ll170 ; The sin+cos combination results in an FSINCOS SelectionDAG node.
H A Dfloat-intrinsics.ll181 ; The sin+cos combination results in an FSINCOS SelectionDAG node.
H A Ddouble-intrinsics-strict.ll172 ; The sin+cos combination results in an FSINCOS SelectionDAG node.
H A Dfloat-intrinsics-strict.ll172 ; The sin+cos combination results in an FSINCOS SelectionDAG node.
H A Dhalf-intrinsics.ll306 ; The sin+cos combination results in an FSINCOS SelectionDAG node.
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp423 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in MipsTargetLowering()
424 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in MipsTargetLowering()
H A DMipsSEISelLowering.cpp147 setOperationAction(ISD::FSINCOS, MVT::f16, Promote); in MipsSETargetLowering()
/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/AArch64/
H A DAArch64ISelLowering.cpp442 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); in AArch64TargetLowering()
591 ISD::FCOS, ISD::FSIN, ISD::FSINCOS, in AArch64TargetLowering()
799 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in AArch64TargetLowering()
800 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in AArch64TargetLowering()
802 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in AArch64TargetLowering()
803 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in AArch64TargetLowering()
1329 setOperationAction(ISD::FSINCOS, VT, Expand); in AArch64TargetLowering()
5508 case ISD::FSINCOS: in LowerOperation()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1439 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in ARMTargetLowering()
1440 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in ARMTargetLowering()
1482 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in ARMTargetLowering()
1483 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in ARMTargetLowering()
1521 setOperationAction(ISD::FSINCOS, MVT::f16, Promote); in ARMTargetLowering()
10437 case ISD::FSINCOS: return LowerFSINCOS(Op, DAG); in LowerOperation()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp316 ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, in RISCVTargetLowering()
334 ISD::FSINCOS, ISD::FEXP, ISD::FEXP2, ISD::FLOG, in RISCVTargetLowering()
672 setOperationAction(ISD::FSINCOS, VT, Expand); in RISCVTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp384 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in PPCTargetLowering()
389 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in PPCTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp470 setOperationAction(ISD::FSINCOS, VT, Expand); in SystemZTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10059 case ISD::FSINCOS: in isCanonicalized()