Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RMW

1375       AtomicRMWInst *RMW = Builder.CreateAtomicRMW(llvm::AtomicRMWInst::Xchg,
1377 RMW->setVolatile(Volatile);
1378 Result->addIncoming(RMW, BBs[i]);