/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 640 FNEG, FABS, FSQRT, FCBRT, FSIN, FCOS, FPOWI, FPOW, enumerator
|
H A D | BasicTTIImpl.h | 1226 ISDs.push_back(ISD::FCOS); in getIntrinsicInstrCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 198 case ISD::FCOS: return "fcos"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 79 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break; in SoftenFloatResult() 1141 case ISD::FCOS: ExpandFloatRes_FCOS(N, Lo, Hi); break; in ExpandFloatResult() 2109 case ISD::FCOS: in PromoteFloatResult()
|
H A D | LegalizeDAG.cpp | 2260 ? ISD::FCOS : ISD::FSIN; 3193 case ISD::FCOS: { 3202 if (Node->getOpcode() == ISD::FCOS) 3966 case ISD::FCOS: 4510 case ISD::FCOS:
|
H A D | LegalizeVectorOps.cpp | 421 case ISD::FCOS: in LegalizeOp()
|
H A D | LegalizeVectorTypes.cpp | 82 case ISD::FCOS: in ScalarizeVectorResult() 875 case ISD::FCOS: in SplitVectorResult() 2806 case ISD::FCOS: in WidenVectorResult()
|
H A D | SelectionDAGBuilder.cpp | 6186 case Intrinsic::cos: Opcode = ISD::FCOS; break; in visitIntrinsicCall() 7666 if (visitUnaryFloatCall(I, ISD::FCOS)) in visitCall()
|
H A D | SelectionDAG.cpp | 4102 case ISD::FCOS: {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 144 setOperationAction(ISD::FCOS, MVT::f32, Custom); in R600TargetLowering() 487 case ISD::FCOS: in LowerOperation() 772 case ISD::FCOS: in LowerTrig()
|
H A D | SIISelLowering.cpp | 442 setOperationAction(ISD::FCOS, MVT::f32, Custom); in SITargetLowering() 502 setOperationAction(ISD::FCOS, MVT::f16, Promote); in SITargetLowering() 4049 case ISD::FCOS: in LowerOperation() 7991 case ISD::FCOS: in LowerTrig() 8608 case ISD::FCOS: in fp16SrcZerosHighBits() 8802 case ISD::FCOS: in isCanonicalized()
|
H A D | AMDGPUISelLowering.cpp | 408 setOperationAction(ISD::FCOS, VT, Expand); in AMDGPUTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1617 setOperationAction(ISD::FCOS , MVT::f128, Expand); in SparcTargetLowering() 1622 setOperationAction(ISD::FCOS , MVT::f64, Expand); in SparcTargetLowering() 1627 setOperationAction(ISD::FCOS , MVT::f32, Expand); in SparcTargetLowering()
|
/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 261 setOperationAction(ISD::FCOS, MVT::f128, Expand); in AArch64TargetLowering() 388 setOperationAction(ISD::FCOS, MVT::f32, Expand); in AArch64TargetLowering() 389 setOperationAction(ISD::FCOS, MVT::f64, Expand); in AArch64TargetLowering() 408 setOperationAction(ISD::FCOS, MVT::f16, Promote); in AArch64TargetLowering() 409 setOperationAction(ISD::FCOS, MVT::v4f16, Expand); in AArch64TargetLowering() 410 setOperationAction(ISD::FCOS, MVT::v8f16, Expand); in AArch64TargetLowering() 709 setOperationAction(ISD::FCOS, MVT::v1f64, Expand); in AArch64TargetLowering() 880 setOperationAction(ISD::FCOS, VT, Expand); in addTypeForNEON()
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 707 #define FCOS CHOICE(fcos, fcos, fcos) macro 1420 #define FCOS fcos 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() 1483 ISD::FCOS, ISD::FPOW, ISD::FLOG, ISD::FLOG2, in HexagonTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 274 setOperationAction(ISD::FCOS , MVT::f64, Expand); in PPCTargetLowering() 279 setOperationAction(ISD::FCOS , MVT::f32, Expand); in PPCTargetLowering() 650 setOperationAction(ISD::FCOS, VT, Expand); in PPCTargetLowering() 943 setOperationAction(ISD::FCOS , MVT::f128, Expand); in PPCTargetLowering() 1005 setOperationAction(ISD::FCOS , MVT::v4f64, Expand); in PPCTargetLowering() 1050 setOperationAction(ISD::FCOS , MVT::v4f32, Expand); in PPCTargetLowering()
|
/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/ARM/ |
H A D | ARMISelLowering.cpp | 350 setOperationAction(ISD::FCOS, VT, Expand); in addMVEVectorTypes() 798 setOperationAction(ISD::FCOS, MVT::v2f64, Expand); in ARMTargetLowering() 819 setOperationAction(ISD::FCOS, MVT::v4f32, Expand); in ARMTargetLowering() 835 setOperationAction(ISD::FCOS, MVT::v2f32, Expand); in ARMTargetLowering() 964 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering() 1325 setOperationAction(ISD::FCOS, MVT::f32, Expand); in ARMTargetLowering() 1326 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering() 1408 setOperationAction(ISD::FCOS, MVT::f16, Promote); in ARMTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 436 setOperationAction(ISD::FCOS, MVT::f32, Expand); in MipsTargetLowering() 437 setOperationAction(ISD::FCOS, MVT::f64, Expand); in MipsTargetLowering()
|
H A D | MipsSEISelLowering.cpp | 142 setOperationAction(ISD::FCOS, MVT::f16, Promote); in MipsSETargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 572 for (const auto &Op : {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, in NVPTXTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 537 setOperationAction(ISD::FCOS , VT, Expand); in X86TargetLowering() 568 setOperationAction(ISD::FCOS , MVT::f32, Expand); in X86TargetLowering() 574 setOperationAction(ISD::FCOS, MVT::f64, Expand); in X86TargetLowering() 589 setOperationAction(ISD::FCOS , VT, Expand); in X86TargetLowering() 655 setOperationAction(ISD::FCOS , MVT::f80, Expand); in X86TargetLowering() 705 setOperationAction(ISD::FCOS, MVT::f128, LibCall); in X86TargetLowering() 759 setOperationAction(ISD::FCOS, VT, Expand); in X86TargetLowering() 1972 ISD::FCOS, ISD::STRICT_FCOS, in X86TargetLowering() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 458 setOperationAction(ISD::FCOS, VT, Expand); in SystemZTargetLowering()
|