Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZSubtarget.h101 bool hasInterlockedAccess1() const { return HasInterlockedAccess1; } in hasInterlockedAccess1() function
HDSystemZISelLowering.cpp3113 if (isInt<32>(Value) || Subtarget.hasInterlockedAccess1()) in lowerATOMIC_LOAD_SUB()
3115 } else if (Subtarget.hasInterlockedAccess1()) in lowerATOMIC_LOAD_SUB()