Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h331 MarkAllocated(Reg); in AllocateReg()
339 MarkAllocated(Reg); in AllocateReg()
340 MarkAllocated(ShadowReg); in AllocateReg()
354 MarkAllocated(Reg); in AllocateReg()
378 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
395 MarkAllocated(Reg); in AllocateReg()
396 MarkAllocated(ShadowReg); in AllocateReg()
418 MarkAllocated(Reg); in AllocateStack()
538 void MarkAllocated(MCPhysReg Reg);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCallingConvLower.cpp59 void CCState::MarkAllocated(MCPhysReg Reg) { in MarkAllocated() function in CCState