Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonCallingConvLower.h137 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs); in AllocateReg() local
138 if (FirstUnalloc == NumRegs) in AllocateReg()
142 unsigned Reg = Regs[FirstUnalloc]; in AllocateReg()
150 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs); in AllocateReg() local
151 if (FirstUnalloc == NumRegs) in AllocateReg()
155 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h328 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs); in AllocateReg() local
329 if (FirstUnalloc == NumRegs) in AllocateReg()
333 unsigned Reg = Regs[FirstUnalloc]; in AllocateReg()
366 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs); in AllocateReg() local
367 if (FirstUnalloc == NumRegs) in AllocateReg()
371 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()