Searched refs:isFrameInstr (Results 1 – 7 of 7) sorted by relevance
72 assert(isFrameInstr(I) && "Not a frame instruction"); in getFramePoppedByCallee()
162 assert(isFrameInstr(I)); in getFrameAdjustment()171 assert(isFrameInstr(I)); in setFrameAdjustment()
403 if (isFrameInstr(MI)) { in getSPAdjust()
198 bool isFrameInstr(const MachineInstr &I) const { in isFrameInstr() function217 assert(isFrameInstr(I) && "Not a frame instruction"); in getFrameSize()
331 if (TII.isFrameInstr(*I)) { in calculateCallFrameInfo()1342 if (TII.isFrameInstr(*I)) { in replaceFrameIndices()
1006 if (!isFrameInstr(MI)) in getSPAdjust()
523 assert(isFrameInstr(MI)); in getFramePred()