Searched defs:AllocatedGPR (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp3255 bool &IsHA, unsigned &AllocatedGPR,
3272 unsigned AllocatedGPR = 0;
3284 unsigned PreAllocation = AllocatedVFP, PreGPR = AllocatedGPR;
3291 AllocatedGPR, IsSmallAggr, IsNamedArg);
3317 if (IsSmallAggr && AllocatedGPR > NumGPRs && PreGPR < NumGPRs) {
3361 unsigned &AllocatedGPR,
3370 AllocatedGPR++;
3375 AllocatedGPR++;
3390 AllocatedGPR++;
3412 AllocatedGPR
3358 classifyArgumentType(QualType Ty, unsigned &AllocatedVFP, bool &IsHA, unsigned &AllocatedGPR, bool &IsSmallAggr, bool IsNamedArg) const argument
3529 EmitAArch64VAArg(llvm::Value *VAListAddr, QualType Ty, int AllocatedGPR, int AllocatedVFP, bool IsIndirect, CodeGenFunction &CGF) argument
3760 unsigned AllocatedGPR = 0, AllocatedVFP = 0; local
[all...]

Completed in 129 milliseconds