Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h45 bool HasFastSerialization; variable
143 bool hasFastSerialization() const { return HasFastSerialization; } in hasFastSerialization()
H A DSystemZSubtarget.cpp47 HasFastSerialization(false), HasInterlockedAccess1(false), in SystemZSubtarget()