Searched refs:isFrameInstr (Results 1 – 7 of 7) sorted by relevance
90 assert(isFrameInstr(I) && "Not a frame instruction"); in getFramePoppedByCallee()
191 assert(isFrameInstr(I)); in getFrameAdjustment()200 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()
265 if (TII.isFrameInstr(*I)) { in calculateCallFrameInfo()1049 if (TII.isFrameInstr(*I)) { in replaceFrameIndices()
973 if (!isFrameInstr(MI)) in getSPAdjust()
430 assert(isFrameInstr(MI)); in getFramePred()