Searched refs:AllocatedGPRs (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp3847 mutable unsigned AllocatedGPRs; member in class:__anon17879::ARMABIInfo
3993 unsigned PreAllocationGPRs = AllocatedGPRs;
4006 if (!IsCPRC && PreAllocationGPRs < NumGPRs && AllocatedGPRs > NumGPRs && StackUsed) {
4179 /// Update AllocatedGPRs to record the number of general purpose registers
4180 /// which have been allocated. It is valid for AllocatedGPRs to go above 4,
4186 if (Alignment == 2 && AllocatedGPRs & 0x1)
4187 AllocatedGPRs += 1;
4189 AllocatedGPRs += NumRequired;
4193 AllocatedGPRs = 0;

Completed in 107 milliseconds