Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1090 FSINCOS, enumerator
H A DBasicTTIImpl.h2253 ISD = ISD::FSINCOS; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp464 case ISD::FSINCOS: in LegalizeOp()
1266 case ISD::FSINCOS: in Expand()
1269 RTLIB::Libcall LC = Node->getOpcode() == ISD::FSINCOS in Expand()
H A DSelectionDAGDumper.cpp226 case ISD::FSINCOS: return "fsincos"; in getOperationName()
H A DLegalizeDAG.cpp2429 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
3777 if ((TLI.isOperationLegalOrCustom(ISD::FSINCOS, VT) || in ExpandNode()
3781 Tmp1 = DAG.getNode(ISD::FSINCOS, dl, VTs, Node->getOperand(0)); in ExpandNode()
3818 case ISD::FSINCOS: { in ExpandNode()
4756 case ISD::FSINCOS: in ConvertNodeToLibcall()
4759 RTLIB::Libcall LC = Node->getOpcode() == ISD::FSINCOS in ConvertNodeToLibcall()
5781 case ISD::FSINCOS: in PromoteNode()
H A DLegalizeFloatTypes.cpp134 case ISD::FSINCOS: R = SoftenFloatRes_FSINCOS(N); break; in SoftenFloatResult()
1639 case ISD::FSINCOS: ExpandFloatRes_FSINCOS(N); break; in ExpandFloatResult()
2887 case ISD::FSINCOS: in PromoteFloatResult()
3372 case ISD::FSINCOS: in SoftPromoteHalfResult()
H A DLegalizeVectorTypes.cpp140 case ISD::FSINCOS: in ScalarizeVectorResult()
1276 case ISD::FSINCOS: in SplitVectorResult()
4971 case ISD::FSINCOS: in WidenVectorResult()
H A DSelectionDAGBuilder.cpp6939 Opcode = ISD::FSINCOS; in visitIntrinsicCall()
/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.cpp618 setOperationAction(ISD::FSINCOS, VT, Action); in X86TargetLowering()
676 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
754 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in X86TargetLowering()
760 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in X86TargetLowering()
775 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
845 setOperationAction(ISD::FSINCOS, MVT::f80, Expand); in X86TargetLowering()
913 setOperationAction(ISD::FSINCOS, MVT::f128, LibCall); in X86TargetLowering()
971 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
2578 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in X86TargetLowering()
2579 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in X86TargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1796 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); in SparcTargetLowering()
1801 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in SparcTargetLowering()
1807 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/CodeGen/
H A DTargetLoweringBase.cpp860 ISD::FSINCOS, ISD::FSINCOSPI, ISD::FMODF}, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1677 {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in HexagonTargetLowering()
1728 ISD::FSINCOS, ISD::FLDEXP, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp460 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in MipsTargetLowering()
461 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in MipsTargetLowering()
H A DMipsSEISelLowering.cpp185 setOperationAction(ISD::FSINCOS, MVT::f16, Promote); in MipsSETargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp137 {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1419 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in ARMTargetLowering()
1420 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in ARMTargetLowering()
1462 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in ARMTargetLowering()
1463 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in ARMTargetLowering()
1504 setOperationAction(ISD::FSINCOS, MVT::f16, Promote); in ARMTargetLowering()
10738 case ISD::FSINCOS: return LowerFSINCOS(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp561 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); in AArch64TargetLowering()
750 ISD::FCOS, ISD::FSIN, ISD::FSINCOS, in AArch64TargetLowering()
1054 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in AArch64TargetLowering()
1055 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in AArch64TargetLowering()
1057 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in AArch64TargetLowering()
1058 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in AArch64TargetLowering()
1722 setOperationAction(ISD::FSINCOS, VT, Expand); in AArch64TargetLowering()
7380 case ISD::FSINCOS: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp204 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in LoongArchTargetLowering()
251 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp409 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in PPCTargetLowering()
414 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in PPCTargetLowering()
1206 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp467 ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, in RISCVTargetLowering()
537 ISD::FCOS, ISD::FSIN, ISD::FSINCOS, ISD::FEXP, in RISCVTargetLowering()
774 ISD::FREM, ISD::FPOW, ISD::FCOS, ISD::FSIN, ISD::FSINCOS, ISD::FEXP, in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp581 setOperationAction(ISD::FSINCOS, VT, Expand); in SystemZTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13449 case ISD::FSINCOS: in isCanonicalized()