Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/Targets/
H A DLanai.cpp53 unsigned SizeInRegs = llvm::alignTo(Size, 32U) / 32U; in shouldUseInReg() local
109 unsigned SizeInRegs = (getContext().getTypeSize(Ty) + 31) / 32; in classifyArgumentType() local
H A DARC.cpp108 auto SizeInRegs = llvm::alignTo(getContext().getTypeSize(Ty), 32) / 32; in classifyArgumentType() local
H A DX86.cpp652 unsigned SizeInRegs = (Size + 31) / 32; updateFreeRegs() local
816 unsigned SizeInRegs = (TI.Width + 31) / 32; classifyArgumentType() local