Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp449 unsigned SizeInRegs = (getContext().getTypeSize(Ty) + 31) / 32; in classifyArgumentType() local
450 if (SizeInRegs == 0) return BaseInfo; in classifyArgumentType()
451 if (SizeInRegs > FreeRegs) { in classifyArgumentType()
455 FreeRegs -= SizeInRegs; in classifyArgumentType()
812 unsigned SizeInRegs = (getContext().getTypeSize(Ty) + 31) / 32; in classifyArgumentTypeWithReg() local
813 if (SizeInRegs == 0) in classifyArgumentTypeWithReg()
816 if (SizeInRegs > FreeRegs) { in classifyArgumentTypeWithReg()
820 assert(SizeInRegs >= 1 && SizeInRegs <= 3); in classifyArgumentTypeWithReg()
821 FreeRegs -= SizeInRegs; in classifyArgumentTypeWithReg()
833 for (unsigned I = 0; I < SizeInRegs; ++I) in classifyArgumentTypeWithReg()