Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h915 FSINCOS, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp202 case ISD::FSINCOS: return "fsincos"; in getOperationName()
H A DLegalizeDAG.cpp2206 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
3146 if ((TLI.isOperationLegalOrCustom(ISD::FSINCOS, VT) || in ExpandNode()
3150 Tmp1 = DAG.getNode(ISD::FSINCOS, dl, VTs, Node->getOperand(0)); in ExpandNode()
3960 case ISD::FSINCOS: in ConvertNodeToLibcall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleAtom.td893 def : InstRW<[AtomWrite01_174], (instrs FSINCOS, FSIN, FCOS)>;
H A DX86InstrFPStack.td755 def FSINCOS : I<0xD9, MRM_FB, (outs), (ins), "fsincos", []>;
H A DX86ISelLowering.cpp584 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
616 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in X86TargetLowering()
622 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in X86TargetLowering()
637 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
703 setOperationAction(ISD::FSINCOS, MVT::f80, Expand); in X86TargetLowering()
754 setOperationAction(ISD::FSINCOS, MVT::f128, LibCall); in X86TargetLowering()
805 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
1977 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in X86TargetLowering()
1978 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in X86TargetLowering()
30567 case ISD::FSINCOS: return LowerFSINCOS(Op, Subtarget, DAG); in LowerOperation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1630 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); in SparcTargetLowering()
1635 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in SparcTargetLowering()
1640 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in SparcTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp360 setOperationAction(ISD::FSINCOS, VT, Expand); in AArch64TargetLowering()
436 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); in AArch64TargetLowering()
595 setOperationAction(ISD::FSINCOS, MVT::f16, Promote); in AArch64TargetLowering()
596 setOperationAction(ISD::FSINCOS, MVT::v4f16, Expand); in AArch64TargetLowering()
597 setOperationAction(ISD::FSINCOS, MVT::v8f16, Expand); in AArch64TargetLowering()
807 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in AArch64TargetLowering()
808 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in AArch64TargetLowering()
810 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in AArch64TargetLowering()
811 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in AArch64TargetLowering()
984 setOperationAction(ISD::FSINCOS, MVT::v1f64, Expand); in AArch64TargetLowering()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1596 {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in HexagonTargetLowering()
1645 ISD::FMINNUM, ISD::FMAXNUM, ISD::FSINCOS, in HexagonTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp120 {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp437 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in MipsTargetLowering()
438 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in MipsTargetLowering()
H A DMipsSEISelLowering.cpp150 setOperationAction(ISD::FSINCOS, MVT::f16, Promote); in MipsSETargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1395 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in ARMTargetLowering()
1396 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in ARMTargetLowering()
1438 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in ARMTargetLowering()
1439 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in ARMTargetLowering()
1477 setOperationAction(ISD::FSINCOS, MVT::f16, Promote); in ARMTargetLowering()
10218 case ISD::FSINCOS: return LowerFSINCOS(Op, DAG); in LowerOperation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp374 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in PPCTargetLowering()
379 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in PPCTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp467 setOperationAction(ISD::FSINCOS, VT, Expand); in SystemZTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp308 ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FP16_TO_FP, in RISCVTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9540 case ISD::FSINCOS: in isCanonicalized()