Lines Matching refs:IsLoad
129 if (!FIE->IsLoad || !CalleeSaved[FIE->RegOrImm]) { in analyzeRestores()
676 bool IsLoad = false; in performChanges() local
682 Success = BC.MIB->isStackAccess(Inst, IsLoad, IsStore, IsStoreFromReg, in performChanges()
694 if (IsLoad) in performChanges()
1491 Item.FIEToInsert.IsLoad) { in compNextAux()
1552 bool IsLoad = false; in insertUpdatedCFI() local
1557 if (!BC.MIB->isStackAccess(*InstIter, IsLoad, IsStore, IsStoreFromReg, in insertUpdatedCFI()
1671 if (FIE.IsLoad) { in createStackAccess()
1693 if (FIE.IsLoad) { in createStackAccess()
1770 (Item.FIEToInsert.IsLoad && !DeletedPopCFIs[Item.AffectedReg].empty()) || in processInsertion()
1839 if (Item.FIEToInsert.IsLoad) 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()
1869 Item.FIEToInsert.IsLoad) in processInsertionsList()
2120 A.FIEToInsert.IsLoad == B.FIEToInsert.IsLoad && in operator ==()