Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h608 FSINCOS, enumerator
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp194 case ISD::FSINCOS: return "fsincos"; in getOperationName()
H A DLegalizeDAG.cpp2255 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
3075 if ((TLI.isOperationLegalOrCustom(ISD::FSINCOS, VT) || in ExpandNode()
3079 Tmp1 = DAG.getNode(ISD::FSINCOS, dl, VTs, Node->getOperand(0)); in ExpandNode()
3858 case ISD::FSINCOS: in ConvertNodeToLibcall()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp222 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); in AArch64TargetLowering()
350 setOperationAction(ISD::FSINCOS, MVT::f16, Promote); in AArch64TargetLowering()
351 setOperationAction(ISD::FSINCOS, MVT::v4f16, Expand); in AArch64TargetLowering()
352 setOperationAction(ISD::FSINCOS, MVT::v8f16, Expand); in AArch64TargetLowering()
490 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in AArch64TargetLowering()
491 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in AArch64TargetLowering()
493 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in AArch64TargetLowering()
494 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in AArch64TargetLowering()
639 setOperationAction(ISD::FSINCOS, MVT::v1f64, Expand); in AArch64TargetLowering()
2945 case ISD::FSINCOS: in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ScheduleAtom.td889 def : InstRW<[AtomWrite01_174], (instrs FSINCOS)>;
H A DX86InstrFPStack.td673 def FSINCOS : I<0xD9, MRM_FB, (outs), (ins), "fsincos", []>;
H A DX86ISelLowering.cpp550 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
581 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in X86TargetLowering()
587 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in X86TargetLowering()
602 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
663 setOperationAction(ISD::FSINCOS, MVT::f80, Expand); in X86TargetLowering()
690 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
1828 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in X86TargetLowering()
1829 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in X86TargetLowering()
26290 case ISD::FSINCOS: return LowerFSINCOS(Op, Subtarget, DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp97 {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1618 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); in SparcTargetLowering()
1623 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in SparcTargetLowering()
1628 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in SparcTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1377 {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in HexagonTargetLowering()
1426 ISD::FMINNUM, ISD::FMAXNUM, ISD::FSINCOS, in HexagonTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp122 ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM}; in RISCVTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp440 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in MipsTargetLowering()
441 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in MipsTargetLowering()
H A DMipsSEISelLowering.cpp150 setOperationAction(ISD::FSINCOS, MVT::f16, Promote); in MipsSETargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1078 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in ARMTargetLowering()
1079 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in ARMTargetLowering()
1113 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in ARMTargetLowering()
1114 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in ARMTargetLowering()
8068 case ISD::FSINCOS: return LowerFSINCOS(Op, DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp267 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in PPCTargetLowering()
272 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in PPCTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp401 setOperationAction(ISD::FSINCOS, VT, Expand); in SystemZTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7774 case ISD::FSINCOS: in isCanonicalized()