Lines Matching refs:isStore
43 static bool isStore(const Ice::Inst &instruction);
65 LoadStoreInst(Ice::Inst* inst, bool isStore) in LoadStoreInst()
67 address(isStore ? storeAddress(inst) : loadAddress(inst)), in LoadStoreInst()
68 isStore(isStore) in LoadStoreInst()
74 bool isStore; member
370 bool isStoreInst = isStore(inst); in optimizeStoresInSingleBasicBlock()
393 if(loadStoreInst.isStore) in optimizeStoresInSingleBasicBlock()
540 else if(isStore(*instruction)) in isDead()
600 bool Optimizer::isStore(const Ice::Inst &instruction) in isStore() function in __anon5e84af970111::Optimizer
612 assert(isStore(*instruction)); in storeAddress()
646 assert(isStore(*instruction)); in storeData()
663 assert(isStore(*store)); in storeSize()
685 assert(isLoad(*load) && isStore(*store)); in loadTypeMatchesStore()
783 else if(isStore(*instruction)) in insert()