Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getStackSpaceFor

171     int getStackSpaceFor(unsigned VirtReg, const TargetRegisterClass *RC);
203 /// getStackSpaceFor - This allocates space for the specified virtual register
205 int RAFast::getStackSpaceFor(unsigned VirtReg, const TargetRegisterClass *RC) {
292 int FI = getStackSpaceFor(LRI->VirtReg, RC);
645 int FrameIndex = getStackSpaceFor(VirtReg, RC);