Home
last modified time | relevance | path

Searched refs:hasInterlockedAccess1 (Results 1 – 2 of 2) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h95 bool hasInterlockedAccess1() const { return HasInterlockedAccess1; } in hasInterlockedAccess1() function
H A DSystemZISelLowering.cpp2302 if (isInt<32>(Value) || Subtarget.hasInterlockedAccess1()) in lowerATOMIC_LOAD_SUB()
2304 } else if (Subtarget.hasInterlockedAccess1()) in lowerATOMIC_LOAD_SUB()