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

References

lib/CodeGen/GlobalISel/CallLowering.cpp
  266         for (unsigned PartIdx = 0; PartIdx < NumParts; ++PartIdx) {
  266         for (unsigned PartIdx = 0; PartIdx < NumParts; ++PartIdx) {
  268           if (PartIdx == 0) {
  272             if (PartIdx == NumParts - 1)
  275           Args[i].Regs.push_back(Unmerge.getReg(PartIdx));
  277           if (Handler.assignArg(i + PartIdx, NewVT, NewVT, CCValAssign::Full,
  278                                 Args[i], Args[i].Flags[PartIdx], CCInfo))