reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 3029   case ISD::FGETSIGN:
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  260   case ISD::FGETSIGN:                   return "fgetsign";
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 1836       bool OpVTLegal = isOperationLegalOrCustom(ISD::FGETSIGN, VT);
 1837       bool i32Legal = isOperationLegalOrCustom(ISD::FGETSIGN, MVT::i32);
 1844         SDValue Sign = TLO.DAG.getNode(ISD::FGETSIGN, dl, Ty, Src);
lib/CodeGen/TargetLoweringBase.cpp
  633     setOperationAction(ISD::FGETSIGN, VT, Expand);
lib/Target/ARM/ARMISelLowering.cpp
  943     setOperationAction(ISD::FGETSIGN,   MVT::f64, Expand);
lib/Target/PowerPC/PPCISelLowering.cpp
  936     setOperationAction(ISD::FGETSIGN, MVT::v4f64, Expand);
  987     setOperationAction(ISD::FGETSIGN, MVT::v4f32, Expand);
lib/Target/X86/X86ISelLowering.cpp
  550     setOperationAction(ISD::FGETSIGN, MVT::i64, Custom);
  551     setOperationAction(ISD::FGETSIGN, MVT::i32, Custom);
27716   case ISD::FGETSIGN:           return LowerFGETSIGN(Op, DAG);