Searched refs:RMW (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h454 ModRefResult getModRefInfo(const AtomicRMWInst *RMW, const Location &Loc);
457 ModRefResult getModRefInfo(const AtomicRMWInst *RMW, argument
459 return getModRefInfo(RMW, Location(P, Size));
/external/llvm/lib/Analysis/
H A DAliasAnalysis.cpp352 AliasAnalysis::getModRefInfo(const AtomicRMWInst *RMW, const Location &Loc) { argument
354 if (RMW->getOrdering() > Monotonic)
358 if (!alias(getLocation(RMW), Loc))
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp632 if (AtomicRMWInst *RMW = dyn_cast<AtomicRMWInst>(I)) {
635 return RMW->getPointerOperand();
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp1135 AtomicRMWInst *RMW = Builder.CreateAtomicRMW(llvm::AtomicRMWInst::Xchg, local
1137 RMW->setVolatile(Volatile);
1138 Result->addIncoming(RMW, BBs[i]);

Completed in 9089 milliseconds