Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h44 bool HasFastSerialization; variable
164 bool hasFastSerialization() const { return HasFastSerialization; } in hasFastSerialization()
H A DSystemZSubtarget.cpp73 HasResetReferenceBitsMultiple(false), HasFastSerialization(false), in SystemZSubtarget()