Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DTargetInfo.cpp3181 ABIArgInfo classifyArgumentType(QualType RetTy, int *VFPRegs,
3278 int VFPRegs[16] = { 0 }; in computeInfo() local
3287 it->info = classifyArgumentType(it->type, VFPRegs, AllocatedVFP, IsHA); in computeInfo()
3409 static void markAllocatedVFPs(int *VFPRegs, unsigned &AllocatedVFP, in markAllocatedVFPs() argument
3421 if (J >= 16 || VFPRegs[J]) { in markAllocatedVFPs()
3427 VFPRegs[J] = 1; in markAllocatedVFPs()
3435 VFPRegs[I] = 1; in markAllocatedVFPs()
3439 ABIArgInfo ARMABIInfo::classifyArgumentType(QualType Ty, int *VFPRegs, in classifyArgumentType() argument
3462 markAllocatedVFPs(VFPRegs, AllocatedVFP, 2, 2); in classifyArgumentType()
3468 markAllocatedVFPs(VFPRegs, AllocatedVFP, 4, 4); in classifyArgumentType()
[all …]