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

References

lib/CodeGen/CallingConvLower.cpp
  130   for (unsigned i = 0; i != NumOps; ++i) {
  130   for (unsigned i = 0; i != NumOps; ++i) {
  131     MVT ArgVT = Outs[i].VT;
  132     ISD::ArgFlagsTy ArgFlags = Outs[i].Flags;
  133     if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) {
  135       dbgs() << "Call operand #" << i << " has unhandled type "