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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 5902       GPR_idx = (ArgOffset - LinkageSize) / PtrByteSize;
 5903       GPR_idx = std::min(GPR_idx, NumGPRs);
 5903       GPR_idx = std::min(GPR_idx, NumGPRs);
 5935         if (GPR_idx != NumGPRs) {
 5939           RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
 5946       if (GPR_idx == NumGPRs && Size < 8) {
 5978       if (Size < 8 && GPR_idx != NumGPRs) {
 6000         RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
 6012         if (GPR_idx != NumGPRs) {
 6016           RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
 6041       if (GPR_idx != NumGPRs) {
 6042         RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Arg));
 6079       else if (GPR_idx != NumGPRs && CallConv != CallingConv::Fast) {
 6121           RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], ArgVal));
 6186           if (GPR_idx == NumGPRs)
 6193           RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));
 6242           if (GPR_idx == NumGPRs)
 6249           RegsToPass.push_back(std::make_pair(GPR[GPR_idx++], Load));