Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h105 bool hasInterlockedAccess1() const { return HasInterlockedAccess1; } in hasInterlockedAccess1() function
DSystemZISelLowering.cpp3295 if (isInt<32>(Value) || Subtarget.hasInterlockedAccess1()) in lowerATOMIC_LOAD_SUB()
3297 } else if (Subtarget.hasInterlockedAccess1()) in lowerATOMIC_LOAD_SUB()