Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp3847 mutable unsigned AllocatedGPRs; member in __anonc5f222370711::ARMABIInfo
3993 unsigned PreAllocationGPRs = AllocatedGPRs; in computeInfo()
4006 if (!IsCPRC && PreAllocationGPRs < NumGPRs && AllocatedGPRs > NumGPRs && StackUsed) { in computeInfo()
4186 if (Alignment == 2 && AllocatedGPRs & 0x1) in markAllocatedGPRs()
4187 AllocatedGPRs += 1; in markAllocatedGPRs()
4189 AllocatedGPRs += NumRequired; in markAllocatedGPRs()
4193 AllocatedGPRs = 0; in resetAllocatedRegs()