Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h60 bool HasGuardedStorage; variable
189 bool hasGuardedStorage() const { return HasGuardedStorage; } in hasGuardedStorage()
DSystemZSubtarget.cpp50 HasMiscellaneousExtensions2(false), HasGuardedStorage(false), in SystemZSubtarget()