Home | History | Annotate | Download | only in X86

Lines Matching refs:StoreInst

51     bool shouldExpandStore(StoreInst *SI);
62 bool expandAtomicStore(StoreInst *SI);
80 (isa<StoreInst>(&Inst) && cast<StoreInst>(&Inst)->isAtomic()))
91 if (StoreInst *SI = dyn_cast<StoreInst>(Inst))
156 bool X86AtomicExpandPass::shouldExpandStore(StoreInst *SI) {
166 if (StoreInst *SI = dyn_cast<StoreInst>(Inst))
269 bool X86AtomicExpandPass::expandAtomicStore(StoreInst *SI) {