Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h240 FCOPYSIGN, enumerator
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp80 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand); in MBlazeTargetLowering()
81 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand); in MBlazeTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp182 case ISD::FCOPYSIGN: return "fcopysign"; in getOperationName()
DDAGCombiner.cpp1136 case ISD::FCOPYSIGN: return visitFCOPYSIGN(N); in visit()
5461 if (N0.getOpcode() == ISD::FCOPYSIGN && N0.getNode()->hasOneUse() && in visitBITCAST()
6143 return DAG.getNode(ISD::FCOPYSIGN, N->getDebugLoc(), VT, N0, N1); in visitFCOPYSIGN()
6163 N0.getOpcode() == ISD::FCOPYSIGN) in visitFCOPYSIGN()
6164 return DAG.getNode(ISD::FCOPYSIGN, N->getDebugLoc(), VT, in visitFCOPYSIGN()
6172 if (N1.getOpcode() == ISD::FCOPYSIGN) in visitFCOPYSIGN()
6173 return DAG.getNode(ISD::FCOPYSIGN, N->getDebugLoc(), VT, in visitFCOPYSIGN()
6179 return DAG.getNode(ISD::FCOPYSIGN, N->getDebugLoc(), VT, in visitFCOPYSIGN()
6334 if (N0.getOpcode() == ISD::FCOPYSIGN && N0.getNode()->hasOneUse()) { in visitFP_ROUND()
6338 return DAG.getNode(ISD::FCOPYSIGN, N->getDebugLoc(), VT, in visitFP_ROUND()
[all …]
DLegalizeFloatTypes.cpp69 case ISD::FCOPYSIGN: R = SoftenFloatRes_FCOPYSIGN(N); break; in SoftenFloatResult()
852 case ISD::FCOPYSIGN: ExpandFloatRes_FCOPYSIGN(N, Lo, Hi); break; in ExpandFloatResult()
DSelectionDAG.cpp2843 case ISD::FCOPYSIGN: // N1 and result must match. N1/N2 need not match. in getNode()
3081 case ISD::FCOPYSIGN: in getNode()
DLegalizeVectorTypes.cpp1307 case ISD::FCOPYSIGN: in WidenVectorResult()
DLegalizeDAG.cpp2954 case ISD::FCOPYSIGN: in ExpandNode()
DSelectionDAGBuilder.cpp5641 setValue(&I, DAG.getNode(ISD::FCOPYSIGN, getCurDebugLoc(), in visitCall()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp776 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand); in SparcTargetLowering()
777 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1373 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand); in HexagonTargetLowering()
1374 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp161 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom); in MipsTargetLowering()
162 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom); in MipsTargetLowering()
803 case ISD::FCOPYSIGN: return LowerFCOPYSIGN(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/CellSPU/
DSPUISelLowering.cpp225 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand); in SPUTargetLowering()
226 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand); in SPUTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp588 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom); in X86TargetLowering()
589 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom); in X86TargetLowering()
620 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand); in X86TargetLowering()
621 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom); in X86TargetLowering()
646 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand); in X86TargetLowering()
647 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand); in X86TargetLowering()
671 setOperationAction(ISD::FCOPYSIGN, MVT::f80, Expand); in X86TargetLowering()
741 setOperationAction(ISD::FCOPYSIGN, (MVT::SimpleValueType)VT, Expand); in X86TargetLowering()
11295 case ISD::FCOPYSIGN: return LowerFCOPYSIGN(Op, DAG); in LowerOperation()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td388 def fcopysign : SDNode<"ISD::FCOPYSIGN" , SDTFPSignOp>;
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp483 setOperationAction(ISD::FCOPYSIGN, MVT::v2f64, Expand); in ARMTargetLowering()
768 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom); in ARMTargetLowering()
769 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom); in ARMTargetLowering()
5231 case ISD::FCOPYSIGN: return LowerFCOPYSIGN(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp152 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand); in PPCTargetLowering()
153 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand); in PPCTargetLowering()