Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h44 bool HasFastSerialization; variable
173 bool hasFastSerialization() const { return HasFastSerialization; } in hasFastSerialization()
H A DSystemZSubtarget.cpp75 HasResetReferenceBitsMultiple(false), HasFastSerialization(false), in SystemZSubtarget()