Searched defs:RMW (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h462 ModRefResult getModRefInfo(const AtomicRMWInst *RMW, const Location &Loc);
465 ModRefResult getModRefInfo(const AtomicRMWInst *RMW, argument
467 return getModRefInfo(RMW, Location(P, Size));
/external/llvm/lib/Analysis/
H A DAliasAnalysis.cpp374 AliasAnalysis::getModRefInfo(const AtomicRMWInst *RMW, const Location &Loc) { argument
376 if (RMW->getOrdering() > Monotonic)
380 if (!alias(getLocation(RMW), Loc))
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp1149 AtomicRMWInst *RMW = Builder.CreateAtomicRMW(llvm::AtomicRMWInst::Xchg, local
1151 RMW->setVolatile(Volatile);
1152 Result->addIncoming(RMW, BBs[i]);

Completed in 173 milliseconds