Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1029 FSINCOS, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp214 case ISD::FSINCOS: return "fsincos"; in getOperationName()
H A DLegalizeDAG.cpp2337 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
3649 if ((TLI.isOperationLegalOrCustom(ISD::FSINCOS, VT) || in ExpandNode()
3653 Tmp1 = DAG.getNode(ISD::FSINCOS, dl, VTs, Node->getOperand(0)); in ExpandNode()
4571 case ISD::FSINCOS: in ConvertNodeToLibcall()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleAtom.td928 def : InstRW<[AtomWrite01_174], (instrs FSINCOS, FSIN, FCOS)>;
H A DX86InstrFPStack.td660 def FSINCOS : I<0xD9, MRM_FB, (outs), (ins), "fsincos", []>;
H A DX86ISelLowering.cpp612 setOperationAction(ISD::FSINCOS, VT, Action); in X86TargetLowering()
669 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
744 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in X86TargetLowering()
750 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in X86TargetLowering()
765 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
835 setOperationAction(ISD::FSINCOS, MVT::f80, Expand); in X86TargetLowering()
901 setOperationAction(ISD::FSINCOS, MVT::f128, LibCall); in X86TargetLowering()
958 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
2451 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in X86TargetLowering()
2452 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in X86TargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1802 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); in SparcTargetLowering()
1807 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in SparcTargetLowering()
1812 setOperationAction(ISD::FSINCOS, 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()
1658 ISD::FMINNUM, ISD::FMAXNUM, ISD::FSINCOS, ISD::FLDEXP, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp452 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in MipsTargetLowering()
453 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in MipsTargetLowering()
H A DMipsSEISelLowering.cpp146 setOperationAction(ISD::FSINCOS, MVT::f16, Promote); in MipsSETargetLowering()
/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.cpp180 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in LoongArchTargetLowering()
217 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp547 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); in AArch64TargetLowering()
736 ISD::FCOS, ISD::FSIN, ISD::FSINCOS, in AArch64TargetLowering()
1012 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in AArch64TargetLowering()
1013 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in AArch64TargetLowering()
1015 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in AArch64TargetLowering()
1016 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in AArch64TargetLowering()
1628 setOperationAction(ISD::FSINCOS, VT, Expand); in AArch64TargetLowering()
6912 case ISD::FSINCOS: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1462 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in ARMTargetLowering()
1463 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in ARMTargetLowering()
1505 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in ARMTargetLowering()
1506 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in ARMTargetLowering()
1545 setOperationAction(ISD::FSINCOS, MVT::f16, Promote); in ARMTargetLowering()
10677 case ISD::FSINCOS: return LowerFSINCOS(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp401 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in PPCTargetLowering()
406 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in PPCTargetLowering()
1189 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp443 ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, in RISCVTargetLowering()
506 ISD::FCOS, ISD::FSIN, ISD::FSINCOS, ISD::FEXP, in RISCVTargetLowering()
997 setOperationAction(ISD::FSINCOS, VT, Expand); in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp529 setOperationAction(ISD::FSINCOS, VT, Expand); in SystemZTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12685 case ISD::FSINCOS: in isCanonicalized()