Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h65 bool HasMiscellaneousExtensions3; variable
236 return HasMiscellaneousExtensions3; in hasMiscellaneousExtensions3()
H A DSystemZSubtarget.cpp83 HasInsertReferenceBitsMultiple(false), HasMiscellaneousExtensions3(false), in SystemZSubtarget()