Lines Matching refs:FIEToInsert
1486 Item.FIEToInsert.IsStore) { in compNextAux()
1487 Res.first -= Item.FIEToInsert.Size; in compNextAux()
1491 Item.FIEToInsert.IsLoad) { in compNextAux()
1492 Res.first += Item.FIEToInsert.Size; in compNextAux()
1768 if ((Item.FIEToInsert.IsStore && in processInsertion()
1770 (Item.FIEToInsert.IsLoad && !DeletedPopCFIs[Item.AffectedReg].empty()) || in processInsertion()
1773 if (Item.FIEToInsert.IsStore) in processInsertion()
1774 PushOffsetByReg[Item.AffectedReg] = SPVal - Item.FIEToInsert.Size; in processInsertion()
1778 if (Item.FIEToInsert.IsStore) in processInsertion()
1779 PushOffsetByReg[Item.AffectedReg] = Item.FIEToInsert.StackOffset; in processInsertion()
1781 PopOffsetByReg[Item.AffectedReg] = Item.FIEToInsert.StackOffset; in processInsertion()
1787 << "; stack offset = " << Item.FIEToInsert.StackOffset in processInsertion()
1792 createStackAccess(SPVal, FPVal, Item.FIEToInsert, in processInsertion()
1837 if (Item.FIEToInsert.IsStore) in processInsertionsList()
1838 SPVal += Item.FIEToInsert.Size; in processInsertionsList()
1839 if (Item.FIEToInsert.IsLoad) in processInsertionsList()
1840 SPVal -= Item.FIEToInsert.Size; in processInsertionsList()
1847 if ((A.Action != WorklistItem::InsertPushOrPop || !A.FIEToInsert.IsLoad) && in processInsertionsList()
1848 (B.Action != WorklistItem::InsertPushOrPop || !B.FIEToInsert.IsLoad)) in processInsertionsList()
1850 if ((A.Action != WorklistItem::InsertPushOrPop || !A.FIEToInsert.IsLoad)) in processInsertionsList()
1852 if ((B.Action != WorklistItem::InsertPushOrPop || !B.FIEToInsert.IsLoad)) in processInsertionsList()
1866 Item.FIEToInsert.IsStore) in processInsertionsList()
1867 SPVal -= Item.FIEToInsert.Size; in processInsertionsList()
1869 Item.FIEToInsert.IsLoad) in processInsertionsList()
1870 SPVal += Item.FIEToInsert.Size; in processInsertionsList()
2120 A.FIEToInsert.IsLoad == B.FIEToInsert.IsLoad && in operator ==()
2121 A.FIEToInsert.IsStore == B.FIEToInsert.IsStore && in operator ==()
2122 A.FIEToInsert.RegOrImm == B.FIEToInsert.RegOrImm && in operator ==()
2123 A.FIEToInsert.Size == B.FIEToInsert.Size && in operator ==()
2124 A.FIEToInsert.IsSimple == B.FIEToInsert.IsSimple && in operator ==()
2125 A.FIEToInsert.StackOffset == B.FIEToInsert.StackOffset); in operator ==()