Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h330 MarkAllocated(Reg); in AllocateReg()
337 MarkAllocated(Reg); in AllocateReg()
338 MarkAllocated(ShadowReg); in AllocateReg()
352 MarkAllocated(Reg); in AllocateReg()
376 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
393 MarkAllocated(Reg); in AllocateReg()
394 MarkAllocated(ShadowReg); in AllocateReg()
411 MarkAllocated(ShadowReg); in AllocateStack()
420 MarkAllocated(ShadowRegs[i]); in AllocateStack()
498 void MarkAllocated(unsigned Reg);
/external/llvm/lib/CodeGen/
DCallingConvLower.cpp61 void CCState::MarkAllocated(unsigned Reg) { in MarkAllocated() function in CCState