Searched refs:AllocatedGPR (Results 1 – 1 of 1) sorted by relevance
3255 bool &IsHA, unsigned &AllocatedGPR,3272 unsigned AllocatedGPR = 0; in computeInfo() local3284 unsigned PreAllocation = AllocatedVFP, PreGPR = AllocatedGPR; in computeInfo()3291 AllocatedGPR, IsSmallAggr, IsNamedArg); in computeInfo()3317 if (IsSmallAggr && AllocatedGPR > NumGPRs && PreGPR < NumGPRs) { in computeInfo()3361 unsigned &AllocatedGPR, in classifyArgumentType() argument3370 AllocatedGPR++; in classifyArgumentType()3375 AllocatedGPR++; in classifyArgumentType()3390 AllocatedGPR++; in classifyArgumentType()3412 AllocatedGPR = llvm::RoundUpToAlignment(AllocatedGPR, Alignment / 64); in classifyArgumentType()[all …]