Home
last modified time | relevance | path

Searched refs:FSINCOS (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h665 /// FSINCOS - Compute both fsin and fcos as a single operation.
666 FSINCOS, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp200 case ISD::FSINCOS: return "fsincos"; in getOperationName()
H A DLegalizeDAG.cpp2269 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS)
3195 // Turn fsin / fcos into ISD::FSINCOS node if there are a pair of fsin /
3197 if ((TLI.isOperationLegalOrCustom(ISD::FSINCOS, VT) ||
3201 Tmp1 = DAG.getNode(ISD::FSINCOS, dl, VTs, Node->getOperand(0));
3972 case ISD::FSINCOS:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp270 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); in AArch64TargetLowering()
414 setOperationAction(ISD::FSINCOS, MVT::f16, Promote); in AArch64TargetLowering()
415 setOperationAction(ISD::FSINCOS, MVT::v4f16, Expand); in AArch64TargetLowering()
416 setOperationAction(ISD::FSINCOS, MVT::v8f16, Expand); in AArch64TargetLowering()
558 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in AArch64TargetLowering()
559 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in AArch64TargetLowering()
561 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in AArch64TargetLowering()
562 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in AArch64TargetLowering()
721 setOperationAction(ISD::FSINCOS, MVT::v1f64, Expand); in AArch64TargetLowering()
3258 case ISD::FSINCOS in LowerOperation()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp94 {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h766 #define FSINCOS CHOICE(fsincos, fsincos, fsincos) macro
1479 #define FSINCOS fsincos macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1437 {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in HexagonTargetLowering()
1486 ISD::FMINNUM, ISD::FMAXNUM, ISD::FSINCOS, in HexagonTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp164 ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FP16_TO_FP, in RISCVTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp438 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in MipsTargetLowering()
439 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in MipsTargetLowering()
H A DMipsSEISelLowering.cpp150 setOperationAction(ISD::FSINCOS, MVT::f16, Promote); in MipsSETargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1327 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in ARMTargetLowering()
1328 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in ARMTargetLowering()
1370 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in ARMTargetLowering()
1371 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in ARMTargetLowering()
1409 setOperationAction(ISD::FSINCOS, MVT::f16, Promote); in ARMTargetLowering()
9368 case ISD::FSINCOS: return LowerFSINCOS(Op, DAG); in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp538 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
569 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in X86TargetLowering()
575 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in X86TargetLowering()
590 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
656 setOperationAction(ISD::FSINCOS, MVT::f80, Expand); in X86TargetLowering()
707 setOperationAction(ISD::FSINCOS, MVT::f128, LibCall); in X86TargetLowering()
758 setOperationAction(ISD::FSINCOS, VT, Expand); in X86TargetLowering()
1951 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in X86TargetLowering()
1952 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in X86TargetLowering()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp275 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in PPCTargetLowering()
280 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in PPCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp459 setOperationAction(ISD::FSINCOS, VT, Expand); in SystemZTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8803 case ISD::FSINCOS: in isCanonicalized()

Completed in 155 milliseconds