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.h173 bool hasFastSerialization() const { return HasFastSerialization; } in hasFastSerialization() function
H A DSystemZAsmPrinter.cpp525 if (MF->getSubtarget<SystemZSubtarget>().hasFastSerialization()) in emitInstruction()