Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h354 MarkAllocated(Reg); in AllocateReg()
362 MarkAllocated(Reg); in AllocateReg()
363 MarkAllocated(ShadowReg); in AllocateReg()
377 MarkAllocated(Reg); in AllocateReg()
401 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
418 MarkAllocated(Reg); in AllocateReg()
419 MarkAllocated(ShadowReg); in AllocateReg()
441 MarkAllocated(ShadowRegs[i]); in AllocateStack()
561 void MarkAllocated(MCPhysReg Reg);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCallingConvLower.cpp61 void CCState::MarkAllocated(MCPhysReg Reg) { in MarkAllocated() function in CCState