Home
last modified time | relevance | path

Searched refs:FSIN (Results 1 – 24 of 24) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h515 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator
DBasicTTIImpl.h621 ISD = ISD::FSIN; in getIntrinsicInstrCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp159 case ISD::FSIN: return "fsin"; in getOperationName()
DLegalizeFloatTypes.cpp102 case ISD::FSIN: R = SoftenFloatRes_FSIN(N); break; in SoftenFloatResult()
1021 case ISD::FSIN: ExpandFloatRes_FSIN(N, Lo, Hi); break; in ExpandFloatResult()
1864 case ISD::FSIN: in PromoteFloatResult()
DLegalizeDAG.cpp2434 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos()
2435 ? ISD::FCOS : ISD::FSIN; in useSinCos()
3368 case ISD::FSIN: in ExpandNode()
4036 case ISD::FSIN: in ConvertNodeToLibcall()
4446 case ISD::FSIN: in PromoteNode()
DLegalizeVectorOps.cpp308 case ISD::FSIN: in LegalizeOp()
DLegalizeVectorTypes.cpp93 case ISD::FSIN: in ScalarizeVectorResult()
649 case ISD::FSIN: in SplitVectorResult()
2103 case ISD::FSIN: in WidenVectorResult()
DSelectionDAGBuilder.cpp4768 case Intrinsic::sin: Opcode = ISD::FSIN; break; in visitIntrinsicCall()
5813 if (visitUnaryFloatCall(I, ISD::FSIN)) in visitCall()
DDAGCombiner.cpp624 case ISD::FSIN: in isNegatibleForFree()
699 case ISD::FSIN: in GetNegatedExpression()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp135 for (auto Op : {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOWI, ISD::FPOW, in WebAssemblyTargetLowering()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp80 setOperationAction(ISD::FSIN, MVT::f32, Custom); in SITargetLowering()
964 case ISD::FSIN: in LowerOperation()
1610 case ISD::FSIN: in LowerTrig()
DR600ISelLowering.cpp65 setOperationAction(ISD::FSIN, MVT::f32, Custom); in R600TargetLowering()
600 case ISD::FSIN: return LowerTrig(Op, DAG); in LowerOperation()
971 case ISD::FSIN: in LowerTrig()
DAMDGPUISelLowering.cpp359 setOperationAction(ISD::FSIN, VT, Expand); in AMDGPUTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp160 setOperationAction(ISD::FSIN, MVT::f128, Expand); in AArch64TargetLowering()
265 setOperationAction(ISD::FSIN, MVT::f32, Expand); in AArch64TargetLowering()
266 setOperationAction(ISD::FSIN, MVT::f64, Expand); in AArch64TargetLowering()
295 setOperationAction(ISD::FSIN, MVT::f16, Promote); in AArch64TargetLowering()
341 setOperationAction(ISD::FSIN, MVT::v4f16, Expand); in AArch64TargetLowering()
373 setOperationAction(ISD::FSIN, MVT::v8f16, Expand); in AArch64TargetLowering()
545 setOperationAction(ISD::FSIN, MVT::v1f64, Expand); in AArch64TargetLowering()
648 setOperationAction(ISD::FSIN, VT.getSimpleVT(), Expand); in addTypeForNEON()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1616 setOperationAction(ISD::FSIN , MVT::f128, Expand); in SparcTargetLowering()
1621 setOperationAction(ISD::FSIN , MVT::f64, Expand); in SparcTargetLowering()
1626 setOperationAction(ISD::FSIN , MVT::f32, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1699 {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in HexagonTargetLowering()
1758 ISD::FREM, ISD::FNEG, ISD::FABS, ISD::FSQRT, ISD::FSIN, in HexagonTargetLowering()
/external/mesa3d/src/mesa/x86/
Dassyntax.h765 #define FSIN CHOICE(fsin, fsin, fsin) macro
1486 #define FSIN fsin macro
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp502 setOperationAction(ISD::FSIN, MVT::v2f64, Expand); in ARMTargetLowering()
520 setOperationAction(ISD::FSIN, MVT::v4f32, Expand); in ARMTargetLowering()
537 setOperationAction(ISD::FSIN, MVT::v2f32, Expand); in ARMTargetLowering()
661 setOperationAction(ISD::FSIN, MVT::f64, Expand); in ARMTargetLowering()
919 setOperationAction(ISD::FSIN, MVT::f64, Expand); in ARMTargetLowering()
920 setOperationAction(ISD::FSIN, MVT::f32, Expand); in ARMTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td431 def fsin : SDNode<"ISD::FSIN" , SDTFPUnaryOp>;
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp359 setOperationAction(ISD::FSIN, MVT::f32, Expand); in MipsTargetLowering()
360 setOperationAction(ISD::FSIN, MVT::f64, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp161 setOperationAction(ISD::FSIN , MVT::f64, Expand); in PPCTargetLowering()
167 setOperationAction(ISD::FSIN , MVT::f32, Expand); in PPCTargetLowering()
461 setOperationAction(ISD::FSIN, VT, Expand); in PPCTargetLowering()
695 setOperationAction(ISD::FSIN , MVT::v4f64, Expand); in PPCTargetLowering()
741 setOperationAction(ISD::FSIN , MVT::v4f32, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp547 setOperationAction(ISD::FSIN , MVT::f64, Expand); in X86TargetLowering()
550 setOperationAction(ISD::FSIN , MVT::f32, Expand); in X86TargetLowering()
577 setOperationAction(ISD::FSIN , MVT::f32, Expand); in X86TargetLowering()
589 setOperationAction(ISD::FSIN , MVT::f64, Expand); in X86TargetLowering()
605 setOperationAction(ISD::FSIN , MVT::f64, Expand); in X86TargetLowering()
606 setOperationAction(ISD::FSIN , MVT::f32, Expand); in X86TargetLowering()
655 setOperationAction(ISD::FSIN , MVT::f80, Expand); in X86TargetLowering()
704 setOperationAction(ISD::FSIN, VT, Expand); in X86TargetLowering()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1375 setOperationAction(ISD::FSIN, MVT::f32, Expand);
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp368 setOperationAction(ISD::FSIN, VT, Expand); in SystemZTargetLowering()