Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h366 unsigned RegsRequired) { in AllocateRegBlock() argument
367 if (RegsRequired > Regs.size()) in AllocateRegBlock()
370 for (unsigned StartIdx = 0; StartIdx <= Regs.size() - RegsRequired; in AllocateRegBlock()
374 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock()
382 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock()
385 return Regs.slice(StartIdx, RegsRequired); in AllocateRegBlock()