Home
last modified time | relevance | path

Searched refs:FCOS (Results 1 – 17 of 17) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h450 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp172 case ISD::FCOS: in LegalizeOp()
DLegalizeFloatTypes.cpp69 case ISD::FCOS: R = SoftenFloatRes_FCOS(N); break; in SoftenFloatResult()
846 case ISD::FCOS: ExpandFloatRes_FCOS(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeVectorTypes.cpp73 case ISD::FCOS: in ScalarizeVectorResult()
449 case ISD::FCOS: in SplitVectorResult()
1280 case ISD::FCOS: in WidenVectorResult()
DSelectionDAGBuilder.cpp4640 setValue(&I, DAG.getNode(ISD::FCOS, dl, in visitIntrinsicCall()
5337 setValue(&I, DAG.getNode(ISD::FCOS, getCurDebugLoc(), in visitCall()
DLegalizeDAG.cpp3265 case ISD::FCOS: in ExpandNode()
DSelectionDAG.cpp5853 case ISD::FCOS: return "fcos"; in getOperationName()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp141 setOperationAction(ISD::FCOS, MVT::f32, Expand); in SystemZTargetLowering()
142 setOperationAction(ISD::FCOS, MVT::f64, Expand); in SystemZTargetLowering()
/external/llvm/lib/Target/Alpha/
DAlphaISelLowering.cpp115 setOperationAction(ISD::FCOS , MVT::f64, Expand); in AlphaTargetLowering()
117 setOperationAction(ISD::FCOS , MVT::f32, Expand); in AlphaTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp755 setOperationAction(ISD::FCOS , MVT::f64, Expand); in SparcTargetLowering()
759 setOperationAction(ISD::FCOS , MVT::f32, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp82 setOperationAction(ISD::FCOS, MVT::f32, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp141 setOperationAction(ISD::FCOS, MVT::f32, Expand); in MipsTargetLowering()
142 setOperationAction(ISD::FCOS, MVT::f64, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/CellSPU/
DSPUISelLowering.cpp212 setOperationAction(ISD::FCOS , MVT::f64, Expand); in SPUTargetLowering()
215 setOperationAction(ISD::FCOS , MVT::f32, Expand); in SPUTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td362 def fcos : SDNode<"ISD::FCOS" , SDTFPUnaryOp>;
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp589 setOperationAction(ISD::FCOS , MVT::f64, Expand); in X86TargetLowering()
591 setOperationAction(ISD::FCOS , MVT::f32, Expand); in X86TargetLowering()
617 setOperationAction(ISD::FCOS , MVT::f32, Expand); in X86TargetLowering()
628 setOperationAction(ISD::FCOS , MVT::f64 , Expand); in X86TargetLowering()
643 setOperationAction(ISD::FCOS , MVT::f64 , Expand); in X86TargetLowering()
681 setOperationAction(ISD::FCOS , MVT::f80 , Expand); in X86TargetLowering()
723 setOperationAction(ISD::FCOS, (MVT::SimpleValueType)VT, Expand); in X86TargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp461 setOperationAction(ISD::FCOS, MVT::v2f64, Expand); in ARMTargetLowering()
700 setOperationAction(ISD::FCOS, MVT::f32, Expand); in ARMTargetLowering()
701 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp125 setOperationAction(ISD::FCOS , MVT::f64, Expand); in PPCTargetLowering()
130 setOperationAction(ISD::FCOS , MVT::f32, Expand); in PPCTargetLowering()