Home
last modified time | relevance | path

Searched refs:hasInterlockedAccess1 (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h143 bool hasInterlockedAccess1() const { return HasInterlockedAccess1; } in hasInterlockedAccess1() function
DSystemZISelLowering.cpp3519 if (isInt<32>(Value) || Subtarget.hasInterlockedAccess1()) in lowerATOMIC_LOAD_SUB()
3521 } else if (Subtarget.hasInterlockedAccess1()) in lowerATOMIC_LOAD_SUB()