| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 608 FSINCOS, enumerator
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 194 case ISD::FSINCOS: return "fsincos"; in getOperationName()
|
| H A D | LegalizeDAG.cpp | 2255 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 D | AArch64ISelLowering.cpp | 222 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 D | X86ScheduleAtom.td | 889 def : InstRW<[AtomWrite01_174], (instrs FSINCOS)>;
|
| H A D | X86InstrFPStack.td | 673 def FSINCOS : I<0xD9, MRM_FB, (outs), (ins), "fsincos", []>;
|
| H A D | X86ISelLowering.cpp | 550 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 D | WebAssemblyISelLowering.cpp | 97 {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1618 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 D | HexagonISelLowering.cpp | 1377 {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 D | RISCVISelLowering.cpp | 122 ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM}; in RISCVTargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 440 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in MipsTargetLowering() 441 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in MipsTargetLowering()
|
| H A D | MipsSEISelLowering.cpp | 150 setOperationAction(ISD::FSINCOS, MVT::f16, Promote); in MipsSETargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 1078 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 D | PPCISelLowering.cpp | 267 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 D | SystemZISelLowering.cpp | 401 setOperationAction(ISD::FSINCOS, VT, Expand); in SystemZTargetLowering()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 7774 case ISD::FSINCOS: in isCanonicalized()
|