Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.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()