Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDCallingConvLower.h372 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg() local
373 if (FirstUnalloc == Regs.size()) in AllocateReg()
377 unsigned Reg = Regs[FirstUnalloc]; in AllocateReg()
413 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg() local
414 if (FirstUnalloc == Regs.size()) in AllocateReg()
418 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()