Home
last modified time | relevance | path

Searched refs:FCOS (Results 1 - 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h640 FNEG, FABS, FSQRT, FCBRT, FSIN, FCOS, FPOWI, FPOW, enumerator
H A DBasicTTIImpl.h1226 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 DSelectionDAGDumper.cpp198 case ISD::FCOS: return "fcos"; in getOperationName()
H A DLegalizeFloatTypes.cpp79 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 DLegalizeDAG.cpp2260 ? ISD::FCOS : ISD::FSIN;
3193 case ISD::FCOS: {
3202 if (Node->getOpcode() == ISD::FCOS)
3966 case ISD::FCOS:
4510 case ISD::FCOS:
H A DLegalizeVectorOps.cpp421 case ISD::FCOS: in LegalizeOp()
H A DLegalizeVectorTypes.cpp82 case ISD::FCOS: in ScalarizeVectorResult()
875 case ISD::FCOS: in SplitVectorResult()
2806 case ISD::FCOS: in WidenVectorResult()
H A DSelectionDAGBuilder.cpp6186 case Intrinsic::cos: Opcode = ISD::FCOS; break; in visitIntrinsicCall()
7666 if (visitUnaryFloatCall(I, ISD::FCOS)) in visitCall()
H A DSelectionDAG.cpp4102 case ISD::FCOS: {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp144 setOperationAction(ISD::FCOS, MVT::f32, Custom); in R600TargetLowering()
487 case ISD::FCOS: in LowerOperation()
772 case ISD::FCOS: in LowerTrig()
H A DSIISelLowering.cpp442 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 DAMDGPUISelLowering.cpp408 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 DSparcISelLowering.cpp1617 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 DWebAssemblyISelLowering.cpp94 {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 DAArch64ISelLowering.cpp261 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 Dassyntax.h707 #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 DHexagonISelLowering.cpp1437 {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 DPPCISelLowering.cpp274 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 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/ARM/
H A DARMISelLowering.cpp350 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 DMipsISelLowering.cpp436 setOperationAction(ISD::FCOS, MVT::f32, Expand); in MipsTargetLowering()
437 setOperationAction(ISD::FCOS, MVT::f64, Expand); in MipsTargetLowering()
H A DMipsSEISelLowering.cpp142 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 DNVPTXISelLowering.cpp572 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 DX86ISelLowering.cpp537 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 DSystemZISelLowering.cpp458 setOperationAction(ISD::FCOS, VT, Expand); in SystemZTargetLowering()

Completed in 293 milliseconds