Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp3255 bool &IsHA, unsigned &AllocatedGPR,
3272 unsigned AllocatedGPR = 0; in computeInfo() local
3284 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() argument
3370 AllocatedGPR++; in classifyArgumentType()
3375 AllocatedGPR++; in classifyArgumentType()
3390 AllocatedGPR++; in classifyArgumentType()
3412 AllocatedGPR = llvm::RoundUpToAlignment(AllocatedGPR, Alignment / 64); in classifyArgumentType()
[all …]