HomeSort by relevance Sort by last modified time
    Searched refs:setAtomic (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 99 LI->setAtomic(NotAtomic);
104 SI->setAtomic(NotAtomic);
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 135 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
  /external/clang/lib/CodeGen/
CGObjC.cpp 635 load->setAtomic(llvm::Unordered);
842 store->setAtomic(llvm::Unordered);
    [all...]
ItaniumCXXABI.cpp     [all...]
CGExpr.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/include/llvm/
Instructions.h 212 void setAtomic(AtomicOrdering Ordering,
332 void setAtomic(AtomicOrdering Ordering,
    [all...]

Completed in 2385 milliseconds