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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp3897 void markAllocatedGPRs(unsigned Alignment, unsigned NumRequired) const;
3987 markAllocatedGPRs(1, 1);
4182 void ARMABIInfo::markAllocatedGPRs(unsigned Alignment, function in class:ARMABIInfo
4216 markAllocatedGPRs(1, 1);
4223 markAllocatedGPRs(2, 2);
4234 markAllocatedGPRs(2, 4);
4241 markAllocatedGPRs(1, 1);
4277 markAllocatedGPRs(Size > 32 ? 2 : 1, (Size + 31) / 32);
4283 markAllocatedGPRs(1, 1);
4330 markAllocatedGPRs(
[all...]

Completed in 96 milliseconds