Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h51 bool HasProcessorAssist; variable
163 bool hasProcessorAssist() const { return HasProcessorAssist; } in hasProcessorAssist()
H A DSystemZSubtarget.cpp50 HasTransactionalExecution(false), HasProcessorAssist(false), in SystemZSubtarget()