Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h46 bool HasMiscellaneousExtensions; variable
180 return HasMiscellaneousExtensions; in hasMiscellaneousExtensions()
H A DSystemZSubtarget.cpp76 HasInterlockedAccess1(false), HasMiscellaneousExtensions(false), in SystemZSubtarget()