Searched refs:isFrameInstr (Results 1 – 7 of 7) sorted by relevance
72 assert(isFrameInstr(I) && "Not a frame instruction"); in getFramePoppedByCallee()
154 assert(isFrameInstr(I)); in getFrameAdjustment()163 assert(isFrameInstr(I)); in setFrameAdjustment()
627 if (isFrameInstr(MI)) { in getSPAdjust()
202 bool isFrameInstr(const MachineInstr &I) const { in isFrameInstr() function221 assert(isFrameInstr(I) && "Not a frame instruction"); in getFrameSize()
329 if (TII.isFrameInstr(*I)) { in calculateCallFrameInfo()1210 if (TII.isFrameInstr(*I)) { in replaceFrameIndices()
1007 if (!isFrameInstr(MI)) in getSPAdjust()
523 assert(isFrameInstr(MI)); in getFramePred()