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

  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 72 "Expand Atomic calls in terms of either load-linked & store-conditional or cmpxchg",
163 // - into a Cmpxchg/LL-SC loop otherwise
245 case TargetLoweringBase::AtomicExpansionKind::CmpXChg:
390 case TargetLoweringBase::AtomicExpansionKind::CmpXChg:
465 // Given: cmpxchg some_op iN* %addr, iN %desired, iN %new success_ord fail_ord
470 // cmpxchg.start:
473 // br i1 %should_store, label %cmpxchg.trystore,
474 // label %cmpxchg.nostore
475 // cmpxchg.trystore:
478 // br i1 %success, label %cmpxchg.success, label %loop/%cmpxchg.failur
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 139 CmpXChg, // Expand the instruction into cmpxchg; used by at least X86.
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 78 milliseconds