Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDCallingConvLower.h331 MarkAllocated(Reg); in AllocateReg()
338 MarkAllocated(Reg); in AllocateReg()
339 MarkAllocated(ShadowReg); in AllocateReg()
353 MarkAllocated(Reg); in AllocateReg()
377 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
394 MarkAllocated(Reg); in AllocateReg()
395 MarkAllocated(ShadowReg); in AllocateReg()
412 MarkAllocated(ShadowReg); in AllocateStack()
421 MarkAllocated(ShadowRegs[i]); in AllocateStack()
499 void MarkAllocated(unsigned Reg);
/NextBSD/contrib/llvm/lib/CodeGen/
HDCallingConvLower.cpp61 void CCState::MarkAllocated(unsigned Reg) { in MarkAllocated() function in CCState