Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h46 bool HasMiscellaneousExtensions; variable
171 return HasMiscellaneousExtensions; in hasMiscellaneousExtensions()
H A DSystemZSubtarget.cpp74 HasInterlockedAccess1(false), HasMiscellaneousExtensions(false), in SystemZSubtarget()