Searched refs:FoldedStore (Results 1 – 1 of 1) sorted by relevance
5399 bool FoldedStore = I->second.second & TB_FOLDED_STORE; in unfoldMemoryOperand() local5403 if (UnfoldStore && !FoldedStore) in unfoldMemoryOperand()5405 UnfoldStore &= FoldedStore; in unfoldMemoryOperand()5453 if (FoldedStore) in unfoldMemoryOperand()5527 bool FoldedStore = I->second.second & TB_FOLDED_STORE; in unfoldMemoryOperand() local5592 if (FoldedStore) { in unfoldMemoryOperand()5628 bool FoldedStore = I->second.second & TB_FOLDED_STORE; in getOpcodeAfterMemoryUnfold() local5631 if (UnfoldStore && !FoldedStore) in getOpcodeAfterMemoryUnfold()