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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 3733   unsigned ParamAreaSize = Num_GPR_Regs * PtrByteSize;
 3786       GPR_idx = std::min(GPR_idx, Num_GPR_Regs);
 3822           ArgSize + ArgOffset > LinkageSize + Num_GPR_Regs * PtrByteSize)
 3839         if (GPR_idx != Num_GPR_Regs) {
 3872         if (GPR_idx == Num_GPR_Regs)
 3911       if (GPR_idx != Num_GPR_Regs) {
 3951       } else if (GPR_idx != Num_GPR_Regs && CallConv != CallingConv::Fast) {
 4084          GPR_idx < Num_GPR_Regs; ++GPR_idx) {