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

References

lib/Target/X86/X86ISelLowering.cpp
  592       setOperationAction(ISD::UNDEF,     VT, Expand);
  593       setOperationAction(ISD::FCOPYSIGN, VT, Expand);
  596       setOperationAction(ISD::FSIN   , VT, Expand);
  597       setOperationAction(ISD::FCOS   , VT, Expand);
  598       setOperationAction(ISD::FSINCOS, VT, Expand);