Searched refs:isFrameInstr (Results 1 – 7 of 7) sorted by relevance
72 assert(isFrameInstr(I) && "Not a frame instruction"); in getFramePoppedByCallee()
187 assert(isFrameInstr(I)); in getFrameAdjustment()196 assert(isFrameInstr(I)); in setFrameAdjustment()
427 if (isFrameInstr(MI)) { in getSPAdjust()
376 if (TII.isFrameInstr(*I)) { in calculateCallFrameInfo()1494 if (TII.isFrameInstr(MI)) { in replaceFrameIndicesBackward()1534 if (TII.isFrameInstr(*I)) { in replaceFrameIndices()
1300 if (!isFrameInstr(MI)) in getSPAdjust()
212 bool isFrameInstr(const MachineInstr &I) const { in isFrameInstr() function231 assert(isFrameInstr(I) && "Not a frame instruction"); in getFrameSize()
526 assert(isFrameInstr(MI)); in getFramePred()