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

References

lib/Target/PowerPC/PPCInstrInfo.cpp
 1647   if (OpC == PPC::FCMPUS || OpC == PPC::FCMPUD)
 1647   if (OpC == PPC::FCMPUS || OpC == PPC::FCMPUD)
 1660   bool is32BitSignedCompare   = OpC ==  PPC::CMPWI || OpC == PPC::CMPW;
 1660   bool is32BitSignedCompare   = OpC ==  PPC::CMPWI || OpC == PPC::CMPW;
 1661   bool is32BitUnsignedCompare = OpC == PPC::CMPLWI || OpC == PPC::CMPLW;
 1661   bool is32BitUnsignedCompare = OpC == PPC::CMPLWI || OpC == PPC::CMPLW;
 1662   bool is64BitUnsignedCompare = OpC == PPC::CMPLDI || OpC == PPC::CMPLD;
 1662   bool is64BitUnsignedCompare = OpC == PPC::CMPLDI || OpC == PPC::CMPLD;
 1814     if ((OpC == PPC::CMPW || OpC == PPC::CMPLW ||
 1814     if ((OpC == PPC::CMPW || OpC == PPC::CMPLW ||
 1815          OpC == PPC::CMPD || OpC == PPC::CMPLD) &&
 1815          OpC == PPC::CMPD || OpC == PPC::CMPLD) &&