Searched refs:isFrameInstr (Results 1 – 7 of 7) sorted by relevance
74 assert(isFrameInstr(I) && "Not a frame instruction"); in getFramePoppedByCallee()
192 assert(isFrameInstr(I)); in getFrameAdjustment()201 assert(isFrameInstr(I)); in setFrameAdjustment()
143 if (isFrameInstr(MI)) { in getSPAdjust()
165 bool isFrameInstr(const MachineInstr &I) const { in isFrameInstr() function184 assert(isFrameInstr(I) && "Not a frame instruction"); in getFrameSize()
270 if (TII.isFrameInstr(*I)) { in calculateCallFrameInfo()1092 if (TII.isFrameInstr(*I)) { in replaceFrameIndices()
962 if (!isFrameInstr(MI)) in getSPAdjust()
440 assert(isFrameInstr(MI)); in getFramePred()