Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h341 unsigned AllocateRegBlock(const uint16_t *Regs, unsigned NumRegs, unsigned RegsRequired) { in AllocateRegBlock() argument
342 for (unsigned StartIdx = 0; StartIdx <= NumRegs - RegsRequired; ++StartIdx) { in AllocateRegBlock()
345 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock()
353 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock()