Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h58 bool HasMiscellaneousExtensions2; variable
218 return HasMiscellaneousExtensions2; in hasMiscellaneousExtensions2()
H A DSystemZSubtarget.cpp82 HasMiscellaneousExtensions2(false), HasGuardedStorage(false), in SystemZSubtarget()