Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:setAtomic

218     Load->setAtomic(Order);
233 Store->setAtomic(Order);
708 load->setAtomic(llvm::SequentiallyConsistent);
895 if (!isInit) store->setAtomic(llvm::SequentiallyConsistent);