Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h65 bool HasMiscellaneousExtensions3; variable
245 return HasMiscellaneousExtensions3; in hasMiscellaneousExtensions3()
H A DSystemZSubtarget.cpp85 HasInsertReferenceBitsMultiple(false), HasMiscellaneousExtensions3(false), in SystemZSubtarget()