Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:RMW

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