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

  /external/llvm/lib/Target/X86/
X86AtomicExpandPass.cpp 107 if (!Subtarget.hasCmpxchg16b())
X86Subtarget.h 161 /// HasCmpxchg16b - True if this processor has the CMPXCHG16B instruction;
163 bool HasCmpxchg16b;
344 bool hasCmpxchg16b() const { return HasCmpxchg16b; }
X86ISelLowering.cpp 609 if (Subtarget->hasCmpxchg16b()) {
    [all...]

Completed in 58 milliseconds