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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 5459     for (unsigned i = 0; i != NumArgs; ++i) {
 5459     for (unsigned i = 0; i != NumArgs; ++i) {
 5460       MVT ArgVT = Outs[i].VT;
 5461       ISD::ArgFlagsTy ArgFlags = Outs[i].Flags;
 5464       if (Outs[i].IsFixed) {
 5465         Result = CC_PPC32_SVR4(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags,
 5468         Result = CC_PPC32_SVR4_VarArg(i, ArgVT, ArgVT, CCValAssign::Full,
 5474         errs() << "Call operand #" << i << " has unhandled type "