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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineMemOperand.h 176 MachineAtomicInfo AtomicInfo;
242 return static_cast<SyncScope::ID>(AtomicInfo.SSID);
249 return static_cast<AtomicOrdering>(AtomicInfo.Ordering);
255 return static_cast<AtomicOrdering>(AtomicInfo.FailureOrdering);
  /external/clang/lib/CodeGen/
CGAtomic.cpp 29 class AtomicInfo {
43 AtomicInfo(CodeGenFunction &CGF, LValue &lvalue)
290 Address AtomicInfo::CreateTempAlloca() const {
323 bool AtomicInfo::requiresMemSetZero(llvm::Type *type) const {
344 bool AtomicInfo::emitMemSetZeroIfNecessary() const {
770 AtomicInfo Atomics(*this, AtomicVal);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineOperand.cpp     [all...]

Completed in 845 milliseconds