Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h59 bool HasGuardedStorage; variable
222 bool hasGuardedStorage() const { return HasGuardedStorage; } in hasGuardedStorage()
H A DSystemZSubtarget.cpp82 HasMiscellaneousExtensions2(false), HasGuardedStorage(false), in SystemZSubtarget()