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

References

lib/CodeGen/SelectionDAG/FastISel.cpp
  677   if (!N) // Unhandled operand. Halt "fast" selection and bail.
  696           N = fastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
  696           N = fastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
  697           if (!N) // Unhandled operand. Halt "fast" selection and bail.
  714           N = fastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
  714           N = fastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
  715           if (!N) // Unhandled operand. Halt "fast" selection and bail.
  723         N = fastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
  723         N = fastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
  724         if (!N) // Unhandled operand. Halt "fast" selection and bail.
  744       N = fastEmit_rr(VT, VT, ISD::ADD, N, NIsKill, IdxN, IdxNIsKill);
  744       N = fastEmit_rr(VT, VT, ISD::ADD, N, NIsKill, IdxN, IdxNIsKill);
  745       if (!N) // Unhandled operand. Halt "fast" selection and bail.
  750     N = fastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
  750     N = fastEmit_ri_(VT, ISD::ADD, N, NIsKill, TotalOffs, VT);
  751     if (!N) // Unhandled operand. Halt "fast" selection and bail.
  756   updateValueMap(I, N);