Searched refs:isFrameSetup (Results 1 – 6 of 6) sorted by relevance
264 if (isFrameSetup(I)) in getFrameAdjustment()273 if (isFrameSetup(I)) in setFrameAdjustment()
4359 if (TII.isFrameSetup(*BeforeMI)) { in spillFPBPUsingSP()4640 while (FrameSetup != ME && !TII.isFrameSetup(*FrameSetup) && in spillFPBP()4645 if (FrameSetup != ME && TII.isFrameSetup(*FrameSetup) && in spillFPBP()
418 if (!isFrameSetup(MI)) in getSPAdjust()
233 bool isFrameSetup(const MachineInstr &I) const { in isFrameSetup() function255 if (isFrameSetup(I)) { in getFrameTotalSize()
2210 bool isFrameSetup = MI.getFlag(MachineInstr::FrameSetup); in findPrologueEndLoc() local2212 if (!isFrameSetup && MI.getDebugLoc()) { in findPrologueEndLoc()2224 if (!isCopy && !isTrivRemat && !isFrameSetup && !NonTrivialInst) in findPrologueEndLoc()
1524 InsideCallSequence = TII.isFrameSetup(*I); in replaceFrameIndices()