Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:Num_GPR_Regs

3161   const unsigned Num_GPR_Regs = array_lengthof(GPR);
3173 unsigned ParamAreaSize = Num_GPR_Regs
3226 GPR_idx = std::min(GPR_idx, Num_GPR_Regs);
3262 ArgSize + ArgOffset > LinkageSize + Num_GPR_Regs * PtrByteSize)
3279 if (GPR_idx != Num_GPR_Regs) {
3313 if (GPR_idx == Num_GPR_Regs)
3352 if (GPR_idx != Num_GPR_Regs) {
3391 } else if (GPR_idx != Num_GPR_Regs && CallConv != CallingConv::Fast) {
3526 GPR_idx < Num_GPR_Regs; ++GPR_idx) {
3578 const unsigned Num_GPR_Regs = array_lengthof(GPR_32);
3690 if (GPR_idx != Num_GPR_Regs) {
3713 if (GPR_idx != Num_GPR_Regs) {
3741 if (GPR_idx != Num_GPR_Regs) {
3759 if (GPR_idx != Num_GPR_Regs) {
3781 if (GPR_idx != Num_GPR_Regs) {
3783 if (ObjSize == 8 && GPR_idx != Num_GPR_Regs && !isPPC64)
3815 if (GPR_idx != Num_GPR_Regs)
3819 GPR_idx = std::min(GPR_idx+4, Num_GPR_Regs); // FIXME correct for ppc64?
3882 for (; GPR_idx != Num_GPR_Regs; ++GPR_idx) {