/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 665 /// 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 D | SelectionDAGDumper.cpp | 200 case ISD::FSINCOS: return "fsincos"; in getOperationName()
|
H A D | LegalizeDAG.cpp | 2269 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 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 270 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 D | WebAssemblyISelLowering.cpp | 94 {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 766 #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 D | HexagonISelLowering.cpp | 1437 {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 D | RISCVISelLowering.cpp | 164 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 D | MipsISelLowering.cpp | 438 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in MipsTargetLowering() 439 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in MipsTargetLowering()
|
H A D | MipsSEISelLowering.cpp | 150 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 D | ARMISelLowering.cpp | 1327 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 D | X86ISelLowering.cpp | 538 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 D | PPCISelLowering.cpp | 275 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 D | SystemZISelLowering.cpp | 459 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 D | SIISelLowering.cpp | 8803 case ISD::FSINCOS: in isCanonicalized()
|