Searched defs:SizeInRegs (Results 1 – 2 of 2) sorted by relevance
1406 unsigned SizeInRegs = (Size + 31) / 32; in updateFreeRegs() local1525 unsigned SizeInRegs = (getContext().getTypeSize(Ty) + 31) / 32; in classifyArgumentType() local6779 unsigned SizeInRegs = llvm::alignTo(Size, 32U) / 32U; in shouldUseInReg() local6835 unsigned SizeInRegs = (getContext().getTypeSize(Ty) + 31) / 32; in classifyArgumentType() local
1659 unsigned SizeInRegs = (Size + 31) / 32; in updateFreeRegs() local1816 unsigned SizeInRegs = (TI.Width + 31) / 32; in classifyArgumentType() local8565 unsigned SizeInRegs = llvm::alignTo(Size, 32U) / 32U; in shouldUseInReg() local8621 unsigned SizeInRegs = (getContext().getTypeSize(Ty) + 31) / 32; in classifyArgumentType() local9577 auto SizeInRegs = llvm::alignTo(getContext().getTypeSize(Ty), 32) / 32; in classifyArgumentType() local