Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h42 bool HasFastSerialization; variable
102 bool hasFastSerialization() const { return HasFastSerialization; } in hasFastSerialization()
DSystemZSubtarget.cpp40 HasPopulationCount(false), HasFastSerialization(false), in SystemZSubtarget()