Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCallingConvLower.h260 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs); in AllocateReg() local
261 if (FirstUnalloc == NumRegs) in AllocateReg()
265 unsigned Reg = Regs[FirstUnalloc]; in AllocateReg()
273 unsigned FirstUnalloc = getFirstUnallocated(Regs, NumRegs); in AllocateReg() local
274 if (FirstUnalloc == NumRegs) in AllocateReg()
278 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h360 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg() local
361 if (FirstUnalloc == Regs.size()) in AllocateReg()
365 unsigned Reg = Regs[FirstUnalloc]; in AllocateReg()
401 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg() local
402 if (FirstUnalloc == Regs.size()) in AllocateReg()
406 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h371 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg() local
372 if (FirstUnalloc == Regs.size()) in AllocateReg()
376 unsigned Reg = Regs[FirstUnalloc]; in AllocateReg()
412 unsigned FirstUnalloc = getFirstUnallocated(Regs); in AllocateReg() local
413 if (FirstUnalloc == Regs.size()) in AllocateReg()
417 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()