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()
196 bool isFrameInstr(const MachineInstr &I) const { in isFrameInstr() function215 assert(isFrameInstr(I) && "Not a frame instruction"); in getFrameSize()
323 if (TII.isFrameInstr(*I)) { in calculateCallFrameInfo()1204 if (TII.isFrameInstr(*I)) { in replaceFrameIndices()
1007 if (!isFrameInstr(MI)) in getSPAdjust()
522 assert(isFrameInstr(MI)); in getFramePred()