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/IR/
Instructions.cpp     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 218 Load->setAtomic(Order);
233 Store->setAtomic(Order);
708 load->setAtomic(llvm::SequentiallyConsistent);
    [all...]
ItaniumCXXABI.cpp     [all...]
CGObjC.cpp 831 load->setAtomic(llvm::Unordered);
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 328 NewLoad->setAtomic(LI.getOrdering(), LI.getSynchScope());
  /external/llvm/include/llvm/IR/
Instructions.h 214 void setAtomic(AtomicOrdering Ordering,
334 void setAtomic(AtomicOrdering Ordering,
    [all...]

Completed in 554 milliseconds