Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NumGPRs

3287       const unsigned NumGPRs = 8;
3317 if (IsSmallAggr && AllocatedGPR > NumGPRs && PreGPR < NumGPRs) {
3319 llvm::Type::getInt32Ty(getVMContext()), NumGPRs - PreGPR);
3846 const unsigned NumGPRs;
3852 NumVFPs(16), NumGPRs(4) {
4005 const bool StackUsed = PreAllocationGPRs > NumGPRs || PreAllocationVFPs > NumVFPs;
4006 if (!IsCPRC && PreAllocationGPRs < NumGPRs && AllocatedGPRs > NumGPRs && StackUsed) {
4008 llvm::Type::getInt32Ty(getVMContext()), NumGPRs - PreAllocationGPRs);