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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp3254 ABIArgInfo classifyArgumentType(QualType RetTy, unsigned &AllocatedVFP,
3266 unsigned AllocatedVFP = 0;
3284 unsigned PreAllocation = AllocatedVFP, PreGPR = AllocatedGPR;
3290 it->info = classifyArgumentType(it->type, AllocatedVFP, IsHA,
3296 if (IsHA && AllocatedVFP > NumVFPs && !isDarwinPCS() &&
3309 if (IsHA && AllocatedVFP > NumVFPs && PreAllocation < NumVFPs) {
3359 unsigned &AllocatedVFP,
3381 AllocatedVFP++;
3387 AllocatedVFP++;
3395 AllocatedVFP
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 71 milliseconds