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

References

lib/Target/SystemZ/SystemZISelLowering.cpp
 6156   switch(N->getOpcode()) {
 6158   case ISD::ZERO_EXTEND:        return combineZERO_EXTEND(N, DCI);
 6159   case ISD::SIGN_EXTEND:        return combineSIGN_EXTEND(N, DCI);
 6160   case ISD::SIGN_EXTEND_INREG:  return combineSIGN_EXTEND_INREG(N, DCI);
 6162   case SystemZISD::MERGE_LOW:   return combineMERGE(N, DCI);
 6163   case ISD::LOAD:               return combineLOAD(N, DCI);
 6164   case ISD::STORE:              return combineSTORE(N, DCI);
 6165   case ISD::VECTOR_SHUFFLE:     return combineVECTOR_SHUFFLE(N, DCI);
 6166   case ISD::EXTRACT_VECTOR_ELT: return combineEXTRACT_VECTOR_ELT(N, DCI);
 6167   case SystemZISD::JOIN_DWORDS: return combineJOIN_DWORDS(N, DCI);
 6168   case ISD::FP_ROUND:           return combineFP_ROUND(N, DCI);
 6169   case ISD::FP_EXTEND:          return combineFP_EXTEND(N, DCI);
 6170   case ISD::BSWAP:              return combineBSWAP(N, DCI);
 6171   case SystemZISD::BR_CCMASK:   return combineBR_CCMASK(N, DCI);
 6172   case SystemZISD::SELECT_CCMASK: return combineSELECT_CCMASK(N, DCI);
 6173   case SystemZISD::GET_CCMASK:  return combineGET_CCMASK(N, DCI);
 6177   case ISD::UREM:               return combineIntDIVREM(N, DCI);