Searched refs:getStackSpaceFor (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DRegAllocFast.cpp167 int getStackSpaceFor(unsigned VirtReg, const TargetRegisterClass *RC);
199 /// getStackSpaceFor - This allocates space for the specified virtual register
201 int RAFast::getStackSpaceFor(unsigned VirtReg, const TargetRegisterClass *RC) { function in class:__anon2307::RAFast
288 int FI = getStackSpaceFor(LRI->VirtReg, RC);
626 int FrameIndex = getStackSpaceFor(VirtReg, RC);

Completed in 74 milliseconds