Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h159 bool hasFastSerialization() const { return HasFastSerialization; } in hasFastSerialization() function
H A DSystemZAsmPrinter.cpp489 if (MF->getSubtarget<SystemZSubtarget>().hasFastSerialization()) in emitInstruction()