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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 1142   if (CustomLowerNode(N, N->getOperand(OpNo).getValueType(), false)) {
 1150     dbgs() << "PromoteIntegerOperand Op #" << OpNo << ": ";
 1160   case ISD::BR_CC:        Res = PromoteIntOp_BR_CC(N, OpNo); break;
 1161   case ISD::BRCOND:       Res = PromoteIntOp_BRCOND(N, OpNo); break;
 1167                           Res = PromoteIntOp_INSERT_VECTOR_ELT(N, OpNo);break;
 1173   case ISD::SELECT:       Res = PromoteIntOp_SELECT(N, OpNo); break;
 1174   case ISD::SELECT_CC:    Res = PromoteIntOp_SELECT_CC(N, OpNo); break;
 1175   case ISD::SETCC:        Res = PromoteIntOp_SETCC(N, OpNo); break;
 1179                                                    OpNo); break;
 1181                                                     OpNo); break;
 1183                                                     OpNo); break;
 1185                                                  OpNo); break;
 1187                                                   OpNo); break;
 1201   case ISD::SUBCARRY: Res = PromoteIntOp_ADDSUBCARRY(N, OpNo); break;
 1206   case ISD::PREFETCH: Res = PromoteIntOp_PREFETCH(N, OpNo); break;